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 SPI definitions for persistent collections.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 Hibernate's support for JPA criteria queries.org.hibernate.query.derived org.hibernate.query.hql.spi org.hibernate.query.named Support for named queriesorg.hibernate.query.results Support for defining result-set mappings used inNativeQuery
andProcedureCall
/StoredProcedureQuery
.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMapping
or `hbm.xml` mapping<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.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.expression org.hibernate.query.sqm.tree.from org.hibernate.spi A tiny SPI for dealing with compound names.org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.ast.tree.cte org.hibernate.sql.ast.tree.from org.hibernate.sql.model.ast SQL AST extensions for model mutationsorg.hibernate.sql.results.graph 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 Compound-name where each path references to 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 Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.loader Class Description DotIdentifierSequence Hibernate often deals with compound names/paths. -
Classes in org.hibernate.spi used by org.hibernate.metamodel Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.metamodel.mapping Class Description NavigablePath Compound-name where each path references to 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 Compound-name where each path references to 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 Hibernate often deals with compound names/paths. -
Classes in org.hibernate.spi used by org.hibernate.persister.entity Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.query Class Description NavigablePath Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 NavigablePath implementation for handling special cases pertaining to entity identifiersNavigablePath Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.spi used by org.hibernate.spi Class Description DotIdentifierSequence Hibernate often deals with compound names/paths.EntityIdentifierNavigablePath Specialized NavigablePath implementation for handling special cases pertaining to entity identifiersNavigablePath Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to 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 Compound-name where each path references to a domain or mapping model-part relative to a root path.