Uses of Package
org.hibernate.transform
-
Packages that use org.hibernate.transform Package Description org.hibernate org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.criterion org.hibernate.engine.spi org.hibernate.jpa.spi org.hibernate.loader org.hibernate.loader.criteria org.hibernate.loader.custom org.hibernate.loader.entity org.hibernate.loader.hql org.hibernate.loader.plan.exec.process.spi org.hibernate.query org.hibernate.transform -
Classes in org.hibernate.transform used by org.hibernate Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.cache.spi Class Description CacheableResultTransformer A ResultTransformer that is used to transform tuples to a value(s) that can be cached. -
Classes in org.hibernate.transform used by org.hibernate.criterion Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.engine.spi Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.jpa.spi Class Description BasicTransformerAdapter Provides the basic "noop" impls of theResultTransformercontract.ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.loader Class Description CacheableResultTransformer A ResultTransformer that is used to transform tuples to a value(s) that can be cached.ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.loader.criteria Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.loader.custom Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.loader.entity Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.loader.hql Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.loader.plan.exec.process.spi Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.query Class Description ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
Classes in org.hibernate.transform used by org.hibernate.transform Class Description AliasedTupleSubsetResultTransformer An implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null.AliasToEntityMapResultTransformer ResultTransformerimplementation which builds a map for each "row", made up of each aliased value where the alias is the map key.BasicTransformerAdapter Provides the basic "noop" impls of theResultTransformercontract.CacheableResultTransformer A ResultTransformer that is used to transform tuples to a value(s) that can be cached.DistinctResultTransformer Distinctions the result tuples in the final result based on the defined equality of the tuples.DistinctRootEntityResultTransformer Much likeRootEntityResultTransformer, but we also distinct the entity in the final result.PassThroughResultTransformer ???ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list.RootEntityResultTransformer ResultTransformerimplementation which limits the result tuple to only the "root entity".ToListResultTransformer Transforms each result row from a tuple into aListwhose elements are each tuple valueTupleSubsetResultTransformer A ResultTransformer that operates on "well-defined" and consistent subset of a tuple's elements.