Uses of Class
org.hibernate.transform.CacheableResultTransformer

Packages that use CacheableResultTransformer
org.hibernate.cache.spi   
org.hibernate.transform Defines strategies for post-processing criteria query result sets into a form convenient to the application. 
 

Uses of CacheableResultTransformer in org.hibernate.cache.spi
 

Methods in org.hibernate.cache.spi that return CacheableResultTransformer
 CacheableResultTransformer QueryKey.getResultTransformer()
           
 

Methods in org.hibernate.cache.spi with parameters of type CacheableResultTransformer
static QueryKey QueryKey.generateQueryKey(String queryString, QueryParameters queryParameters, Set filterKeys, SessionImplementor session, CacheableResultTransformer customTransformer)
          Generates a QueryKey.
 

Uses of CacheableResultTransformer in org.hibernate.transform
 

Methods in org.hibernate.transform that return CacheableResultTransformer
static CacheableResultTransformer CacheableResultTransformer.create(ResultTransformer transformer, String[] aliases, boolean[] includeInTuple)
          Returns a CacheableResultTransformer that is used to transform tuples to a value(s) that can be cached.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.