Enum Isolation

java.lang.Object
java.lang.Enum<Isolation>
org.mybatis.cdi.Isolation
All Implemented Interfaces:
Serializable, Comparable<Isolation>

public enum Isolation extends Enum<Isolation>
Enum of isolation levels. This enum exists because Java annotations do not support null default values - so we need to add the DEFAULT level which means - do not specify an isolation level.
Author:
Jeff Butler