Package org.hibernate.metamodel
-
Interface Summary Interface Description EmbeddableInstantiator Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implementedEmbeddableRepresentationStrategy Describes the representation of a particular embeddable type.ManagedTypeRepresentationStrategy Defines a singular extension point for capabilities pertaining to a representation mode.MappingMetamodel Access to information about Hibernate's runtime relational mapping modelRuntimeMetamodels Access to Hibernate's runtime metamodels which includes its domain-model (JPA impl) and its relational-mapping model -
Enum Summary Enum Description AttributeClassification CollectionClassification Classifications of the plurality.RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model.ValueClassification At the end of the day, any "value mapping" (id, version, attribute, collection element, etc) can be one of a few classifications. -
Exception Summary Exception Description UnsupportedMappingException