Uses of Package
org.hibernate.spi
-
Packages that use org.hibernate.spi Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.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.mapping.ordering.ast 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.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.spi SPIs for HQL support.org.hibernate.query.named Support for named queriesorg.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQuery
APIsorg.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.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.spi A tiny SPI for dealing with compound names and navigable paths.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.cte Support for common table expressions (CTE) in a SQL tree.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.jdbc.spi -
Classes in org.hibernate.spi used by org.hibernate.boot.query Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.collection.spi Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.loader Class Description DotIdentifierSequence A compound name. -
Classes in org.hibernate.spi used by org.hibernate.metamodel Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.metamodel.mapping Class Description DotIdentifierSequence A compound name.NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.metamodel.mapping.ordering.ast Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.metamodel.model.domain Class Description DotIdentifierSequence A compound name. -
Classes in org.hibernate.spi used by org.hibernate.persister.entity Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.criteria Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.derived Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.hql.spi Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.named Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.results Class Description EntityIdentifierNavigablePath Specialized implementation ofNavigablePath
for handling special cases pertaining to entity identifiers.NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.results.complete Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.results.dynamic Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.results.implicit Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.sqm Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.sqm.spi Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.sqm.sql Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.sqm.tree.domain Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.sqm.tree.expression Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query.sqm.tree.from Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.spi Class Description DotIdentifierSequence A compound name.EntityIdentifierNavigablePath Specialized implementation ofNavigablePath
for handling special cases pertaining to entity identifiers.NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path.NavigablePath.FullPathCalculator Effectively a tri-functionNavigablePath.RelativePathCollector -
Classes in org.hibernate.spi used by org.hibernate.sql.ast.spi Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.ast.tree.cte Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.ast.tree.from Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.model.ast Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.results.graph Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.results.graph.basic Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.results.graph.embeddable Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.results.graph.entity Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.results.graph.tuple Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.sql.results.jdbc.spi Class Description NavigablePath A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path.