com.liferay.portal.service.persistence
Class BatchSessionEnabled

java.lang.Object
  extended by java.lang.ThreadLocal<java.lang.Boolean>
      extended by com.liferay.portal.service.persistence.BatchSessionEnabled

public class BatchSessionEnabled
extends java.lang.ThreadLocal<java.lang.Boolean>

View Source

Author:
Raymond Augé, Brian Wing Shun Chan

Constructor Summary
BatchSessionEnabled()
           
 
Method Summary
 java.lang.Boolean initialValue()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchSessionEnabled

public BatchSessionEnabled()
Method Detail

initialValue

public java.lang.Boolean initialValue()
Overrides:
initialValue in class java.lang.ThreadLocal<java.lang.Boolean>