|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataPersister | |
---|---|
com.j256.ormlite.db | Per-database type and SQL information. |
com.j256.ormlite.field | Object field information. |
com.j256.ormlite.field.types |
Uses of DataPersister in com.j256.ormlite.db |
---|
Methods in com.j256.ormlite.db with parameters of type DataPersister | |
---|---|
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 DataPersister in com.j256.ormlite.field |
---|
Fields in com.j256.ormlite.field with type parameters of type DataPersister | |
---|---|
static Class<? extends DataPersister> |
DatabaseFieldConfig.DEFAULT_PERSISTER_CLASS
|
Methods in com.j256.ormlite.field that return DataPersister | |
---|---|
DataPersister |
FieldType.getDataPersister()
|
DataPersister |
DataType.getDataPersister()
|
DataPersister |
DatabaseFieldConfig.getDataPersister()
|
static DataPersister |
DataPersisterManager.lookupForField(Field field)
Lookup the data-type associated with the class. |
Methods in com.j256.ormlite.field that return types with arguments of type DataPersister | |
---|---|
Class<? extends DataPersister> |
DatabaseFieldConfig.getPersisterClass()
|
Methods in com.j256.ormlite.field with parameters of type DataPersister | |
---|---|
static void |
DataPersisterManager.registerDataPersisters(DataPersister... dataPersisters)
Register a data type with the manager. |
void |
DatabaseFieldConfig.setDataPersister(DataPersister dataPersister)
The name is historical. |
Method parameters in com.j256.ormlite.field with type arguments of type DataPersister | |
---|---|
void |
DatabaseFieldConfig.setPersisterClass(Class<? extends DataPersister> persisterClass)
|
Uses of DataPersister in com.j256.ormlite.field.types |
---|
Classes in com.j256.ormlite.field.types that implement DataPersister | |
---|---|
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 |