public class BigIntegerLongConverter extends Object implements TypeConverter<BigInteger,Long>
| Constructor and Description |
|---|
BigIntegerLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
toDatastoreType(BigInteger bi)
Method to convert the passed member value to the datastore type.
|
BigInteger |
toMemberType(Long val)
Method to convert the passed datastore value to the member type.
|
public BigInteger toMemberType(Long val)
TypeConvertertoMemberType in interface TypeConverter<BigInteger,Long>val - Value from the datastorepublic Long toDatastoreType(BigInteger bi)
TypeConvertertoDatastoreType in interface TypeConverter<BigInteger,Long>bi - Value from the memberCopyright © 2016. All rights reserved.