See: Description
| Interface | Description |
|---|---|
| ColumnLengthDefiningTypeConverter |
Interface implemented by a TypeConverter if it has default length values for any of its datastore columns.
|
| MultiColumnConverter |
Interface implemented by a TypeConverter when it converts a member to multiple columns, providing the
information about what types the columns store.
|
| TypeConverter<X,Y> |
Converter for a java type to another type suitable for the datastore.
|
| Class | Description |
|---|---|
| BigDecimalArrayByteBufferConverter |
Convenience class to handle Java serialisation of a BigDecimal[] object to/from ByteBuffer.
|
| BigDecimalDoubleConverter |
Class to handle the conversion between java.math.BigDecimal and a Double form.
|
| BigDecimalStringConverter |
Class to handle the conversion between java.math.BigDecimal and a String form.
|
| BigIntegerArrayByteBufferConverter |
Convenience class to handle Java serialisation of a BigInteger[] object to/from ByteBuffer.
|
| BigIntegerLongConverter |
Class to handle the conversion between java.math.BigInteger and a Long form.
|
| BigIntegerStringConverter |
Class to handle the conversion between java.math.BigInteger and a String form.
|
| BitSetStringConverter |
Class to handle the conversion between java.util.BitSet and a String form.
|
| BooleanArrayByteBufferConverter |
Convenience class to handle Java serialisation of a boolean[] object to/from ByteBuffer.
|
| BooleanIntegerConverter |
Class to handle the conversion between java.lang.Boolean and an Integer (0, 1) form.
|
| BooleanYNConverter |
Class to handle the conversion between java.lang.Boolean and a Character ("Y", "N") form.
|
| ByteArrayByteBufferConverter |
Convenience class to handle Java serialisation of a byte[] object to/from ByteBuffer.
|
| ByteObjectArrayByteBufferConverter |
Convenience class to handle Java serialisation of a byte[] object to/from ByteBuffer.
|
| CalendarComponentsConverter |
Class to handle the conversion between java.util.Calendar and (Long, String) being the time in millisecs plus the timezone.
|
| CalendarDateConverter |
Class to handle the conversion between java.util.Calendar and a java.util.Date form.
|
| CalendarStringConverter |
Class to handle the conversion between java.util.Calendar and a String form.
|
| CalendarTimestampConverter |
Class to handle the conversion between java.util.Calendar and a java.sql.Timestamp.
|
| CharacterStringConverter |
Class to handle the conversion between Character and a String form.
|
| CharArrayByteBufferConverter |
Convenience class to handle Java serialisation of a char[] object to/from ByteBuffer.
|
| ClassStringConverter |
Class to handle the conversion between java.lang.Class and a String form.
|
| ColorComponentsConverter |
TypeConverter for storing a java.awt.Color as its 4 components (red, green, blue, alpha).
|
| ColorStringConverter |
Class to handle the conversion between java.awt.Color (RGBA) and a String form.
|
| CurrencyStringConverter |
Class to handle the conversion between java.util.Currency and a String form.
|
| DateLongConverter |
Class to handle the conversion between java.util.Date and a Long form.
|
| DateStringConverter |
Class to handle the conversion between java.util.Date and a String form.
|
| DoubleArrayByteBufferConverter |
Convenience class to handle Java serialisation of a double[] object to/from ByteBuffer.
|
| FloatArrayByteBufferConverter |
Convenience class to handle Java serialisation of a float[] object to/from ByteBuffer.
|
| IntArrayByteBufferConverter |
Convenience class to handle Java serialisation of a int[] object to/from ByteBuffer.
|
| IntegerStringConverter |
Class to handle the conversion between java.lang.Integer and a String form.
|
| LocaleStringConverter |
Class to handle the conversion between java.util.Locale and a String form.
|
| LongArrayByteBufferConverter |
Convenience class to handle Java serialisation of a long[] object to/from ByteBuffer.
|
| LongStringConverter |
Class to handle the conversion between java.lang.Long and a String form.
|
| SerializableByteArrayConverter |
Convenience class to handle Java serialisation of a Serializable object to/from byte[].
|
| SerializableByteBufferConverter |
Convenience class to handle Java serialisation of a Serializable object to/from ByteBuffer.
|
| SerializableStringConverter |
Convenience class to handle Java serialisation of a Serializable object to/from String.
|
| ShortArrayByteBufferConverter |
Convenience class to handle Java serialisation of a short[] object to/from ByteBuffer.
|
| SqlDateDateConverter |
Class to handle the conversion between java.sql.Date and a java.util.Date form.
|
| SqlDateLongConverter |
Class to handle the conversion between java.sql.Date and a Long form.
|
| SqlDateStringConverter |
Class to handle the conversion between java.sql.Date and a String form.
|
| SqlTimeDateConverter |
Class to handle the conversion between java.sql.Time and a java.util.Date form.
|
| SqlTimeLongConverter |
Class to handle the conversion between java.sql.Time and a Long form.
|
| SqlTimestampDateConverter |
Class to handle the conversion between java.sql.Timestamp and a java.util.Date form.
|
| SqlTimestampLongConverter |
Class to handle the conversion between java.sql.Timestamp and a Long form.
|
| SqlTimestampStringConverter |
Class to handle the conversion between java.sql.Timestamp and a String form.
|
| SqlTimeStringConverter |
Class to handle the conversion between java.sql.Time and a String form.
|
| StringBufferStringConverter |
Class to handle the conversion between java.lang.StringBuffer and a String form.
|
| StringBuilderStringConverter |
Class to handle the conversion between java.lang.StringBuilder and a String form.
|
| TimeZoneStringConverter |
Class to handle the conversion between java.util.TimeZone and a String form.
|
| TypeConverterHelper |
Helper methods for using TypeConverter classes.
|
| URIStringConverter |
Class to handle the conversion between java.net.URI and a String form.
|
| URLStringConverter |
Class to handle the conversion between java.net.URL and a String form.
|
| UUIDStringConverter |
Class to handle the conversion between java.util.UUID and a String form.
|
Copyright © 2016. All rights reserved.