Example usage for Java org.hibernate EntityMode fields, constructors, methods, implement or subclass
The text is from its open source code.
EntityMode | POJO The pojo entity mode describes an entity model made up of entity classes (loosely) following the java bean convention. |
EntityMode | MAP The dynamic-map entity mode describes an entity model defined using java.util.Map references. |
EntityMode | parse(String entityMode) Legacy-style entity-mode name parsing. |
String | toString() |