Uses of Package
org.hibernate.metamodel
-
Packages that use org.hibernate.metamodel Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory
, which represents an instance of Hibernate at runtime and is the source of new instances ofSession
andStatelessSession
, the most important APIs exposing persistence-related operations for entities.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 interfaces 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.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.model.source.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.collection.internal Internal implementations and support for persistent collections.org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.engine.profile Models the fetch profiles defined by the application.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.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 Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.model.domain.spi An SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.property.access.internal Contains various implementations ofPropertyAccessStrategy
.org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.org.hibernate.query.derived org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.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 which extend the set of built-in types defined inorg.hibernate.type
. -
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.jaxb.mapping Class Description CollectionClassification Classifications of the plurality. -
Classes in org.hibernate.metamodel used by org.hibernate.boot.jaxb.mapping.marshall Class Description CollectionClassification Classifications of the plurality. -
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.engine.profile Class Description 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.internal Class Description 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.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.model.domain.spi Class Description 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.spi 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.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.