public class CompositeKeyColumnType
ColumnType for marshalling to/from database on behalf of class CompositeKey.
class CompositeKey| Modifier and Type | Field and Description |
|---|---|
static CompositeKeyColumnType |
INSTANCE
ColumnType for marshalling to/from database on behalf of
class CompositeKey. |
| 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 CompositeKeyColumnType INSTANCE
ColumnType for marshalling to/from database on behalf of class CompositeKey.
class CompositeKey