Uses of Interface
org.hibernate.transform.TupleSubsetResultTransformer
-
Packages that use TupleSubsetResultTransformer Package Description org.hibernate.transform -
-
Uses of TupleSubsetResultTransformer in org.hibernate.transform
Classes in org.hibernate.transform that implement TupleSubsetResultTransformer 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.classDistinctRootEntityResultTransformerMuch likeRootEntityResultTransformer, but we also distinct the entity in the final result.classPassThroughResultTransformer???classRootEntityResultTransformerResultTransformerimplementation which limits the result tuple to only the "root entity".
-