Uses of Package
org.hibernate.sql.results.jdbc.spi
-
Packages that use org.hibernate.sql.results.jdbc.spi Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.generator.values Contains a framework of strategies for efficient retrieval of database-generated values.org.hibernate.generator.values.internal org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.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.procedure.internal Defines the internal implementation of the stored procedure SPI.org.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.sql.spi SPIs for native SQL query support.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.collection 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.instantiation.internal org.hibernate.sql.results.graph.internal org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.engine.internal Class Description JdbcValuesSourceProcessingState 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.engine.spi Class Description JdbcValuesSourceProcessingState 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.values Class Description JdbcValuesMappingProducer Producer for JdbcValuesMapping references.JdbcValuesMetadata 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.generator.values.internal Class Description JdbcValuesMapping The "resolved" form ofJdbcValuesMappingProducer
providing access to resolved JDBC results (SqlSelection
) descriptors and resolved domain results (DomainResult
) descriptors.JdbcValuesMappingProducer Producer for JdbcValuesMapping references.JdbcValuesMetadata 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.internal Class Description JdbcValues Provides unified access to query results (JDBC values - seeRowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection)
whether they come from query cache or ResultSet.JdbcValuesMappingProducerProvider Pluggable contract for providing customJdbcValuesMappingProducer
implementations.JdbcValuesSourceProcessingOptions Essentially processing options only for entity loading -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.metamodel.mapping Class Description RowProcessingState State pertaining to the processing of a single "row" of a JdbcValuesSource -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.procedure.internal Class Description JdbcValuesMetadata 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.results Class Description JdbcValuesMapping The "resolved" form ofJdbcValuesMappingProducer
providing access to resolved JDBC results (SqlSelection
) descriptors and resolved domain results (DomainResult
) descriptors.JdbcValuesMappingProducer Producer for JdbcValuesMapping references.JdbcValuesMetadata 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.results.complete Class Description JdbcValuesMetadata 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.results.dynamic Class Description JdbcValuesMetadata 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.results.implicit Class Description JdbcValuesMetadata 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 Class Description JdbcValuesMappingProducer Producer for JdbcValuesMapping references. -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.ast.spi Class Description JdbcValuesMetadata 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.sql.exec.internal Class Description JdbcValuesMappingProducer Producer for JdbcValuesMapping references. -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.exec.spi Class Description JdbcValuesMappingProducer Producer for JdbcValuesMapping references. -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.graph Class Description RowProcessingState 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.graph.basic Class Description RowProcessingState 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.graph.collection Class Description RowProcessingState 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.graph.collection.internal Class Description RowProcessingState 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.graph.embeddable Class Description RowProcessingState 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.graph.embeddable.internal Class Description JdbcValuesSourceProcessingState Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource.RowProcessingState 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.graph.entity Class Description RowProcessingState 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.graph.entity.internal Class Description RowProcessingState 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.graph.instantiation.internal Class Description RowProcessingState 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.graph.internal Class Description RowProcessingState 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.graph.tuple Class Description RowProcessingState 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.internal Class Description JdbcValues Provides unified access to query results (JDBC values - seeRowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection)
whether they come from query cache or ResultSet.JdbcValuesMapping The "resolved" form ofJdbcValuesMappingProducer
providing access to resolved JDBC results (SqlSelection
) descriptors and resolved domain results (DomainResult
) descriptors.JdbcValuesMappingResolution The "resolved" form ofJdbcValuesMapping
providing access to resolved (DomainResultAssembler
) descriptors and resolved initializer (Initializer
) descriptors.JdbcValuesMetadata Access to information about the underlying JDBC values such as type, position, column name, etcJdbcValuesSourceProcessingState Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource.RowProcessingState 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.jdbc.internal Class Description JdbcValues Provides unified access to query results (JDBC values - seeRowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection)
whether they come from query cache or ResultSet.JdbcValuesMapping The "resolved" form ofJdbcValuesMappingProducer
providing access to resolved JDBC results (SqlSelection
) descriptors and resolved domain results (DomainResult
) descriptors.JdbcValuesMappingProducer Producer for JdbcValuesMapping references.JdbcValuesMappingProducerProvider Pluggable contract for providing customJdbcValuesMappingProducer
implementations.JdbcValuesMappingResolution The "resolved" form ofJdbcValuesMapping
providing access to resolved (DomainResultAssembler
) descriptors and resolved initializer (Initializer
) descriptors.JdbcValuesMetadata Access to information about the underlying JDBC values such as type, position, column name, etcJdbcValuesSourceProcessingOptions Essentially processing options only for entity loadingJdbcValuesSourceProcessingState Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource.RowProcessingState 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.jdbc.spi Class Description JdbcValuesMapping The "resolved" form ofJdbcValuesMappingProducer
providing access to resolved JDBC results (SqlSelection
) descriptors and resolved domain results (DomainResult
) descriptors.JdbcValuesMappingProducer Producer for JdbcValuesMapping references.JdbcValuesMappingResolution The "resolved" form ofJdbcValuesMapping
providing access to resolved (DomainResultAssembler
) descriptors and resolved initializer (Initializer
) descriptors.JdbcValuesMetadata Access to information about the underlying JDBC values such as type, position, column name, etcJdbcValuesSourceProcessingOptions Essentially processing options only for entity loadingJdbcValuesSourceProcessingState Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource.RowProcessingState 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.spi Class Description JdbcValues Provides unified access to query results (JDBC values - seeRowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection)
whether they come from query cache or ResultSet.JdbcValuesSourceProcessingOptions Essentially processing options only for entity loadingJdbcValuesSourceProcessingState Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource.RowProcessingState State pertaining to the processing of a single "row" of a JdbcValuesSource