public static enum MyBatisBeanEndpointBuilderFactory.ExecutorType extends Enum<MyBatisBeanEndpointBuilderFactory.ExecutorType>
org.apache.ibatis.session.ExecutorType enum.| Modifier and Type | Method and Description |
|---|---|
static MyBatisBeanEndpointBuilderFactory.ExecutorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MyBatisBeanEndpointBuilderFactory.ExecutorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MyBatisBeanEndpointBuilderFactory.ExecutorType SIMPLE
public static final MyBatisBeanEndpointBuilderFactory.ExecutorType REUSE
public static final MyBatisBeanEndpointBuilderFactory.ExecutorType BATCH
public static MyBatisBeanEndpointBuilderFactory.ExecutorType[] values()
for (MyBatisBeanEndpointBuilderFactory.ExecutorType c : MyBatisBeanEndpointBuilderFactory.ExecutorType.values()) System.out.println(c);
public static MyBatisBeanEndpointBuilderFactory.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