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 void
Util.resolveResultSetMappingClasses
(Class[] resultSetMappingClasses, ResultSetMapping resultSetMapping, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) static void
Util.resolveResultSetMappingNames
(String[] resultSetMappingNames, ResultSetMapping resultSetMapping, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) static void
Util.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 TypeMethodDescriptionvoid
NamedResultSetMappingMementoImpl.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 TypeMethodDescriptionvoid
NamedResultSetMappingMemento.resolve
(ResultSetMapping resultSetMapping, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) Resolve this memento. -
Uses of ResultSetMapping in org.hibernate.query.results
Methods in org.hibernate.query.results that return ResultSetMappingModifier and TypeMethodDescriptionstatic ResultSetMapping
ResultSetMapping.resolveResultSetMapping
(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory) static ResultSetMapping
ResultSetMapping.resolveResultSetMapping
(String name, SessionFactoryImplementor sessionFactory) -
Uses of ResultSetMapping in org.hibernate.query.results.internal
Classes in org.hibernate.query.results.internal that implement ResultSetMappingModifier and TypeClassDescriptionclass
ResultSetMapping implementation used while building ResultSetMapping references. -
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, @Nullable Class<R> resultType, SharedSessionContractImplementor session) NativeQueryImpl
(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