public class BigDecimalTypeHandler extends ByteArrayRepresentableTypeHandler<java.math.BigDecimal>
| Constructor and Description |
|---|
BigDecimalTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compare(java.math.BigDecimal x,
java.math.BigDecimal y) |
protected java.math.BigDecimal |
fromByteArray(byte[] data) |
protected byte[] |
toByteArray(java.math.BigDecimal value) |
defragIndexEntry, defragment, delete, descendsIntoMembers, indexEntryToObject, linkLength, prepareComparison, read, readIndexEntry, readIndexEntry, readIndexEntryFromObjectSlot, write, writeIndexEntryprotected java.math.BigDecimal fromByteArray(byte[] data)
fromByteArray in class ByteArrayRepresentableTypeHandler<java.math.BigDecimal>protected byte[] toByteArray(java.math.BigDecimal value)
toByteArray in class ByteArrayRepresentableTypeHandler<java.math.BigDecimal>protected int compare(java.math.BigDecimal x,
java.math.BigDecimal y)
compare in class ByteArrayRepresentableTypeHandler<java.math.BigDecimal>