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.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collections.org.hibernate.internal.log org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.ast.internal 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.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.metamodel.model.domain.internal 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.hql.spi org.hibernate.query.internal 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.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.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.sql.internal org.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.collection.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.internal org.hibernate.sql.results.internal.domain 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.internal 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.internal.log 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.loader.ast.internal 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 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.internal 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.internal 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.metamodel.model.domain.internal 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.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.internal Class Description DotIdentifierSequence Hibernate often deals with compound names/paths.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.internal 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.internal 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.mutation.internal.temptable 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.sql.internal 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.collection.internal 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.embeddable.internal 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.entity.internal 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.internal 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.internal.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.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.