Package org.hibernate.sql.results.jdbc.spi
-
Interface Summary Interface 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