ArrayBytesBlobConverter |
A bytes array (byte []) that in db it's saved as Blob.
|
ArrayBytesPhotoConverter |
A bytes array (byte []) that it's stored in DB as
a object of type org.openxava.util.Photo.
|
BigDecimalNumberConverter |
In Java java.math.BigDecimal and in database Number
of any type.
|
BigIntegerNumberConverter |
In Java java.math.BigInteger and in database Number
of any type.
|
Boolean01Converter |
In java boolean and in database Number that
it can be 1 or 0.
|
BooleanSNConverter |
In java a boolean and in database String that
can be 'S' or 'N'.
|
Date3Converter |
In java a java.util.Date and in database 3 columns of
integer type.
|
DateUtilSQLConverter |
In java a java.util.Date and in database a
java.sql.Date.
|
IntegerBigDecimalConverter |
In java a int and in database a BigDecimal.
|
IntegerNumberConverter |
In java a int and in database a Number of any type.
|
IntegerStringConverter |
In java an int and in database a String.
|
LongBigDecimalConverter |
In java a long and in database a BigDecimal.
|
LongNumberConverter |
In java a long and in database a Number of any type.
|
NoConversionConverter |
|
NotNullDateConverter |
It store dates, but never save null, instead save a 1/1/1 date.
|
NotNullStringConverter |
|
StringArrayBytesConverter |
Supports Blob (and also other types for byte []) in as column type in DB.
|
StringBlobConverter |
In java a String a a Blog in database.
|
StringBlobConverter.StringValue |
|
StringNotNullConverter |
|
StringTimeConverter |
In java a String and in database a
java.sql.Time.
|
TrimStringConverter |
|
ValidValuesBase0Converter |
In java valid-values and in database a integer number
whose first value is 0.
|
ValidValuesLetterConverter |
In java a valid-values and in database a letter corresponding
to the position in the string that it's in property 'letters'.
|
ValidValuesStringConverter |
In java a valid-values and in database a string corresponding
to the position that it's in property 'words'.
|