Uses of Package
org.hibernate.metamodel
-
Packages that use org.hibernate.metamodel Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSession
andSessionFactory
.org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal org.hibernate.boot.spi org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collections.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.spi org.hibernate.property.access.internal org.hibernate.property.access.spi Integration contracts related withPropertyAccessStrategy
org.hibernate.query.derived org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.domain org.hibernate.testing.orm.junit org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.usertype An API for user-defined custom types. -
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 CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.boot Class Description CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.boot.internal Class Description CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.boot.jaxb.hbm.internal 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.model.source.internal Class Description CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.boot.spi Class Description CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.collection.internal Class Description CollectionClassification Classifications of the plurality. -
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.mapping 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.metamodel Class Description AttributeClassification An extended set ofAttribute.PersistentAttributeType
addingAttributeClassification.ANY
CollectionClassification Classifications of the plurality.MappingMetamodel Access to information about the runtime relational O/R mapping model.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. -
Classes in org.hibernate.metamodel used by org.hibernate.metamodel.internal Class Description AttributeClassification An extended set ofAttribute.PersistentAttributeType
addingAttributeClassification.ANY
CollectionClassification Classifications of the plurality.MappingMetamodel Access to information about the runtime relational O/R mapping model.RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model.RuntimeMetamodels Entry point providing access to the runtime metamodels: the domain model, our implementation of the JPA-defined model of the Java types, and our relational mapping model of how these types are made persistent.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.internal 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.metamodel.model.domain Class Description AttributeClassification An extended set ofAttribute.PersistentAttributeType
addingAttributeClassification.ANY
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.model.domain.internal Class Description AttributeClassification An extended set ofAttribute.PersistentAttributeType
addingAttributeClassification.ANY
CollectionClassification Classifications of the plurality.MappingMetamodel Access to information about the runtime relational O/R mapping model. -
Classes in org.hibernate.metamodel used by org.hibernate.metamodel.spi Class Description MappingMetamodel Access to information about the runtime relational O/R mapping model.RepresentationMode Enumeration of the built-in ways that Hibernate can represent the application's domain model.RuntimeMetamodels Entry point providing access to the runtime metamodels: the domain model, our implementation of the JPA-defined model of the Java types, and our relational mapping model of how these types are made persistent. -
Classes in org.hibernate.metamodel used by org.hibernate.property.access.internal 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.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.derived Class Description AttributeClassification An extended set ofAttribute.PersistentAttributeType
addingAttributeClassification.ANY
-
Classes in org.hibernate.metamodel used by org.hibernate.query.sqm.internal Class Description MappingMetamodel Access to information about the runtime relational O/R mapping 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.testing.orm.junit Class Description CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.type Class Description CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.usertype Class Description CollectionClassification Classifications of the plurality.