Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.orm
Class ClassLoaderSession

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.ClassLoaderSession
All Implemented Interfaces:
Session

public class ClassLoaderSession
extends Object
implements Session


Constructor Summary
ClassLoaderSession(Session session, ClassLoader classLoader)
           
 
Method Summary
 void clear()
           
 Connection close()
           
 boolean contains(Object object)
           
 Query createQuery(String queryString)
           
 Query createQuery(String queryString, boolean strictName)
           
 SQLQuery createSQLQuery(String queryString)
           
 SQLQuery createSQLQuery(String queryString, boolean strictName)
           
 void delete(Object object)
           
 void evict(Object object)
           
 void flush()
           
 Object get(Class<?> clazz, Serializable id)
           
 Object get(Class<?> clazz, Serializable id, LockMode lockMode)
           
 Object getWrappedSession()
           
 Object load(Class<?> clazz, Serializable id)
           
 Object merge(Object object)
           
 Serializable save(Object object)
           
 void saveOrUpdate(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderSession

public ClassLoaderSession(Session session,
                          ClassLoader classLoader)
Method Detail

clear

public void clear()
           throws ORMException
Specified by:
clear in interface Session
Throws:
ORMException

close

public Connection close()
                 throws ORMException
Specified by:
close in interface Session
Throws:
ORMException

contains

public boolean contains(Object object)
                 throws ORMException
Specified by:
contains in interface Session
Throws:
ORMException

createQuery

public Query createQuery(String queryString)
                  throws ORMException
Specified by:
createQuery in interface Session
Throws:
ORMException

createQuery

public Query createQuery(String queryString,
                         boolean strictName)
                  throws ORMException
Specified by:
createQuery in interface Session
Throws:
ORMException

createSQLQuery

public SQLQuery createSQLQuery(String queryString)
                        throws ORMException
Specified by:
createSQLQuery in interface Session
Throws:
ORMException

createSQLQuery

public SQLQuery createSQLQuery(String queryString,
                               boolean strictName)
                        throws ORMException
Specified by:
createSQLQuery in interface Session
Throws:
ORMException

delete

public void delete(Object object)
            throws ORMException
Specified by:
delete in interface Session
Throws:
ORMException

evict

public void evict(Object object)
           throws ORMException
Specified by:
evict in interface Session
Throws:
ORMException

flush

public void flush()
           throws ORMException
Specified by:
flush in interface Session
Throws:
ORMException

get

public Object get(Class<?> clazz,
                  Serializable id)
           throws ORMException
Specified by:
get in interface Session
Throws:
ORMException

get

public Object get(Class<?> clazz,
                  Serializable id,
                  LockMode lockMode)
           throws ORMException
Specified by:
get in interface Session
Throws:
ORMException

getWrappedSession

public Object getWrappedSession()
                         throws ORMException
Specified by:
getWrappedSession in interface Session
Throws:
ORMException

load

public Object load(Class<?> clazz,
                   Serializable id)
            throws ORMException
Specified by:
load in interface Session
Throws:
ORMException

merge

public Object merge(Object object)
             throws ORMException
Specified by:
merge in interface Session
Throws:
ORMException

save

public Serializable save(Object object)
                  throws ORMException
Specified by:
save in interface Session
Throws:
ORMException

saveOrUpdate

public void saveOrUpdate(Object object)
                  throws ORMException
Specified by:
saveOrUpdate in interface Session
Throws:
ORMException

Liferay 6.1.2-ce-ga3