Class EnumType<E extends Enum<E>>

java.lang.Object
org.seasar.doma.jdbc.type.AbstractJdbcType<E>
org.seasar.doma.jdbc.type.EnumType<E>
Type Parameters:
E - the enum subclass
All Implemented Interfaces:
SqlLogFormatter<E>, JdbcType<E>

public class EnumType<E extends Enum<E>> extends AbstractJdbcType<E>
A JDBC type for Types.VARCHAR and Enum.