Uses of Package
org.hibernate.sql.results.jdbc.spi
-
Packages that use org.hibernate.sql.results.jdbc.spi Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of 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.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 asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQueryAPIsorg.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.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.embeddable org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.tuple 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.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.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.query.results Class Description JdbcValuesMapping The "resolved" form ofJdbcValuesMappingProducerproviding 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.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 JdbcValuesSourceProcessingOptions Essentially processing options only for entity loadingRowProcessingState 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 JdbcValuesSourceProcessingOptions Essentially processing options only for entity loadingRowProcessingState 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.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.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.tuple Class Description JdbcValuesSourceProcessingOptions Essentially processing options only for entity loadingRowProcessingState 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 JdbcValuesMapping The "resolved" form ofJdbcValuesMappingProducerproviding access to resolved JDBC results (SqlSelection) descriptors and resolved domain results (DomainResult) descriptors. -
Classes in org.hibernate.sql.results.jdbc.spi used by org.hibernate.sql.results.jdbc.spi Class Description JdbcValuesMapping The "resolved" form ofJdbcValuesMappingProducerproviding 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, 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