Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
Packages that use JdbcValuesMappingProducer
Package
Description
Contains a framework of strategies for efficient retrieval of
database-generated values.
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.SPIs for native SQL query support.
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
-
Uses of JdbcValuesMappingProducer in org.hibernate.generator.values
Methods in org.hibernate.generator.values that return JdbcValuesMappingProducerModifier and TypeMethodDescriptionAbstractGeneratedValuesMutationDelegate.getGeneratedValuesMappingProducer()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 JdbcValuesMappingProducerModifier and TypeClassDescriptionclassSimple implementation ofJdbcValuesMappingProducerused when reading generated values from a mutation statement. -
Uses of JdbcValuesMappingProducer in org.hibernate.query.results
Subinterfaces of JdbcValuesMappingProducer in org.hibernate.query.resultsModifier and TypeInterfaceDescriptioninterfaceActs as theJdbcValuesMappingProducerforNativeQueryorProcedureCall/StoredProcedureQueryinstances.Classes in org.hibernate.query.results that implement JdbcValuesMappingProducerMethods in org.hibernate.query.results that return JdbcValuesMappingProducer -
Uses of JdbcValuesMappingProducer in org.hibernate.query.sql.spi
Constructors in org.hibernate.query.sql.spi with parameters of type JdbcValuesMappingProducerModifierConstructorDescriptionSelectInterpretationsKey(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 -
Uses of JdbcValuesMappingProducer in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcValuesMappingProducerModifier and TypeMethodDescriptionJdbcOperationQueryAnonBlock.getJdbcValuesMappingProducer()Retrieve the "result set mappings" for processing any ResultSets returned from the JDBC call.JdbcOperationQuerySelect.getJdbcValuesMappingProducer()Constructors in org.hibernate.sql.exec.spi with parameters of type JdbcValuesMappingProducerModifierConstructorDescriptionJdbcOperationQuerySelect(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.JdbcOperationQuerySelect(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.filterJdbcParametersis no longer used -
Uses of JdbcValuesMappingProducer in org.hibernate.sql.results.jdbc.internal
Classes in org.hibernate.sql.results.jdbc.internal that implement JdbcValuesMappingProducerModifier and TypeClassDescriptionclassHibernate's standard ResultSetMappingDescriptor implementation for cases where Hibernate itself creates the mappings.Methods in org.hibernate.sql.results.jdbc.internal that return JdbcValuesMappingProducerModifier and TypeMethodDescriptionJdbcValuesMappingProducerProviderStandard.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 JdbcValuesMappingProducerModifier and TypeMethodDescriptionJdbcValuesMappingProducerProvider.buildMappingProducer(SelectStatement sqlAst, SessionFactoryImplementor sessionFactory) Provide the JdbcValuesMappingProducer to use for the given SQL ASTdefault JdbcValuesMappingProducerJdbcValuesMappingProducer.cacheKeyInstance()
filterJdbcParametersis no longer used