Uses of Enum
org.apache.ibatis.session.LocalCacheScope
Packages that use LocalCacheScope
-
Uses of LocalCacheScope in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as LocalCacheScopeMethods in org.apache.ibatis.session that return LocalCacheScopeModifier and TypeMethodDescriptionConfiguration.getLocalCacheScope()
static LocalCacheScope
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 LocalCacheScopeModifier and TypeMethodDescriptionvoid
Configuration.setLocalCacheScope
(LocalCacheScope localCacheScope)