|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalCacheScope | |
---|---|
org.apache.ibatis.session | TODO fillme. |
Uses of LocalCacheScope in org.apache.ibatis.session |
---|
Fields in org.apache.ibatis.session declared as LocalCacheScope | |
---|---|
protected LocalCacheScope |
Configuration.localCacheScope
|
Methods in org.apache.ibatis.session that return LocalCacheScope | |
---|---|
LocalCacheScope |
Configuration.getLocalCacheScope()
|
static LocalCacheScope |
LocalCacheScope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LocalCacheScope[] |
LocalCacheScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.ibatis.session with parameters of type LocalCacheScope | |
---|---|
void |
Configuration.setLocalCacheScope(LocalCacheScope localCacheScope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |