Uses of Class
org.apache.ibatis.session.LocalCacheScope
-
Packages that use LocalCacheScope Package Description org.apache.ibatis.session Base package. -
-
Uses of LocalCacheScope in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as LocalCacheScope Modifier and Type Field Description protected LocalCacheScope
Configuration. localCacheScope
Methods in org.apache.ibatis.session that return LocalCacheScope Modifier and Type Method Description LocalCacheScope
Configuration. getLocalCacheScope()
static LocalCacheScope
LocalCacheScope. valueOf(java.lang.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 Modifier and Type Method Description void
Configuration. setLocalCacheScope(LocalCacheScope localCacheScope)
-