public interface EnumValueConverter<O extends Enum,R> extends BasicValueConverter<O,R>
| Modifier and Type | Method and Description | 
|---|---|
EnumJavaTypeDescriptor<O> | 
getJavaDescriptor()  | 
int | 
getJdbcTypeCode()  | 
O | 
readValue(ResultSet resultSet,
         String name)  | 
String | 
toSqlLiteral(Object value)  | 
void | 
writeValue(PreparedStatement statement,
          O value,
          int position)  | 
toDomainValue, toRelationalValueEnumJavaTypeDescriptor<O> getJavaDescriptor()
int getJdbcTypeCode()
O readValue(ResultSet resultSet, String name) throws SQLException
SQLExceptionvoid writeValue(PreparedStatement statement, O value, int position) throws SQLException
SQLExceptionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.