Uses of Class
com.mysema.query.hql.hibernate.sql.HibernateSQLQuery

Packages that use HibernateSQLQuery
com.mysema.query.hql.hibernate.sql   
 

Uses of HibernateSQLQuery in com.mysema.query.hql.hibernate.sql
 

Methods in com.mysema.query.hql.hibernate.sql that return HibernateSQLQuery
 HibernateSQLQuery HibernateSQLQuery.clone(org.hibernate.Session session)
           
 HibernateSQLQuery HibernateSQLQuery.setCacheable(boolean cacheable)
          Enable caching of this query result set.
 HibernateSQLQuery HibernateSQLQuery.setCacheRegion(String cacheRegion)
          Set the name of the cache region.
 HibernateSQLQuery HibernateSQLQuery.setFetchSize(int fetchSize)
          Set a fetch size for the underlying JDBC query.
 HibernateSQLQuery HibernateSQLQuery.setReadOnly(boolean readOnly)
          Entities retrieved by this query will be loaded in a read-only mode where Hibernate will never dirty-check them or make changes persistent.
 HibernateSQLQuery HibernateSQLQuery.setTimeout(int timeout)
          Set a timeout for the underlying JDBC query.
 



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.