Uses of Package
org.hibernate.sql.results.jdbc.spi
Packages that use org.hibernate.sql.results.jdbc.spi
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Contains a framework of strategies for efficient retrieval of
database-generated values.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Support for defining result set mappings
used in
NativeQuery
, ProcedureCall
,
and StoredProcedureQuery
.SPIs for native SQL query support.
Package defining support for creating and consuming a SQL AST.
SPI for execution of SQL statements via JDBC.
Defines domain result graphs.
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.engine.spiClassDescriptionPluggable contract for providing custom
JdbcValuesMappingProducer
implementations.Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource. -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.generator.valuesClassDescriptionProducer for JdbcValuesMapping references.Access to information about the underlying JDBC values such as type, position, column name, etc
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.metamodel.mappingClassDescriptionState pertaining to the processing of a single "row" of a JdbcValuesSource
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.query.resultsClassDescriptionProducer for JdbcValuesMapping references.Access to information about the underlying JDBC values such as type, position, column name, etc
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.query.sql.spi
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.ast.spiClassDescriptionAccess to information about the underlying JDBC values such as type, position, column name, etc
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.exec.spi
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.graphClassDescriptionState pertaining to the processing of a single "row" of a JdbcValuesSource
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.graph.basicClassDescriptionState pertaining to the processing of a single "row" of a JdbcValuesSource
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.graph.collectionClassDescriptionState pertaining to the processing of a single "row" of a JdbcValuesSource
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.graph.embeddableClassDescriptionState pertaining to the processing of a single "row" of a JdbcValuesSource
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.graph.entityClassDescriptionState pertaining to the processing of a single "row" of a JdbcValuesSource
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.graph.tupleClassDescriptionState pertaining to the processing of a single "row" of a JdbcValuesSource
-
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.jdbc.spiClassDescriptionThe "resolved" form of
JdbcValuesMappingProducer
providing access to resolved JDBC results (SqlSelection
) descriptors and resolved domain results (DomainResult
) descriptors.Producer for JdbcValuesMapping references.The "resolved" form ofJdbcValuesMapping
providing access to resolved (DomainResultAssembler
) descriptors and resolved initializer (Initializer
) descriptors.Access to information about the underlying JDBC values such as type, position, column name, etcEssentially processing options only for entity loadingProvides a context for processing the processing of the complete set of rows from a JdbcValuesSource.State pertaining to the processing of a single "row" of a JdbcValuesSource -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.spiClassDescriptionProvides unified access to query results (JDBC values - see
RowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection)
whether they come from query cache or ResultSet.Essentially processing options only for entity loadingProvides a context for processing the processing of the complete set of rows from a JdbcValuesSource.State pertaining to the processing of a single "row" of a JdbcValuesSource