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