Package org.openxava.converters
package org.openxava.converters
-
ClassDescriptionA bytes array (byte []) that in db it's saved as Blob.A bytes array (byte []) that it's stored in DB as a object of type org.openxava.util.Photo.In Java
java.math.BigDecimaland in databaseNumberof any type.In Javajava.math.BigIntegerand in databaseNumberof any type.In java boolean and in database Number that it can be 1 or 0.In java a boolean and in database String that can be 'S' or 'N'.In java a java.util.Date and in database 3 columns of integer type.In java a java.util.Date and in database a java.sql.Date.This converters must to have properties for fill it before call to toJava or toDB.In java a int and in database a BigDecimal.In java a int and in database a Number of any type.In java an int and in database a String.In java a long and in database a BigDecimal.In java a long and in database a Number of any type.It store dates, but never save null, instead save a 1/1/1 date.Supports Blob (and also other types for byte []) in as column type in DB.In java a String a a Blog in database.In java a String and in database a java.sql.Time.In java valid-values and in database a integer number whose first value is 0.In java a valid-values and in database a letter corresponding to the position in the string that it's in property 'letters'.In java a valid-values and in database a string corresponding to the position that it's in property 'words'.