Uses of Class
com.j256.ormlite.field.types.BaseDataType

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

Uses of BaseDataType in com.j256.ormlite.field.types
 

Subclasses of BaseDataType in com.j256.ormlite.field.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.
 



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