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 withSession
andSessionFactory
.org.hibernate.cache.cfg.internal org.hibernate.cache.cfg.spi 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 Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.graph Implements and extends the JPA-definedentity 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 org.hibernate.metamodel.model.domain.spi org.hibernate.metamodel.spi 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 Hibernate's support for JPA criteria queries.org.hibernate.query.derived org.hibernate.query.hql.internal org.hibernate.query.sql.internal org.hibernate.query.sql.spi org.hibernate.query.sqm org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.cte org.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.expression org.hibernate.query.sqm.tree.from org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations for model parts originating from normal persistence-context events related to flush, etc.org.hibernate.stat.internal org.hibernate.stat.spi 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 Poorly named. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.cfg.spi Class Description NavigableRole Poorly named. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.internal Class Description NavigableRole Poorly named. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.spi Class Description NavigableRole Poorly named. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.cache.spi.support Class Description NavigableRole Poorly named. -
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 Poorly named. -
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 Poorly named. -
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
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedType
contractMappedSuperclassDomainType Extension of the JPAMappedSuperclassType
contractNavigableRole Poorly named.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 NavigableRole Poorly named. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.mapping.internal Class Description NavigableRole Poorly named. -
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
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ListPersistentAttribute Hibernate extension to the JPAListAttribute
descriptorManagedDomainType Hibernate extension to the JPAManagedType
contractMapPersistentAttribute Hibernate extension to the JPAMapAttribute
descriptorNavigableRole Poorly named.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.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
contractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedType
contractMappedSuperclassDomainType Extension of the JPAMappedSuperclassType
contractNavigableRole Poorly named.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 Poorly named. -
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 Poorly named.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 Poorly named.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 Poorly named. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.stat.internal Class Description NavigableRole Poorly named. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.stat.spi Class Description NavigableRole Poorly named. -
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