Liferay 6.0.5

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:
Session

public class NewSessionImpl
extends SessionImpl


Field Summary
 
Fields inherited from class com.liferay.portal.dao.orm.jpa.SessionImpl
_entityManager
 
Constructor Summary
NewSessionImpl(javax.persistence.EntityManager entityManager)
           
 
Method Summary
 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 Connection close()
                 throws ORMException
Specified by:
close in interface Session
Overrides:
close in class SessionImpl
Throws:
ORMException

Liferay 6.0.5