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 ofSessionandStatelessSession, 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.dialect.function.array org.hibernate.graph Implements and extends the JPA-defined entity graph API.org.hibernate.graph.internal org.hibernate.graph.spi This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph.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 The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.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.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.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.query.sqm.tree.select Nodes representingselectstatements in the SQM tree.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL 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.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.internal 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 HibernateTypeis 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 aModelPartand 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 aModelPartand 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 aModelPartand 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 aModelPartand 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 aModelPartand uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.dialect.function.array Class Description DomainType Describes any type that occurs in the application's domain model. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.graph Class Description ManagedDomainType Extensions to the JPA-definedManagedTypecontract.PersistentAttribute Hibernate extension to the JPAAttributecontract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.graph.internal Class Description EntityDomainType Extension to the JPAEntityTypecontract.ManagedDomainType Extensions to the JPA-definedManagedTypecontract.PersistentAttribute Hibernate extension to the JPAAttributecontract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.graph.spi Class Description EntityDomainType Extension to the JPAEntityTypecontract.ManagedDomainType Extensions to the JPA-definedManagedTypecontract.PersistentAttribute Hibernate extension to the JPAAttributecontract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.internal.log Class Description NavigableRole A compound path which represents aModelPartand 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 JPAEntityTypecontract.JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.NavigableRole A compound path which represents aModelPartand 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 JPABasicTypecontract.DomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableTypecontract.EntityDomainType Extension to the JPAEntityTypecontract.IdentifiableDomainType Extension to the JPAIdentifiableTypecontract.ManagedDomainType Extensions to the JPA-definedManagedTypecontract.MappedSuperclassDomainType Extension of the JPAMappedSuperclassTypecontractNavigableRole A compound path which represents aModelPartand uniquely identifies it with the runtime metamodel.PersistentAttribute Hibernate extension to the JPAAttributecontractSingularPersistentAttribute Extension of the JPA-definedSingularAttributeinterface. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.mapping Class Description BasicDomainType Hibernate extension to the JPABasicTypecontract.DomainType Describes any type that occurs in the application's domain model.NavigableRole A compound path which represents aModelPartand 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 JPABasicTypecontract.DomainType Describes any type that occurs in the application's domain model.NavigableRole A compound path which represents aModelPartand 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 Functionality common to all implementations ofManagedType.BagPersistentAttribute Hibernate extension to the JPACollectionAttributedescriptorDomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableTypecontract.EntityDomainType Extension to the JPAEntityTypecontract.IdentifiableDomainType Extension to the JPAIdentifiableTypecontract.ListPersistentAttribute Hibernate extension to the JPAListAttributedescriptorManagedDomainType Extensions to the JPA-definedManagedTypecontract.MapPersistentAttribute Hibernate extension to the JPAMapAttributedescriptorNavigableRole A compound path which represents aModelPartand uniquely identifies it with the runtime metamodel.PersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Extension of the JPA-definedPluralAttributeinterface.SetPersistentAttribute Hibernate extension to the JPASetAttributedescriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Extension of the JPA-definedSingularAttributeinterface.TreatableDomainType -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.model.domain.internal Class Description AbstractDomainType AbstractIdentifiableType Functionality common to all implementations ofIdentifiableType.AbstractManagedType Functionality common to all implementations ofManagedType.AnyMappingDomainType Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model typeBagPersistentAttribute Hibernate extension to the JPACollectionAttributedescriptorBasicDomainType Hibernate extension to the JPABasicTypecontract.DiscriminatorSqmPath Commonality between entity and any discriminatorsDomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableTypecontract.EntityDomainType Extension to the JPAEntityTypecontract.IdentifiableDomainType Extension to the JPAIdentifiableTypecontract.JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ListPersistentAttribute Hibernate extension to the JPAListAttributedescriptorManagedDomainType Extensions to the JPA-definedManagedTypecontract.MappedSuperclassDomainType Extension of the JPAMappedSuperclassTypecontractMapPersistentAttribute Hibernate extension to the JPAMapAttributedescriptorNavigableRole A compound path which represents aModelPartand uniquely identifies it with the runtime metamodel.PersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Extension of the JPA-definedPluralAttributeinterface.SetPersistentAttribute Hibernate extension to the JPASetAttributedescriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Extension of the JPA-definedSingularAttributeinterface.TreatableDomainType TupleType 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 aModelPartand 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 JPABasicTypecontract.DomainType Describes any type that occurs in the application's domain model.NavigableRole A compound path which represents aModelPartand 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 JPABasicTypecontract.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 JPAEntityTypecontract.PersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Extension of the JPA-definedPluralAttributeinterface. -
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 Extensions to the JPA-definedManagedTypecontract.NavigableRole A compound path which represents aModelPartand uniquely identifies it with the runtime metamodel.PersistentAttribute Hibernate extension to the JPAAttributecontractSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Extension of the JPA-definedSingularAttributeinterface.TupleType 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 JPAEntityTypecontract. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sql.internal Class Description BasicDomainType Hibernate extension to the JPABasicTypecontract. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sql.spi Class Description BasicDomainType Hibernate extension to the JPABasicTypecontract. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm Class Description DiscriminatorSqmPath Commonality between entity and any discriminatorsDomainType 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 DiscriminatorSqmPath Commonality between entity and any discriminatorsDomainType Describes any type that occurs in the application's domain model.EntityDomainType Extension to the JPAEntityTypecontract.JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.spi Class Description DiscriminatorSqmPath Commonality between entity and any discriminators -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.sql Class Description DiscriminatorSqmPath Commonality between entity and any discriminators -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.sql.internal Class Description DiscriminatorSqmPath Commonality between entity and any discriminators -
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 JPACollectionAttributedescriptorDomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableTypecontract.EntityDomainType Extension to the JPAEntityTypecontract.IdentifiableDomainType Extension to the JPAIdentifiableTypecontract.ListPersistentAttribute Hibernate extension to the JPAListAttributedescriptorManagedDomainType Extensions to the JPA-definedManagedTypecontract.MapPersistentAttribute Hibernate extension to the JPAMapAttributedescriptorPersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Extension of the JPA-definedPluralAttributeinterface.SetPersistentAttribute Hibernate extension to the JPASetAttributedescriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Extension of the JPA-definedSingularAttributeinterface.TreatableDomainType -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.tree.expression Class Description BasicDomainType Hibernate extension to the JPABasicTypecontract.DomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableTypecontract.EntityDomainType Extension to the JPAEntityTypecontract.JpaMetamodel 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 JPAEntityTypecontract. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.query.sqm.tree.select Class Description DomainType Describes any type that occurs in the application's domain model. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.sql.ast.tree.expression Class Description EmbeddableDomainType Hibernate extension to the JPAEmbeddableTypecontract. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.sql.model Class Description NavigableRole A compound path which represents aModelPartand uniquely identifies it with the runtime metamodel. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.sql.results.graph Class Description JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.sql.results.graph.embeddable.internal Class Description JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.sql.results.graph.entity Class Description JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.sql.results.internal Class Description JpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types. -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.stat.internal Class Description NavigableRole A compound path which represents aModelPartand 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 aModelPartand 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 JPABasicTypecontract.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 JPABasicTypecontract.DomainType Describes any type that occurs in the application's domain model.SimpleDomainType Describes any non-collection type