Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hibernate.transform Classes and Interfaces - 14 results found.
| Name | Description | Type | Package | Framework |
| AliasedTupleSubsetResultTransformer | An implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null. | Class | org.hibernate.transform | Hibernate ORM |
|
| AliasToBeanConstructorResultTransformer | Wraps the tuples in a constructor call. | Class | org.hibernate.transform | Hibernate ORM |
|
| AliasToBeanResultTransformer | Result transformer that allows to transform a result to a user specified class which will be populated via setter | Class | org.hibernate.transform | Hibernate ORM |
|
| AliasToEntityMapResultTransformer | ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key. | Class | org.hibernate.transform | Hibernate ORM |
|
| BasicTransformerAdapter | Provides the basic "noop" impls of the ResultTransformer contract. | Class | org.hibernate.transform | Hibernate ORM |
|
| CacheableResultTransformer | A ResultTransformer that is used to transform tuples to a value(s) that can be cached. | Class | org.hibernate.transform | Hibernate ORM |
|
| DistinctResultTransformer | Distinctions the result tuples in the final result based on the defined equality of the tuples. | Class | org.hibernate.transform | Hibernate ORM |
|
| DistinctRootEntityResultTransformer | Much like RootEntityResultTransformer, but we also distinct the entity in the final result. | Class | org.hibernate.transform | Hibernate ORM |
|
| PassThroughResultTransformer | | Class | org.hibernate.transform | Hibernate ORM |
|
| ResultTransformer | actual application-visible query result list. | Interface | org.hibernate.transform | Hibernate ORM |
|
| RootEntityResultTransformer | ResultTransformer implementation which limits the result tuple to only the root entity. | Class | org.hibernate.transform | Hibernate ORM |
|
| ToListResultTransformer | Tranforms each result row from a tuple into a List, such that what you end up with is a List of Lists. | Class | org.hibernate.transform | Hibernate ORM |
|
| Transformers | | Class | org.hibernate.transform | Hibernate ORM |
|
| TupleSubsetResultTransformer | A ResultTransformer that operates on well-defined and consistent subset of a tuple's elements. | Interface | org.hibernate.transform | Hibernate ORM |