public static enum MyBatisEndpointBuilderFactory.ExecutorType extends Enum<MyBatisEndpointBuilderFactory.ExecutorType>
org.apache.ibatis.session.ExecutorType enum.| Modifier and Type | Method and Description |
|---|---|
static MyBatisEndpointBuilderFactory.ExecutorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MyBatisEndpointBuilderFactory.ExecutorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MyBatisEndpointBuilderFactory.ExecutorType SIMPLE
public static final MyBatisEndpointBuilderFactory.ExecutorType REUSE
public static final MyBatisEndpointBuilderFactory.ExecutorType BATCH
public static MyBatisEndpointBuilderFactory.ExecutorType[] values()
for (MyBatisEndpointBuilderFactory.ExecutorType c : MyBatisEndpointBuilderFactory.ExecutorType.values()) System.out.println(c);
public static MyBatisEndpointBuilderFactory.ExecutorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel