| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicTransformerAdapter | |
|---|---|
| org.hibernate.ejb | |
| org.hibernate.transform | Defines strategies for post-processing criteria query result sets into a form convenient to the application. | 
| Uses of BasicTransformerAdapter in org.hibernate.ejb | 
|---|
| Subclasses of BasicTransformerAdapter in org.hibernate.ejb | |
|---|---|
| static class | AbstractEntityManagerImpl.TupleBuilderTransformer | 
| Uses of BasicTransformerAdapter in org.hibernate.transform | 
|---|
| Subclasses of BasicTransformerAdapter in org.hibernate.transform | |
|---|---|
|  class | AliasedTupleSubsetResultTransformerAn implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null. | 
|  class | AliasToBeanResultTransformerResult 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 | AliasToEntityMapResultTransformerResultTransformerimplementation which builds a map for each "row",
 made up  of each aliased value where the alias is the map key. | 
|  class | DistinctResultTransformerDistinctions the result tuples in the final result based on the defined equality of the tuples. | 
|  class | PassThroughResultTransformer??? | 
|  class | RootEntityResultTransformerResultTransformerimplementation which limits the result tuple
 to only the "root entity". | 
|  class | ToListResultTransformerTranforms each result row from a tuple into a List, such that what
 you end up with is aListofLists. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||