Enum Class ExecutorType

java.lang.Object
java.lang.Enum<ExecutorType>
org.apache.ibatis.session.ExecutorType
All Implemented Interfaces:
Serializable, Comparable<ExecutorType>, Constable

public enum ExecutorType extends Enum<ExecutorType>
Author:
Clinton Begin