com.ibatis.sqlmap.engine.scope
Class ThreadScope

java.lang.Object
  extended bycom.ibatis.sqlmap.engine.scope.BaseScope
      extended bycom.ibatis.sqlmap.engine.scope.ThreadScope
All Implemented Interfaces:
Scope

public class ThreadScope
extends BaseScope


Field Summary
private static java.lang.ThreadLocal LOCAL_CONTEXT
           
 
Fields inherited from class com.ibatis.sqlmap.engine.scope.BaseScope
 
Constructor Summary
private ThreadScope()
           
 
Method Summary
static ThreadScope getInstance()
           
 
Methods inherited from class com.ibatis.sqlmap.engine.scope.BaseScope
getAttribute, reset, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCAL_CONTEXT

private static final java.lang.ThreadLocal LOCAL_CONTEXT
Constructor Detail

ThreadScope

private ThreadScope()
Method Detail

getInstance

public static ThreadScope getInstance()