Liferay 7.0-ce-b4

com.liferay.portal.spring.hibernate
Class LastSessionRecorderUtil

java.lang.Object
  extended by com.liferay.portal.spring.hibernate.LastSessionRecorderUtil

public class LastSessionRecorderUtil
extends Object


Field Summary
static TransactionLifecycleListener TRANSACTION_LIFECYCLE_LISTENER
           
 
Constructor Summary
LastSessionRecorderUtil()
           
 
Method Summary
protected static void setLastSession(org.hibernate.Session session)
           
static void syncLastSessionState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSACTION_LIFECYCLE_LISTENER

public static final TransactionLifecycleListener TRANSACTION_LIFECYCLE_LISTENER
Constructor Detail

LastSessionRecorderUtil

public LastSessionRecorderUtil()
Method Detail

syncLastSessionState

public static void syncLastSessionState()

setLastSession

protected static void setLastSession(org.hibernate.Session session)

Liferay 7.0-ce-b4