Uses of Interface
org.hibernate.query.ResultListTransformer
Packages that use ResultListTransformer
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
SPIs for native SQL query support.
-
Uses of ResultListTransformer in org.hibernate.query
Methods in org.hibernate.query that return ResultListTransformerModifier and TypeMethodDescriptionstatic <T> ResultListTransformer<T> ResultListTransformer.uniqueResultTransformer()AResultListTransformerwhich collapses a list of results into a single result when all results are equal, or throwsNonUniqueResultExceptionotherwise.Methods in org.hibernate.query with parameters of type ResultListTransformerModifier and TypeMethodDescriptionNativeQuery.setResultListTransformer(ResultListTransformer<T> transformer) Query.setResultListTransformer(ResultListTransformer<T> transformer) Set aResultListTransformer.SelectionQuery.setResultListTransformer(ResultListTransformer<R> transformer) Set aResultListTransformer. -
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 TypeMethodDescriptionvoidMutableQueryOptions.setResultListTransformer(ResultListTransformer<?> transformer) SelectionQueryImplementor.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) Deprecated, for removal: This API element is subject to removal in a future version.