Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
-
Packages that use JdbcValuesMappingProducer Package Description org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.query.sql.spi org.hibernate.sql.exec.internal org.hibernate.sql.exec.spi org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi -
-
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.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, Set<FilterJdbcParameter> filterJdbcParameters)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) -
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. -
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 default JdbcValuesMappingProducerJdbcValuesMappingProducer. cacheKeyInstance()
-