com.liferay.portal.kernel.dao.orm
Class ClassLoaderSession
java.lang.Object
com.liferay.portal.kernel.dao.orm.ClassLoaderSession
- All Implemented Interfaces:
- Session
public class ClassLoaderSession
- extends Object
- implements Session
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassLoaderSession
public ClassLoaderSession(Session session,
ClassLoader classLoader)
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