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.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.spi SPI for execution of SQL statements via JDBC.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.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, TupleTransformer tupleTransformer, ResultListTransformer resultListTransformer) -
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<org.hibernate.internal.FilterJdbcParameter> filterJdbcParameters)Deprecated.filterJdbcParametersis no longer usedJdbcOperationQuerySelect(String sql, List<JdbcParameterBinder> parameterBinders, JdbcValuesMappingProducer jdbcValuesMappingProducer, Set<String> affectedTableNames, Set<org.hibernate.internal.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.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()
-