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 withSessionandSessionFactory.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 graphAPI.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 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 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 JPAManagedTypecontractPersistentAttribute Hibernate extension to the JPAAttributecontract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.graph.internal Class Description EntityDomainType Extension to the JPAEntityTypecontractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedTypecontractPersistentAttribute Hibernate extension to the JPAAttributecontract -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.graph.spi Class Description EntityDomainType Extension to the JPAEntityTypecontractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedTypecontractPersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Hibernate extension to the JPAPluralAttributedescriptor 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 JPASingularAttributedescriptor -
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 JPAEntityTypecontractJpaMetamodel 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 JPABasicTypecontract.DomainType Describes any type that occurs in the application's domain model.EmbeddableDomainType Hibernate extension to the JPAEmbeddableTypecontract.EntityDomainType Extension to the JPAEntityTypecontractIdentifiableDomainType Extension to the JPAIdentifiableTypecontractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedTypecontractMappedSuperclassDomainType Extension of the JPAMappedSuperclassTypecontractNavigableRole Poorly named.PersistentAttribute Hibernate extension to the JPAAttributecontractSingularPersistentAttribute Hibernate extension to the JPASingularAttributedescriptor -
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 JPAManagedTypecontract.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 JPAEntityTypecontractIdentifiableDomainType Extension to the JPAIdentifiableTypecontractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ListPersistentAttribute Hibernate extension to the JPAListAttributedescriptorManagedDomainType Hibernate extension to the JPAManagedTypecontractMapPersistentAttribute Hibernate extension to the JPAMapAttributedescriptorNavigableRole Poorly named.PersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Hibernate extension to the JPAPluralAttributedescriptor 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 JPASetAttributedescriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttributedescriptor -
Classes in org.hibernate.metamodel.model.domain used by org.hibernate.metamodel.model.domain.internal Class Description AbstractDomainType AbstractIdentifiableType Defines commonality for the JPAIdentifiableTypetypes.AbstractManagedType Commonality for Hibernate's implementations of the JPAManagedTypecontract.AnyMappingDomainType Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model typeBasicDomainType 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 JPAEntityTypecontractIdentifiableDomainType Extension to the JPAIdentifiableTypecontractJpaMetamodel Extensions to the JPA-defined metamodel of persistent Java types.ManagedDomainType Hibernate extension to the JPAManagedTypecontractMappedSuperclassDomainType Extension of the JPAMappedSuperclassTypecontractNavigableRole Poorly named.PersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Hibernate extension to the JPAPluralAttributedescriptor 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 JPASetAttributedescriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttributedescriptorTupleType 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 JPABasicTypecontract.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 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 JPAEntityTypecontractPersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Hibernate extension to the JPAPluralAttributedescriptor 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 JPAManagedTypecontractNavigableRole Poorly named.PersistentAttribute Hibernate extension to the JPAAttributecontractSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttributedescriptorTupleType 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 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 JPAEntityTypecontractJpaMetamodel 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 JPACollectionAttributedescriptorDomainType Describes any type that occurs in the application's domain model.EntityDomainType Extension to the JPAEntityTypecontractIdentifiableDomainType Extension to the JPAIdentifiableTypecontractListPersistentAttribute Hibernate extension to the JPAListAttributedescriptorManagedDomainType Hibernate extension to the JPAManagedTypecontractMapPersistentAttribute Hibernate extension to the JPAMapAttributedescriptorPersistentAttribute Hibernate extension to the JPAAttributecontractPluralPersistentAttribute Hibernate extension to the JPAPluralAttributedescriptor 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 JPASetAttributedescriptorSimpleDomainType Describes any non-collection typeSingularPersistentAttribute Hibernate extension to the JPASingularAttributedescriptor -
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 JPAEntityTypecontractJpaMetamodel 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.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 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