com.atlassian.crowd.embedded.hibernate2
Class CriteriaFactory

java.lang.Object
  extended by com.atlassian.crowd.embedded.hibernate2.CriteriaFactory

public class CriteriaFactory
extends java.lang.Object

Factory for creating criteria from the given session with useful defaults.


Constructor Summary
CriteriaFactory()
           
 
Method Summary
static net.sf.hibernate.Criteria createCriteria(net.sf.hibernate.Session session, java.lang.Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CriteriaFactory

public CriteriaFactory()
Method Detail

createCriteria

public static net.sf.hibernate.Criteria createCriteria(net.sf.hibernate.Session session,
                                                       java.lang.Class type)


Copyright © 2003-2014 Atlassian. All Rights Reserved.