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.spi An SPI modelling various aspects of the second-level cache configuration.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.spi 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.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.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.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.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.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.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. -
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.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 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.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.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.metamodel Class Description EntityDomainType Extension to the JPAEntityTypecontractJpaMetamodel 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.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.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 JPAIdentifiableTypecontractListPersistentAttribute Hibernate extension to the JPAListAttributedescriptorManagedDomainType Hibernate extension to the JPAManagedTypecontractMapPersistentAttribute Hibernate extension to the JPAMapAttributedescriptorNavigableRole A compound path which represents aModelPartand uniquely identifies it with the runtime metamodel.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.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 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 A compound path which represents aModelPartand uniquely identifies it with the runtime metamodel.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.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.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 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