Package org.castor.cpa.persistence.convertor

Interface Summary
TypeConvertor Interface for a type convertor.
 

Class Summary
AbstractDateTypeConvertor Abstract base class to convert from one type to another without any configuration or parameters.
AbstractLobTypeConvertor Abstract base class to convert from one type to another using a large object buffer whose size can be configured through properties file.
AbstractSimpleTypeConvertor Abstract base class to convert from one type to another without any configuration or parameters.
AbstractTypeConvertor Abstract base class to convert from one type to another.
BigDecimalToBoolean Convert BigDecimal to Boolean.
BigDecimalToByte Convert BigDecimal to Byte.
BigDecimalToDate Convert BigDecimal to Date.
BigDecimalToDouble Convert BigDecimal to Double.
BigDecimalToFloat Convert BigDecimal to Float.
BigDecimalToInteger Convert BigDecimal to Integer.
BigDecimalToLong Convert BigDecimal to Long.
BigDecimalToShort Convert BigDecimal to Short.
BooleanToBigDecimal Convert Boolean to BigDecimal.
BooleanToInteger Convert Boolean to Integer.
BooleanToShort Convert Boolean to Short.
BooleanToString Convert Boolean to String.
ByteArrayToInputStream Convert byte[] to InputStream.
ByteArrayToSerializable Convert byte[] to Serializable.
ByteArrayToString Convert byte[] to String.
ByteToBigDecimal Convert Byte to BigDecimal.
ByteToInteger Convert Byte to Integer.
ByteToShort Convert Byte to Short.
CastorDateToDate Convert org.exolab.castor.types.Date to Date.
CastorDateToSqlDate Convert org.exolab.castor.types.Date to java.sql.Date.
CastorDurationToLong Convert org.exolab.castor.types.Duration to Long.
CharArrayToSqlClob Convert char[] to java.sql.Clob.
CharArrayToString Convert char[] to String.
DateToBigDecimal Convert Date to BigDecimal.
DateToCastorDate Convert Date to org.exolab.castor.types.Date.
DateToDouble Convert Date to Double.
DateToInteger Convert Date to Integer.
DateToLong Convert Date to Long.
DateToSqlDate Convert Date to java.sql.Date.
DateToSqlTime Convert Date to java.sql.Time.
DateToSqlTimestamp Convert Date to java.sql.Timestamp.
DateToString Convert Date to String.
DoubleToBigDecimal Convert Double to BigDecimal.
DoubleToDate Convert Double to Date.
DoubleToFloat Convert Double to Float.
DoubleToInteger Convert Double to Integer.
DoubleToLong Convert Double to Long.
FloatToBigDecimal Convert Float to BigDecimal.
FloatToDouble Convert Float to Double.
FloatToInteger Convert Float to Integer.
FloatToLong Convert Float to Long.
InputStreamToByteArray Convert InputStream to byte[].
InputStreamToSerializable Convert InputStream to Serializable.
IntegerToBigDecimal Convert Integer to BigDecimal.
IntegerToBoolean Convert Integer to Boolean.
IntegerToByte Convert Integer to Byte.
IntegerToDate Convert Integer to Date.
IntegerToDouble Convert Integer to Double.
IntegerToFloat Convert Integer to Float.
IntegerToLong Convert Integer to Long.
IntegerToShort Convert Integer to Short.
LongToBigDecimal Convert Long to BigDecimal.
LongToCastorDuration Convert Long to org.exolab.castor.types.Duration.
LongToDate Convert Long to Date.
LongToDouble Convert Long to Double.
LongToFloat Convert Long to Float.
LongToInteger Convert Long to Integer.
LongToShort Convert Long to Short.
ObjectToString Convert Object to String.
SerializableToByteArray Convert Serializable to byte[].
SerializableToInputStream Convert Serializable to InputStream.
ShortToBigDecimal Convert Short to BigDecimal.
ShortToBoolean Convert Short to Boolean.
ShortToByte Convert Short to Byte.
ShortToInteger Convert Short to Integer.
ShortToLong Convert Short to Long.
SqlClobToCharArray Convert java.sql.Clob to char[].
SqlClobToString Convert java.sql.Clob to String.
SqlDateToCastorDate Convert java.sql.Date to org.exolab.castor.types.Date.
SqlDateToDate Convert java.sql.Date to Date.
SqlTimestampToDate Convert java.sql.Timestamp to Date.
SqlTimestampToString Convert java.sql.Timestamp to String.
SqlTimeToDate Convert java.sql.Time to Date.
StringToBigDecimal Convert String to BigDecimal.
StringToBoolean Convert String to Boolean.
StringToByteArray Convert String to byte[].
StringToCharacter Convert String to Character.
StringToCharArray Convert String to char[].
StringToDate Convert String to Date.
StringToDouble Convert String to Double.
StringToFloat Convert String to Float.
StringToInteger Convert String to Integer.
StringToLong Convert String to Long.
StringToShort Convert String to Short.
StringToSqlClob Convert String to java.sql.Clob.
StringToSqlTimestamp Convert String to java.sql.Timestamp.
TypeConvertorRegistry Registry of type convertors.
 



Copyright © 2011. All Rights Reserved.