Uses of Interface
org.hibernate.query.ResultListTransformer
-
Packages that use ResultListTransformer Package Description org.hibernate.jpa.spi org.hibernate.loader.ast.internal org.hibernate.query org.hibernate.query.hql.spi org.hibernate.query.internal org.hibernate.query.spi org.hibernate.query.sql.internal org.hibernate.query.sql.spi org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.transform -
-
Uses of ResultListTransformer in org.hibernate.jpa.spi
Classes in org.hibernate.jpa.spi that implement ResultListTransformer Modifier and Type Class Description classNativeQueryTupleTransformerResultTransformer adapter for handling Tuple results from Native queries -
Uses of ResultListTransformer in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return ResultListTransformer Modifier and Type Method Description ResultListTransformerLoaderSqlAstCreationState. getResultListTransformer() -
Uses of ResultListTransformer in org.hibernate.query
Methods in org.hibernate.query with parameters of type ResultListTransformer Modifier and Type Method Description NativeQuery<T>NativeQuery. setResultListTransformer(ResultListTransformer<T> transformer)Query<R>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 ResultListTransformer Modifier and Type Method Description SqmQueryImplementor<R>SqmQueryImplementor. setResultListTransformer(ResultListTransformer transformer) -
Uses of ResultListTransformer in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return ResultListTransformer Modifier and Type Method Description ResultListTransformerQueryOptionsImpl. getResultListTransformer()Methods in org.hibernate.query.internal with parameters of type ResultListTransformer Modifier and Type Method Description voidQueryOptionsImpl. setResultListTransformer(ResultListTransformer transformer) -
Uses of ResultListTransformer in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ResultListTransformer Modifier and Type Method Description ResultListTransformer<?>DelegatingQueryOptions. getResultListTransformer()ResultListTransformer<?>QueryOptions. getResultListTransformer()Transformer applied to the query to transform the structure of the overall resultsResultListTransformerQueryOptionsAdapter. getResultListTransformer()Methods in org.hibernate.query.spi with parameters of type ResultListTransformer Modifier and Type Method Description booleanAbstractCommonQueryContract. applyResultListTransformer(ResultListTransformer<?> transformer)QueryImplementor<R>AbstractQuery. setResultListTransformer(ResultListTransformer<R> transformer)voidMutableQueryOptions. setResultListTransformer(ResultListTransformer transformer)QueryImplementor<R>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 ResultListTransformer Modifier and Type Method Description NativeQueryImplementor<R>NativeQueryImpl. setResultListTransformer(ResultListTransformer<R> transformer) -
Uses of ResultListTransformer in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type ResultListTransformer Modifier and Type Method Description NativeQueryImplementor<R>NativeQueryImplementor. setResultListTransformer(ResultListTransformer<R> transformer)Constructors in org.hibernate.query.sql.spi with parameters of type ResultListTransformer Constructor Description SelectInterpretationsKey(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 ResultListTransformer Modifier and Type Method Description SqmQueryImplementor<R>QuerySqmImpl. setResultListTransformer(ResultListTransformer transformer) -
Uses of ResultListTransformer in org.hibernate.transform
Subinterfaces of ResultListTransformer in org.hibernate.transform Modifier and Type Interface Description interfaceResultTransformer<T>Deprecated.UseTupleTransformerand/orResultListTransformerinsteadClasses in org.hibernate.transform that implement ResultListTransformer Modifier and Type Class Description classAliasToBeanConstructorResultTransformer<T>Wraps the tuples in a constructor call.classAliasToBeanResultTransformer<T>Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names.classAliasToEntityMapResultTransformerResultTransformerimplementation which builds a map for each "row", made up of each aliased value where the alias is the map key.classToListResultTransformerTransforms each result row from a tuple into aListwhose elements are each tuple value
-