Uses of Interface
org.hibernate.query.results.ResultSetMapping
Packages that use ResultSetMapping
Package
Description
Support for named queries
Support for defining result set mappings
used in
NativeQuery, ProcedureCall,
and StoredProcedureQuery.SPIs for native SQL query support.
-
Uses of ResultSetMapping in org.hibernate.query.named
Methods in org.hibernate.query.named with parameters of type ResultSetMappingModifier and TypeMethodDescriptionvoidNamedResultSetMappingMemento.resolve(ResultSetMapping resultSetMapping, Consumer<String> querySpaceConsumer, org.hibernate.query.internal.ResultSetMappingResolutionContext context) Resolve this memento. -
Uses of ResultSetMapping in org.hibernate.query.results
Methods in org.hibernate.query.results that return ResultSetMappingModifier and TypeMethodDescriptionResultSetMapping.cacheKeyInstance()static ResultSetMappingResultSetMapping.resolveResultSetMapping(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory) static ResultSetMappingResultSetMapping.resolveResultSetMapping(String name, SessionFactoryImplementor sessionFactory) -
Uses of ResultSetMapping in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return ResultSetMappingModifier and TypeMethodDescriptionNativeSelectQueryDefinition.getResultSetMapping()SelectInterpretationsKey.getResultSetMapping()Constructors in org.hibernate.query.sql.spi with parameters of type ResultSetMappingModifierConstructorDescriptionSelectInterpretationsKey(String sql, ResultSetMapping jdbcValuesMappingProducer, Collection<String> querySpaces, int parameterStartPosition) -
Uses of ResultSetMapping in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return ResultSetMappingModifier and TypeMethodDescriptionJdbcValuesMappingProducerProvider.buildResultSetMapping(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory) Provide a dynamically built JdbcValuesMappingProducer