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