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