|
Class Summary |
| Base1EnumType |
A Java enum that is stored in database using 1 as first value,
and 0 as no value. |
| Date3Type |
In java a java.util.Date and in database 3 columns of
integer type. |
| EnumLetterType |
In java an Enum and in database a letter corresponding
to the position in the string that it's in property 'letters'. |
| EnumStringType |
In java an Enum and in database a String corresponding
to the position in the string that it's in property 'strings'. |
| NotNullStringType |
Allows to remove null for strings on save and on load from database. |
| SiNoType |
Stores a boolean value as 'S' or 'N' in database. |
| StringArrayBytesType |
Supports Blob (and also other types for byte []) in as column type in DB. |