com.liferay.portal.dao.orm.jpa
Class NewSessionImpl

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

public class NewSessionImpl
extends SessionImpl

View Source

Author:
Prashant Dighe, Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.dao.orm.jpa.SessionImpl
_entityManager
 
Constructor Summary
NewSessionImpl(javax.persistence.EntityManager entityManager)
           
 
Method Summary
 java.sql.Connection close()
           
 
Methods inherited from class com.liferay.portal.dao.orm.jpa.SessionImpl
clear, contains, createQuery, createSQLQuery, delete, evict, executeUpdate, flush, get, get, getWrappedSession, list, load, merge, save, saveOrUpdate, uniqueResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewSessionImpl

public NewSessionImpl(javax.persistence.EntityManager entityManager)
Method Detail

close

public java.sql.Connection close()
                          throws com.liferay.portal.kernel.dao.orm.ORMException
Specified by:
close in interface com.liferay.portal.kernel.dao.orm.Session
Overrides:
close in class SessionImpl
Throws:
com.liferay.portal.kernel.dao.orm.ORMException