Uses of Enum Class
org.hibernate.metamodel.RepresentationMode

Packages that use RepresentationMode
Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
JAXB details.
 
This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.
 
 
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).
An SPI supporting custom instantiation of entity instances and embeddable objects.
Contains various implementations of PropertyAccessStrategy.
An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.
Nodes representing path expressions in the SQM tree.