|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldConverter | |
---|---|
com.j256.ormlite.db | Per-database type and SQL information. |
com.j256.ormlite.field | Object field information. |
com.j256.ormlite.field.types |
Uses of FieldConverter in com.j256.ormlite.db |
---|
Classes in com.j256.ormlite.db that implement FieldConverter | |
---|---|
protected static class |
BaseDatabaseType.BooleanNumberFieldConverter
Conversion to/from the Boolean Java field as a number because some databases like the true/false. |
Methods in com.j256.ormlite.db that return FieldConverter | |
---|---|
FieldConverter |
DatabaseType.getFieldConverter(DataPersister dataType)
Return the FieldConverter to associate with the DataType. |
FieldConverter |
BaseSqliteDatabaseType.getFieldConverter(DataPersister dataPersister)
|
FieldConverter |
BaseDatabaseType.getFieldConverter(DataPersister dataPersister)
|
Uses of FieldConverter in com.j256.ormlite.field |
---|
Subinterfaces of FieldConverter in com.j256.ormlite.field | |
---|---|
interface |
DataPersister
Data type that provide Java class to/from database mapping. |
Classes in com.j256.ormlite.field that implement FieldConverter | |
---|---|
class |
BaseFieldConverter
Base class for field-converters. |
Uses of FieldConverter in com.j256.ormlite.field.types |
---|
Classes in com.j256.ormlite.field.types that implement FieldConverter | |
---|---|
class |
BaseDataType
Base data type that defines the default persistance methods for the various data types. |
class |
BaseDateType
Base class for all of the Date class types. |
class |
BaseEnumType
Base class for the enum classes to provide a utility method. |
class |
BigDecimalNumericType
Type that persists a BigInteger object as a NUMERIC SQL database field. |
class |
BigDecimalStringType
Type that persists a BigInteger object. |
class |
BigIntegerType
Type that persists a BigInteger object. |
class |
BooleanObjectType
Type that persists a Boolean object. |
class |
BooleanType
Type that persists a boolean primitive. |
class |
ByteArrayType
Type that persists a byte[] object. |
class |
ByteObjectType
Type that persists a Byte object. |
class |
ByteType
Type that persists a byte primitive. |
class |
CharacterObjectType
Type that persists a Character object. |
class |
CharType
Type that persists a char primitive. |
class |
DateLongType
Persists the Date Java class as long milliseconds since epoch. |
class |
DateStringType
Type that persists a Date object as a String. |
class |
DateTimeType
A custom persister that is able to store the org.joda.time.DateTime class in the database as epoch-millis long integer. |
class |
DateType
Type that persists a Date object. |
class |
DoubleObjectType
Type that persists a Double object. |
class |
DoubleType
Type that persists a double primitive. |
class |
EnumIntegerType
Persists an Enum Java class as its ordinal integer value. |
class |
EnumStringType
Type that persists an enum as its string value. |
class |
FloatObjectType
Type that persists a boolean primitive. |
class |
FloatType
Type that persists a float primitive. |
class |
IntegerObjectType
Type that persists a Integer object. |
class |
IntType
Type that persists a integer primitive. |
class |
LongObjectType
Type that persists a Long object. |
class |
LongStringType
Persists the String Java class but with more storage in the database. |
class |
LongType
Type that persists a long primitive. |
class |
SerializableType
Persists an unknown Java Object that is Serializable . |
class |
ShortObjectType
Type that persists a Short object. |
class |
ShortType
Type that persists a short primitive. |
class |
SqlDateType
Type that persists a Date object. |
class |
StringBytesType
Type that persists a String as a byte array. |
class |
StringType
Type that persists a String object. |
class |
TimeStampType
Type that persists a Timestamp object. |
class |
UuidType
Type that persists a UUID object. |
class |
VoidType
Marker class used to see if we have a customer persister defined. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |