Package org.hibernate.sql.results.jdbc.spi
package org.hibernate.sql.results.jdbc.spi
-
InterfacesClassDescriptionProvides unified access to query results (JDBC values - see
RowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection)whether they come from query cache or ResultSet.The "resolved" form ofJdbcValuesMappingProducerproviding access to resolved JDBC results (SqlSelection) descriptors and resolved domain results (DomainResult) descriptors.Producer for JdbcValuesMapping references.Pluggable contract for providing customJdbcValuesMappingProducerimplementations.The "resolved" form ofJdbcValuesMappingproviding 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