public class SecureHashColumnType
ColumnType for marshalling to/from database on behalf of class SecureHash
.
class SecureHash
Modifier and Type | Field and Description |
---|---|
static SecureHashColumnType |
INSTANCE
ColumnType for marshalling to/from database on behalf of
class SecureHash . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
notNullValueToDB(java.lang.Object value) |
java.lang.String |
sqlType() |
java.lang.Object |
valueFromDB(java.lang.Object value) |
public static SecureHashColumnType INSTANCE
ColumnType for marshalling to/from database on behalf of class SecureHash
.
class SecureHash