Package | Description |
---|---|
org.hibernate.jpa.spi | |
org.hibernate.transform |
Defines strategies for post-processing criteria query
result sets into a form convenient to the application.
|
Modifier and Type | Class and Description |
---|---|
class |
CriteriaQueryTupleTransformer
ResultTransformer adapter for handling Tuple results from Criteria queries
|
class |
NativeQueryTupleTransformer
ResultTransformer adapter for handling Tuple results from Native queries
|
class |
TupleBuilderTransformer
ResultTransformer adapter for handling Tuple results from HQL/JPQL queries
|
Modifier and Type | Class and Description |
---|---|
class |
AliasedTupleSubsetResultTransformer
An implementation of TupleSubsetResultTransformer that ignores a
tuple element if its corresponding alias is null.
|
class |
AliasToBeanResultTransformer
Result 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.
|
class |
AliasToEntityMapResultTransformer
ResultTransformer implementation which builds a map for each "row",
made up of each aliased value where the alias is the map key. |
class |
DistinctResultTransformer
Distinctions the result tuples in the final result based on the defined
equality of the tuples.
|
class |
PassThroughResultTransformer
???
|
class |
RootEntityResultTransformer
ResultTransformer implementation which limits the result tuple
to only the "root entity". |
class |
ToListResultTransformer
Tranforms each result row from a tuple into a
List whose elements are each tuple value |
Copyright © 2021 JBoss by Red Hat. All rights reserved.