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
createSynchronizedSQLQuery
public SQLQuery createSynchronizedSQLQuery(String queryString)
throws ORMException
- Specified by:
createSynchronizedSQLQuery in interface Session
- Throws:
ORMException
createSynchronizedSQLQuery
public SQLQuery createSynchronizedSQLQuery(String queryString,
boolean strictName)
throws ORMException
- Specified by:
createSynchronizedSQLQuery 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
@Deprecated
public Object get(Class<?> clazz,
Serializable id,
LockMode lockMode)
throws ORMException
- Deprecated. As of 6.1.0
- Specified by:
get in interface Session
- Throws:
ORMException
getWrappedSession
public Object getWrappedSession()
- Specified by:
getWrappedSession in interface Session
isDirty
public boolean isDirty()
throws ORMException
- Specified by:
isDirty 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