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.envers.entities.mapper.relation.lazy   
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.envers.entities.mapper.relation.lazy
 

Methods in org.hibernate.envers.entities.mapper.relation.lazy with parameters of type CriteriaImpl
 List AbstractDelegateSessionImplementor.list(CriteriaImpl criteria)
           
 ScrollableResults AbstractDelegateSessionImplementor.scroll(CriteriaImpl criteria, ScrollMode scrollMode)
           
 

Uses of CriteriaImpl in org.hibernate.impl
 

Methods in org.hibernate.impl with parameters of type CriteriaImpl
 List StatelessSessionImpl.list(CriteriaImpl criteria)
           
 List SessionImpl.list(CriteriaImpl criteria)
           
 ScrollableResults StatelessSessionImpl.scroll(CriteriaImpl criteria, ScrollMode scrollMode)
           
 ScrollableResults SessionImpl.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, LoadQueryInfluencers loadQueryInfluencers)
           
CriteriaJoinWalker(OuterJoinLoadable persister, CriteriaQueryTranslator translator, SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, LoadQueryInfluencers loadQueryInfluencers, String alias)
           
CriteriaLoader(OuterJoinLoadable persister, SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, LoadQueryInfluencers loadQueryInfluencers)
           
CriteriaQueryTranslator(SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, String rootSQLAlias)
           
CriteriaQueryTranslator(SessionFactoryImplementor factory, CriteriaImpl criteria, String rootEntityName, String rootSQLAlias, CriteriaQuery outerQuery)
           
 



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