Uses of Interface
org.hibernate.query.TypedTupleTransformer
-
Packages that use TypedTupleTransformer Package Description org.hibernate.jpa.spi org.hibernate.transform -
-
Uses of TypedTupleTransformer in org.hibernate.jpa.spi
Classes in org.hibernate.jpa.spi that implement TypedTupleTransformer Modifier and Type Class Description classNativeQueryTupleTransformerResultTransformer adapter for handling Tuple results from Native queries -
Uses of TypedTupleTransformer in org.hibernate.transform
Classes in org.hibernate.transform that implement TypedTupleTransformer 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
-