Uses of Package
com.j256.ormlite.field.types

Packages that use com.j256.ormlite.field.types
com.j256.ormlite.field.types   
 

Classes in com.j256.ormlite.field.types used by com.j256.ormlite.field.types
BaseDataType
          Base data type that defines the defaults the various data types.
BaseDateType
          Base class for all of the Date class types.
BaseDateType.DateStringFormatConfig
           
BaseEnumType
          Base class for the enum classes to provide a utility method.
BigDecimalType
          Type that persists a BigInteger object.
BigIntegerType
          Type that persists a BigInteger object.
BooleanObjectType
          Type that persists a Boolean object.
BooleanType
          Type that persists a boolean primitive.
ByteArrayType
          Type that persists a byte[] object.
ByteObjectType
          Type that persists a Byte object.
ByteType
          Type that persists a byte primitive.
CharacterObjectType
          Type that persists a Character object.
CharType
          Type that persists a char primitive.
DateLongType
          Persists the Date Java class as long milliseconds since epoch.
DateStringType
          Type that persists a Date object as a String.
DateType
          Type that persists a Date object.
DoubleObjectType
          Type that persists a Double object.
DoubleType
          Type that persists a double primitive.
EnumIntegerType
          Persists an Enum Java class as its ordinal integer value.
EnumStringType
          Type that persists an enum as its string value.
FloatObjectType
          Type that persists a boolean primitive.
FloatType
          Type that persists a float primitive.
IntegerObjectType
          Type that persists a Integer object.
IntType
          Type that persists a integer primitive.
LongObjectType
          Type that persists a Long object.
LongStringType
          Persists the String Java class but with more storage in the database.
LongType
          Type that persists a long primitive.
SerializableType
          Persists an unknown Java Object that is Serializable.
ShortObjectType
          Type that persists a Short object.
ShortType
          Type that persists a short primitive.
StringBytesType
          Type that persists a String as a byte array.
StringType
          Type that persists a String object.
UuidType
          Type that persists a UUID object.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.