Uses of Interface
org.hibernate.query.results.ResultSetMapping
Packages that use ResultSetMapping
Package
Description
Defines the internal implementation of the stored procedure SPI.
Support for named queries
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
-
Uses of ResultSetMapping in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return ResultSetMappingMethods in org.hibernate.procedure.internal with parameters of type ResultSetMappingModifier and TypeMethodDescriptionstatic voidUtil.resolveResultSetMappingClasses(Class[] resultSetMappingClasses, ResultSetMapping resultSetMapping, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) static voidUtil.resolveResultSetMappingNames(String[] resultSetMappingNames, ResultSetMapping resultSetMapping, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) static voidUtil.resolveResultSetMappings(String[] resultSetMappingNames, Class[] resultSetMappingClasses, ResultSetMapping resultSetMapping, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) -
Uses of ResultSetMapping in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type ResultSetMappingModifier and TypeMethodDescriptionvoidNamedResultSetMappingMementoImpl.resolve(ResultSetMapping resultSetMapping, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) -
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, ResultSetMappingResolutionContext context) Resolve this memento. -
Uses of ResultSetMapping in org.hibernate.query.results
Classes in org.hibernate.query.results that implement ResultSetMappingMethods in org.hibernate.query.results that return ResultSetMappingModifier and TypeMethodDescriptionstatic ResultSetMappingResultSetMapping.resolveResultSetMapping(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory) static ResultSetMappingResultSetMapping.resolveResultSetMapping(String name, SessionFactoryImplementor sessionFactory) -
Uses of ResultSetMapping in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return ResultSetMappingModifier and TypeMethodDescriptionResultSetMappingProcessor.generateResultMapping(boolean queryHadAliases) Constructors in org.hibernate.query.sql.internal with parameters of type ResultSetMappingModifierConstructorDescriptionNativeSelectQueryPlanImpl(String sql, Set<String> affectedTableNames, List<ParameterOccurrence> parameterList, ResultSetMapping resultSetMapping, SessionFactoryImplementor sessionFactory) ResultSetMappingProcessor(ResultSetMapping resultSetMapping, SessionFactoryImplementor factory) Constructor parameters in org.hibernate.query.sql.internal with type arguments of type ResultSetMappingModifierConstructorDescriptionNativeQueryImpl(NamedNativeQueryMemento memento, Supplier<ResultSetMapping> resultSetMappingCreator, org.hibernate.query.sql.internal.NativeQueryImpl.ResultSetMappingHandler resultSetMappingHandler, SharedSessionContractImplementor session) -
Uses of ResultSetMapping in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return ResultSetMapping -
Uses of ResultSetMapping in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return ResultSetMappingModifier and TypeMethodDescriptionJdbcValuesMappingProducerProviderStandard.buildResultSetMapping(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory) -
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