com.mysema.query.hql.jpa
Class NoSessionHolder

java.lang.Object
  extended by com.mysema.query.hql.jpa.NoSessionHolder
All Implemented Interfaces:
JPASessionHolder

public class NoSessionHolder
extends Object
implements JPASessionHolder

NoSessionHolder is a session holder for detached JPAQuery usage

Author:
tiwe

Constructor Summary
NoSessionHolder()
           
 
Method Summary
 javax.persistence.Query createQuery(String queryString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSessionHolder

public NoSessionHolder()
Method Detail

createQuery

public javax.persistence.Query createQuery(String queryString)
Specified by:
createQuery in interface JPASessionHolder
Returns:


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