Uses of Package
org.hibernate.metamodel
-
Packages that use org.hibernate.metamodel Package Description org.hibernate org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.spi org.hibernate.cfg org.hibernate.collection.spi SPI definitions for persistent collectionsorg.hibernate.engine.spi org.hibernate.mapping org.hibernate.metamodel org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.metamodel.spi org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.query.sqm.tree.domain org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.tuple.component org.hibernate.tuple.entity -
Classes in org.hibernate.metamodel used by org.hibernate Class Description RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.annotations Class Description EmbeddableInstantiator Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implemented -
Classes in org.hibernate.metamodel used by org.hibernate.boot Class Description RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.boot.jaxb.hbm.spi Class Description RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.boot.spi Class Description EmbeddableInstantiator Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implementedRepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.cfg Class Description EmbeddableInstantiator Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implemented -
Classes in org.hibernate.metamodel used by org.hibernate.collection.spi Class Description CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.engine.spi Class Description 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 -
Classes in org.hibernate.metamodel used by org.hibernate.mapping Class Description EmbeddableInstantiator Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implementedRepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.metamodel Class Description AttributeClassification CollectionClassification Classifications of the plurality.EmbeddableInstantiator Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implementedManagedTypeRepresentationStrategy Defines a singular extension point for capabilities pertaining to a representation mode.MappingMetamodel Access to information about Hibernate's runtime relational mapping modelRepresentationMode 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. -
Classes in org.hibernate.metamodel used by org.hibernate.metamodel.mapping Class Description EmbeddableRepresentationStrategy Describes the representation of a particular embeddable type. -
Classes in org.hibernate.metamodel used by org.hibernate.metamodel.model.domain Class Description AttributeClassification CollectionClassification Classifications of the plurality.RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.metamodel.spi Class Description EmbeddableRepresentationStrategy 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 model -
Classes in org.hibernate.metamodel used by org.hibernate.property.access.spi Class Description RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.query.sqm.tree.domain Class Description RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.sql.ast.spi Class Description MappingMetamodel Access to information about Hibernate's runtime relational mapping model -
Classes in org.hibernate.metamodel used by org.hibernate.tuple.component Class Description RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model. -
Classes in org.hibernate.metamodel used by org.hibernate.tuple.entity Class Description RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model.