Uses of Class
org.apache.ibatis.annotations.Options.FlushCachePolicy
-
Packages that use Options.FlushCachePolicy Package Description org.apache.ibatis.annotations Contains all the annotation that are used in mapper interfaces -
-
Uses of Options.FlushCachePolicy in org.apache.ibatis.annotations
Methods in org.apache.ibatis.annotations that return Options.FlushCachePolicy Modifier and Type Method Description Options.FlushCachePolicy
flushCache()
Returns the 2nd cache flush strategy.static Options.FlushCachePolicy
Options.FlushCachePolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Options.FlushCachePolicy[]
Options.FlushCachePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-