Uses of Interface
org.openxava.converters.IConverter
×News: OpenXava 7.7 released - March 9 · Read more
Packages that use IConverter
Package
Description
-
Uses of IConverter in org.openxava.converters
Classes in org.openxava.converters that implement IConverterModifier and TypeClassDescriptionclassA bytes array (byte []) that in db it's saved as Blob.classA bytes array (byte []) that it's stored in DB as a object of type org.openxava.util.Photo.classIn Javajava.math.BigDecimaland in databaseNumberof any type.classIn Javajava.math.BigIntegerand in databaseNumberof any type.classIn java boolean and in database Number that it can be 1 or 0.classIn java a boolean and in database String that can be 'S' or 'N'.classIn java a java.util.Date and in database a java.sql.Date.classIn java a int and in database a BigDecimal.classIn java a int and in database a Number of any type.classIn java an int and in database a String.classIn java a long and in database a BigDecimal.classIn java a long and in database a Number of any type.classclassIt store dates, but never save null, instead save a 1/1/1 date.classclassSupports Blob (and also other types for byte []) in as column type in DB.classIn java a String a a Blog in database.classclassIn java a String and in database a java.sql.Time.classclassIn java valid-values and in database a integer number whose first value is 0.classIn java a valid-values and in database a letter corresponding to the position in the string that it's in property 'letters'.classIn java a valid-values and in database a string corresponding to the position that it's in property 'words'.Methods in org.openxava.converters that return IConverterModifier and TypeMethodDescriptionstatic IConverterIntegerNumberConverter.getInstance()static IConverterLongNumberConverter.getInstance() -
Uses of IConverter in org.openxava.converters.typeadapters
Classes in org.openxava.converters.typeadapters that implement IConverterModifier and TypeClassDescriptionclassAdapter for using Hibernate types as converters in OpenXava.classFor using Java 5 enums in tabs, specifically for converting filter data.classFor using Java 5 enums in tabs, specifically for converting filter data. -
Uses of IConverter in org.openxava.mapping
Methods in org.openxava.mapping that return IConverterModifier and TypeMethodDescriptionModelMapping.getConverter(String modelProperty) PropertyMapping.getConverter()ReferenceMappingDetail.getConverter()ReferenceMapping.getConverterForReferencedModelProperty(String property)