com.ibatis.sqlmap.engine.scope
Class LocalScope

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

public class LocalScope
extends BaseScope


Field Summary
 
Fields inherited from class com.ibatis.sqlmap.engine.scope.BaseScope
 
Constructor Summary
LocalScope()
           
 
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
 

Constructor Detail

LocalScope

public LocalScope()