Package | Description |
---|---|
org.apache.ibatis.annotations |
Contains all the annotation that are used in mapper interfaces.
|
Modifier and Type | Method and Description |
---|---|
static Options.FlushCachePolicy |
Options.FlushCachePolicy.valueOf(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.
|
Copyright © 2009–2021 MyBatis.org. All rights reserved.