Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
-
Packages that use JdbcValuesMappingProducer Package Description org.hibernate.generator.values Contains a framework of strategies for efficient retrieval of database-generated values.org.hibernate.generator.values.internal org.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.sql.spi SPIs for native SQL query support.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.jdbc.internal org.hibernate.sql.results.jdbc.spi -
-
Uses of JdbcValuesMappingProducer in org.hibernate.generator.values
Methods in org.hibernate.generator.values that return JdbcValuesMappingProducer Modifier and Type Method Description JdbcValuesMappingProducer
AbstractGeneratedValuesMutationDelegate. getGeneratedValuesMappingProducer()
JdbcValuesMappingProducer
GeneratedValuesMutationDelegate. getGeneratedValuesMappingProducer()
Retrieve the mapping producer used to read the generated values. -
Uses of JdbcValuesMappingProducer in org.hibernate.generator.values.internal
Classes in org.hibernate.generator.values.internal that implement JdbcValuesMappingProducer Modifier and Type Class Description class
GeneratedValuesMappingProducer
Simple implementation ofJdbcValuesMappingProducer
used when reading generated values from a mutation statement. -
Uses of JdbcValuesMappingProducer in org.hibernate.query.results
Subinterfaces of JdbcValuesMappingProducer in org.hibernate.query.results Modifier and Type Interface Description interface
ResultSetMapping
Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances.Classes in org.hibernate.query.results that implement JdbcValuesMappingProducer Modifier and Type Class Description class
ResultSetMappingImpl
Methods in org.hibernate.query.results that return JdbcValuesMappingProducer Modifier and Type Method Description JdbcValuesMappingProducer
ResultSetMappingImpl. cacheKeyInstance()
-
Uses of JdbcValuesMappingProducer in org.hibernate.query.sql.spi
Constructors in org.hibernate.query.sql.spi with parameters of type JdbcValuesMappingProducer Constructor Description SelectInterpretationsKey(String sql, JdbcValuesMappingProducer jdbcValuesMappingProducer, Collection<String> querySpaces, TupleTransformer tupleTransformer, ResultListTransformer resultListTransformer)
-
Uses of JdbcValuesMappingProducer in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return JdbcValuesMappingProducer Modifier and Type Method Description JdbcValuesMappingProducer
JdbcCallImpl. getJdbcValuesMappingProducer()
-
Uses of JdbcValuesMappingProducer in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcValuesMappingProducer Modifier and Type Method Description JdbcValuesMappingProducer
JdbcOperationQueryAnonBlock. getJdbcValuesMappingProducer()
Retrieve the "result set mappings" for processing any ResultSets returned from the JDBC call.JdbcValuesMappingProducer
JdbcOperationQuerySelect. getJdbcValuesMappingProducer()
Constructors in org.hibernate.sql.exec.spi with parameters of type JdbcValuesMappingProducer Constructor Description JdbcOperationQuerySelect(String sql, List<JdbcParameterBinder> parameterBinders, JdbcValuesMappingProducer jdbcValuesMappingProducer, Set<String> affectedTableNames)
JdbcOperationQuerySelect(String sql, List<JdbcParameterBinder> parameterBinders, JdbcValuesMappingProducer jdbcValuesMappingProducer, Set<String> affectedTableNames, int rowsToSkip, int maxRows, Map<JdbcParameter,JdbcParameterBinding> appliedParameters, JdbcLockStrategy jdbcLockStrategy, JdbcParameter offsetParameter, JdbcParameter limitParameter)
JdbcOperationQuerySelect(String sql, List<JdbcParameterBinder> parameterBinders, JdbcValuesMappingProducer jdbcValuesMappingProducer, Set<String> affectedTableNames, Set<FilterJdbcParameter> filterJdbcParameters)
Deprecated.filterJdbcParameters
is no longer usedJdbcOperationQuerySelect(String sql, List<JdbcParameterBinder> parameterBinders, JdbcValuesMappingProducer jdbcValuesMappingProducer, Set<String> affectedTableNames, Set<FilterJdbcParameter> filterJdbcParameters, int rowsToSkip, int maxRows, Map<JdbcParameter,JdbcParameterBinding> appliedParameters, JdbcLockStrategy jdbcLockStrategy, JdbcParameter offsetParameter, JdbcParameter limitParameter)
Deprecated.filterJdbcParameters
is no longer used -
Uses of JdbcValuesMappingProducer in org.hibernate.sql.results.jdbc.internal
Classes in org.hibernate.sql.results.jdbc.internal that implement JdbcValuesMappingProducer Modifier and Type Class Description class
JdbcValuesMappingProducerStandard
Hibernate's standard ResultSetMappingDescriptor implementation for cases where Hibernate itself creates the mappings.Methods in org.hibernate.sql.results.jdbc.internal that return JdbcValuesMappingProducer Modifier and Type Method Description JdbcValuesMappingProducer
JdbcValuesMappingProducerProviderStandard. buildMappingProducer(SelectStatement sqlAst, SessionFactoryImplementor sessionFactory)
-
Uses of JdbcValuesMappingProducer in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return JdbcValuesMappingProducer Modifier and Type Method Description JdbcValuesMappingProducer
JdbcValuesMappingProducerProvider. buildMappingProducer(SelectStatement sqlAst, SessionFactoryImplementor sessionFactory)
Provide the JdbcValuesMappingProducer to use for the given SQL ASTdefault JdbcValuesMappingProducer
JdbcValuesMappingProducer. cacheKeyInstance()
-