接口的使用
org.hibernate.transform.TupleSubsetResultTransformer
-
使用TupleSubsetResultTransformer的程序包 程序包 说明 org.hibernate.transform Defines strategies for post-processing criteria query result sets into a form convenient to the application. -
-
org.hibernate.transform中TupleSubsetResultTransformer的使用
实现TupleSubsetResultTransformer的org.hibernate.transform中的类 修饰符和类型 类 说明 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".
-