Uses of Class
org.hibernate.transform.BasicTransformerAdapter
-
Packages that use BasicTransformerAdapter Package Description org.hibernate.jpa.spi org.hibernate.transform -
-
Uses of BasicTransformerAdapter in org.hibernate.jpa.spi
Subclasses of BasicTransformerAdapter in org.hibernate.jpa.spi Modifier and Type Class Description classCriteriaQueryTupleTransformerResultTransformer adapter for handling Tuple results from Criteria queriesclassNativeQueryTupleTransformerResultTransformer adapter for handling Tuple results from Native queriesclassTupleBuilderTransformerResultTransformer adapter for handling Tuple results from HQL/JPQL queries -
Uses of BasicTransformerAdapter in org.hibernate.transform
Subclasses of BasicTransformerAdapter in org.hibernate.transform Modifier and Type Class Description classAliasedTupleSubsetResultTransformerAn implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null.classAliasToBeanResultTransformerResult 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.classDistinctResultTransformerDistinctions the result tuples in the final result based on the defined equality of the tuples.classPassThroughResultTransformer???classRootEntityResultTransformerResultTransformerimplementation which limits the result tuple to only the "root entity".classToListResultTransformerTransforms each result row from a tuple into aListwhose elements are each tuple value
-