Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.transform Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AliasedTupleSubsetResultTransformerAn implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null.Classorg.hibernate.transformHibernate ORM
AliasToBeanConstructorResultTransformerWraps the tuples in a constructor call.Classorg.hibernate.transformHibernate ORM
AliasToBeanResultTransformerResult transformer that allows to transform a result to a user specified class which will be populated via setterClassorg.hibernate.transformHibernate ORM
AliasToEntityMapResultTransformerResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.Classorg.hibernate.transformHibernate ORM
BasicTransformerAdapterProvides the basic "noop" impls of the ResultTransformer contract.Classorg.hibernate.transformHibernate ORM
CacheableResultTransformerA ResultTransformer that is used to transform tuples to a value(s) that can be cached.Classorg.hibernate.transformHibernate ORM
DistinctResultTransformerDistinctions the result tuples in the final result based on the defined equality of the tuples.Classorg.hibernate.transformHibernate ORM
DistinctRootEntityResultTransformerMuch like RootEntityResultTransformer, but we also distinct the entity in the final result.Classorg.hibernate.transformHibernate ORM
PassThroughResultTransformerClassorg.hibernate.transformHibernate ORM
ResultTransformer actual application-visible query result list.Interfaceorg.hibernate.transformHibernate ORM
RootEntityResultTransformerResultTransformer implementation which limits the result tuple to only the root entity.Classorg.hibernate.transformHibernate ORM
ToListResultTransformerTranforms each result row from a tuple into a List, such that what you end up with is a List of Lists.Classorg.hibernate.transformHibernate ORM
TransformersClassorg.hibernate.transformHibernate ORM
TupleSubsetResultTransformerA ResultTransformer that operates on well-defined and consistent subset of a tuple's elements.Interfaceorg.hibernate.transformHibernate ORM