com.liferay.portal.dao.orm.hibernate
Class SessionImpl
java.lang.Object
com.liferay.portal.dao.orm.hibernate.SessionImpl
- All Implemented Interfaces:
- Session
public class SessionImpl
- extends Object
- implements Session
Constructor Summary |
SessionImpl(org.hibernate.Session session)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionImpl
public SessionImpl(org.hibernate.Session session)
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
- Deprecated.
- Specified by:
get
in interface Session
- Throws:
ORMException
getWrappedSession
public Object getWrappedSession()
- Specified by:
getWrappedSession
in interface Session
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