Uses of Class
org.hibernate.impl.CriteriaImpl

Packages that use CriteriaImpl
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.loader.criteria This package defines the criteria query compiler and loader 
 

Uses of CriteriaImpl in org.hibernate.criterion
 

Constructors in org.hibernate.criterion with parameters of type CriteriaImpl
DetachedCriteria(CriteriaImpl impl, Criteria criteria)
           
 

Uses of CriteriaImpl in org.hibernate.engine
 

Methods in org.hibernate.engine with parameters of type CriteriaImpl
 List SessionImplementor.list(CriteriaImpl criteria)
          Execute a criteria query
 ScrollableResults SessionImplementor.scroll(CriteriaImpl criteria, ScrollMode scrollMode)
          Execute a criteria query
 

Uses of CriteriaImpl in org.hibernate.impl
 

Methods in org.hibernate.impl with parameters of type CriteriaImpl
 List SessionImpl.list(CriteriaImpl criteria)
           
 List StatelessSessionImpl.list(CriteriaImpl criteria)
           
 ScrollableResults SessionImpl.scroll(CriteriaImpl criteria, ScrollMode scrollMode)
           
 ScrollableResults StatelessSessionImpl.scroll(CriteriaImpl criteria, ScrollMode scrollMode)
           
 

Uses of CriteriaImpl in org.hibernate.loader.criteria
 

Methods in org.hibernate.loader.criteria that return CriteriaImpl
 CriteriaImpl CriteriaQueryTranslator.getRootCriteria()
           
 

Constructors in org.hibernate.loader.criteria with parameters of type CriteriaImpl
CriteriaJoinWalker(OuterJoinLoadable persister, CriteriaQueryTranslator translator, SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, Map enabledFilters)
           
CriteriaJoinWalker(OuterJoinLoadable persister, CriteriaQueryTranslator translator, SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, Map enabledFilters, String alias)
           
CriteriaLoader(OuterJoinLoadable persister, SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, Map enabledFilters)
           
CriteriaQueryTranslator(SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, String rootSQLAlias)
           
CriteriaQueryTranslator(SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, String rootSQLAlias, CriteriaQuery outerQuery)
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved