Uses of Package
org.hibernate.metamodel.model.domain
-
Packages that use org.hibernate.metamodel.model.domain 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.cache.cfg.internal Implementation of the second-level cache configuration SPI.org.hibernate.cache.cfg.spi An SPI modelling various aspects of the second-level cache configuration.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider.org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.internal org.hibernate.graph.spi org.hibernate.internal.log 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 Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).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.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.derived org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.stat.internal The built-in implementation of the statistics collection service.org.hibernate.stat.spi An SPI allowing customized statistics collection.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate Class Description JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.cfg.internal Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.cfg.spi Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.internal Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.spi Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.spi.support Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.graph Class Description ManagedDomainType Hibernate extension to the JPAManagedType
contractPersistentAttribute Hibernate extension to the JPAAttribute
contract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.graph.internal Class Description EntityDomainType Extension to the JPAEntityType
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedType
contractPersistentAttribute Hibernate extension to the JPAAttribute
contract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.graph.spi Class Description EntityDomainType Extension to the JPAEntityType
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedType
contractPersistentAttribute Hibernate extension to the JPAAttribute
contractPluralPersistentAttribute Hibernate extension to the JPAPluralAttribute
descriptor todo (6.0) : Create an form of plural attribute (and singular) in the API package (org.hibernate.metamodel.model.domain) and have this extend itSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttribute
descriptor -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.internal.log Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel Class Description EntityDomainType Extension to the JPAEntityType
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.internal Class Description BasicDomainType Hibernate extension to the JPABasicType
contract.DomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableType
contract.EntityDomainType Extension to the JPAEntityType
contractIdentifiableDomainType Extension to the JPAIdentifiableType
contractManagedDomainType Hibernate extension to the JPAManagedType
contractMappedSuperclassDomainType Extension of the JPAMappedSuperclassType
contractNavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel.PersistentAttribute Hibernate extension to the JPAAttribute
contractSingularPersistentAttribute Hibernate extension to the JPASingularAttribute
descriptor -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.mapping Class Description BasicDomainType Hibernate extension to the JPABasicType
contract.DomainType Describes any type that occurs in the application's domain model.NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel.SimpleDomainType Describes any non-collection type -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.mapping.internal Class Description BasicDomainType Hibernate extension to the JPABasicType
contract.DomainType Describes any type that occurs in the application's domain model.NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel.SimpleDomainType Describes any non-collection type -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.model.domain Class Description AbstractDomainType AbstractManagedType Commonality for Hibernate's implementations of the JPAManagedType
contract.BagPersistentAttribute Hibernate extension to the JPACollectionAttribute
descriptorDomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableType
contract.EntityDomainType Extension to the JPAEntityType
contractIdentifiableDomainType Extension to the JPAIdentifiableType
contractListPersistentAttribute Hibernate extension to the JPAListAttribute
descriptorManagedDomainType Hibernate extension to the JPAManagedType
contractMapPersistentAttribute Hibernate extension to the JPAMapAttribute
descriptorNavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel.PersistentAttribute Hibernate extension to the JPAAttribute
contractPluralPersistentAttribute Hibernate extension to the JPAPluralAttribute
descriptor todo (6.0) : Create an form of plural attribute (and singular) in the API package (org.hibernate.metamodel.model.domain) and have this extend itSetPersistentAttribute Hibernate extension to the JPASetAttribute
descriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttribute
descriptor -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.model.domain.internal Class Description AbstractDomainType AbstractIdentifiableType Defines commonality for the JPAIdentifiableType
types.AbstractManagedType Commonality for Hibernate's implementations of the JPAManagedType
contract.AnyMappingDomainType Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model typeBasicDomainType Hibernate extension to the JPABasicType
contract.DiscriminatorSqmPath Commonality between entity and any discriminatorsDomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableType
contract.EntityDomainType Extension to the JPAEntityType
contractIdentifiableDomainType Extension to the JPAIdentifiableType
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedType
contractMappedSuperclassDomainType Extension of the JPAMappedSuperclassType
contractNavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel.PersistentAttribute Hibernate extension to the JPAAttribute
contractPluralPersistentAttribute Hibernate extension to the JPAPluralAttribute
descriptor todo (6.0) : Create an form of plural attribute (and singular) in the API package (org.hibernate.metamodel.model.domain) and have this extend itSetPersistentAttribute Hibernate extension to the JPASetAttribute
descriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttribute
descriptorTupleType Describes any structural type without a direct java type representation. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.model.domain.spi Class Description JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.spi Class Description JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.persister.collection Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.persister.entity Class Description BasicDomainType Hibernate extension to the JPABasicType
contract.DomainType Describes any type that occurs in the application's domain model.NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel.SimpleDomainType Describes any non-collection type -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query Class Description BasicDomainType Hibernate extension to the JPABasicType
contract.DomainType Describes any type that occurs in the application's domain model.SimpleDomainType Describes any non-collection type -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.criteria Class Description DomainType Describes any type that occurs in the application's domain model.EntityDomainType Extension to the JPAEntityType
contractPersistentAttribute Hibernate extension to the JPAAttribute
contractPluralPersistentAttribute Hibernate extension to the JPAPluralAttribute
descriptor todo (6.0) : Create an form of plural attribute (and singular) in the API package (org.hibernate.metamodel.model.domain) and have this extend it -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.derived Class Description DomainType Describes any type that occurs in the application's domain model.ManagedDomainType Hibernate extension to the JPAManagedType
contractNavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel.PersistentAttribute Hibernate extension to the JPAAttribute
contractSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttribute
descriptorTupleType Describes any structural type without a direct java type representation. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.hql.internal Class Description EntityDomainType Extension to the JPAEntityType
contract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sql.internal Class Description BasicDomainType Hibernate extension to the JPABasicType
contract. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sql.spi Class Description BasicDomainType Hibernate extension to the JPABasicType
contract. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm Class Description DomainType Describes any type that occurs in the application's domain model.JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.internal Class Description DomainType Describes any type that occurs in the application's domain model.EntityDomainType Extension to the JPAEntityType
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.tree.cte Class Description DomainType Describes any type that occurs in the application's domain model.SimpleDomainType Describes any non-collection typeTupleType Describes any structural type without a direct java type representation. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.tree.domain Class Description BagPersistentAttribute Hibernate extension to the JPACollectionAttribute
descriptorDomainType Describes any type that occurs in the application's domain model.EntityDomainType Extension to the JPAEntityType
contractIdentifiableDomainType Extension to the JPAIdentifiableType
contractListPersistentAttribute Hibernate extension to the JPAListAttribute
descriptorManagedDomainType Hibernate extension to the JPAManagedType
contractMapPersistentAttribute Hibernate extension to the JPAMapAttribute
descriptorPersistentAttribute Hibernate extension to the JPAAttribute
contractPluralPersistentAttribute Hibernate extension to the JPAPluralAttribute
descriptor todo (6.0) : Create an form of plural attribute (and singular) in the API package (org.hibernate.metamodel.model.domain) and have this extend itSetPersistentAttribute Hibernate extension to the JPASetAttribute
descriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttribute
descriptor -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.tree.expression Class Description DomainType Describes any type that occurs in the application's domain model.EntityDomainType Extension to the JPAEntityType
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.tree.from Class Description EntityDomainType Extension to the JPAEntityType
contract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.sql.model Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.stat.internal Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.stat.spi Class Description NavigableRole A compound path which represents aModelPart
and uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.type Class Description BasicDomainType Hibernate extension to the JPABasicType
contract.DomainType Describes any type that occurs in the application's domain model.SimpleDomainType Describes any non-collection type -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.type.internal Class Description BasicDomainType Hibernate extension to the JPABasicType
contract.DomainType Describes any type that occurs in the application's domain model.SimpleDomainType Describes any non-collection type