Uses of Interface
org.hibernate.query.ResultListTransformer
Packages that use ResultListTransformer
Package
Description
An SPI for managing cases where, by default, Hibernate intentionally violates
the letter of the JPA specification.
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPIs for HQL support.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
Defines strategies for post-processing criteria query
results into a form convenient to the application.
-
Uses of ResultListTransformer in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return ResultListTransformer -
Uses of ResultListTransformer in org.hibernate.jpa.spi
Classes in org.hibernate.jpa.spi that implement ResultListTransformerModifier and TypeClassDescriptionclass
AResultTransformer
for handling JPATuple
results from native queries. -
Uses of ResultListTransformer in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return ResultListTransformer -
Uses of ResultListTransformer in org.hibernate.query
Methods in org.hibernate.query with parameters of type ResultListTransformerModifier and TypeMethodDescriptionNativeQuery.setResultListTransformer
(ResultListTransformer<T> transformer) Query.setResultListTransformer
(ResultListTransformer<R> transformer) Set aResultListTransformer
. -
Uses of ResultListTransformer in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type ResultListTransformerModifier and TypeMethodDescriptionSqmQueryImplementor.setResultListTransformer
(ResultListTransformer<R> transformer) -
Uses of ResultListTransformer in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return ResultListTransformerMethods in org.hibernate.query.internal with parameters of type ResultListTransformerModifier and TypeMethodDescriptionvoid
QueryOptionsImpl.setResultListTransformer
(ResultListTransformer<?> transformer) -
Uses of ResultListTransformer in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ResultListTransformerModifier and TypeMethodDescriptionDelegatingQueryOptions.getResultListTransformer()
@Nullable ResultListTransformer<?>
QueryOptions.getResultListTransformer()
Transformer applied to the query to transform the structure of the overall resultsQueryOptionsAdapter.getResultListTransformer()
Methods in org.hibernate.query.spi with parameters of type ResultListTransformerModifier and TypeMethodDescriptionAbstractQuery.setResultListTransformer
(ResultListTransformer<R> transformer) void
MutableQueryOptions.setResultListTransformer
(ResultListTransformer<?> transformer) QueryImplementor.setResultListTransformer
(ResultListTransformer<R> transformer) -
Uses of ResultListTransformer in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type ResultListTransformerModifier and TypeMethodDescriptionNativeQueryImpl.setResultListTransformer
(ResultListTransformer<R> transformer) -
Uses of ResultListTransformer in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type ResultListTransformerModifier and TypeMethodDescriptionNativeQueryImplementor.setResultListTransformer
(ResultListTransformer<R> transformer) Constructors in org.hibernate.query.sql.spi with parameters of type ResultListTransformerModifierConstructorDescriptionSelectInterpretationsKey
(String sql, JdbcValuesMappingProducer jdbcValuesMappingProducer, Collection<String> querySpaces, TupleTransformer tupleTransformer, ResultListTransformer resultListTransformer) -
Uses of ResultListTransformer in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type ResultListTransformerModifier and TypeMethodDescriptionQuerySqmImpl.setResultListTransformer
(ResultListTransformer<R> transformer) -
Uses of ResultListTransformer in org.hibernate.transform
Subinterfaces of ResultListTransformer in org.hibernate.transformClasses in org.hibernate.transform that implement ResultListTransformerModifier and TypeClassDescriptionclass
Deprecated.sinceResultTransformer
is deprecatedclass
Deprecated.sinceResultTransformer
is deprecatedclass
Deprecated.sinceResultTransformer
is deprecatedclass
Deprecated.sinceResultTransformer
is deprecated
TupleTransformer
and/orResultListTransformer
instead