Package | Description |
---|---|
org.hibernate.ejb | |
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 |
---|---|
static class |
AbstractEntityManagerImpl.TupleBuilderTransformer |
Modifier and Type | Class and Description |
---|---|
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
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved