Package | Description |
---|---|
org.apache.ibatis.session |
Base package.
|
Modifier and Type | Field and Description |
---|---|
protected LocalCacheScope |
Configuration.localCacheScope |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setLocalCacheScope(LocalCacheScope localCacheScope) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.