Java org.hibernate EntityMode fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate EntityMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate EntityMode.

The text is from its open source code.

Field

EntityModePOJO
The pojo entity mode describes an entity model made up of entity classes (loosely) following the java bean convention.
EntityModeMAP
The dynamic-map entity mode describes an entity model defined using java.util.Map references.

Method

EntityModeparse(String entityMode)
Legacy-style entity-mode name parsing.
StringtoString()