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 JdbcValuesMappingProducerAbstractGeneratedValuesMutationDelegate. getGeneratedValuesMappingProducer()JdbcValuesMappingProducerGeneratedValuesMutationDelegate. 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 classGeneratedValuesMappingProducerSimple 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.results Modifier and Type Interface Description interfaceResultSetMappingActs as theJdbcValuesMappingProducerforNativeQueryorProcedureCall/StoredProcedureQueryinstances.Classes in org.hibernate.query.results that implement JdbcValuesMappingProducer Modifier and Type Class Description classResultSetMappingImplMethods in org.hibernate.query.results that return JdbcValuesMappingProducer Modifier and Type Method Description JdbcValuesMappingProducerResultSetMappingImpl. 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)SelectInterpretationsKey(String sql, JdbcValuesMappingProducer jdbcValuesMappingProducer, Collection<String> querySpaces, TupleTransformer tupleTransformer, ResultListTransformer resultListTransformer)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of JdbcValuesMappingProducer in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return JdbcValuesMappingProducer Modifier and Type Method Description JdbcValuesMappingProducerJdbcCallImpl. 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 JdbcValuesMappingProducerJdbcOperationQueryAnonBlock. getJdbcValuesMappingProducer()Retrieve the "result set mappings" for processing any ResultSets returned from the JDBC call.JdbcValuesMappingProducerJdbcOperationQuerySelect. 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.filterJdbcParametersis 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.filterJdbcParametersis 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 classJdbcValuesMappingProducerStandardHibernate'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 JdbcValuesMappingProducerJdbcValuesMappingProducerProviderStandard. 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 JdbcValuesMappingProducerJdbcValuesMappingProducerProvider. buildMappingProducer(SelectStatement sqlAst, SessionFactoryImplementor sessionFactory)Provide the JdbcValuesMappingProducer to use for the given SQL ASTdefault JdbcValuesMappingProducerJdbcValuesMappingProducer. cacheKeyInstance()
-