Package org.openxava.types
×News: Retirement of OpenXava Studio (the IDE) - February 12 · Read more
-
Class Summary Class Description 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'.LocalDateNumericType Allows LocalDate work with numeric date values in format yyyymmdd from database.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.