public class CurrencyStringConverter extends Object implements TypeConverter<Currency,String>, ColumnLengthDefiningTypeConverter
| Constructor and Description |
|---|
CurrencyStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultColumnLength(int columnPosition)
Accessor for the default column length to use for the datastore column at the specified position.
|
String |
toDatastoreType(Currency curr)
Method to convert the passed member value to the datastore type.
|
Currency |
toMemberType(String str)
Method to convert the passed datastore value to the member type.
|
public Currency toMemberType(String str)
TypeConvertertoMemberType in interface TypeConverter<Currency,String>str - Value from the datastorepublic String toDatastoreType(Currency curr)
TypeConvertertoDatastoreType in interface TypeConverter<Currency,String>curr - Value from the memberpublic int getDefaultColumnLength(int columnPosition)
ColumnLengthDefiningTypeConvertergetDefaultColumnLength in interface ColumnLengthDefiningTypeConvertercolumnPosition - Position of the column being enquired about (0 = first)Copyright © 2016. All rights reserved.