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

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

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

Subclasses of BaseDateType in com.j256.ormlite.field.types
 class DateLongType
          Persists the Date Java class as long milliseconds since epoch.
 class DateStringType
          Type that persists a Date object as a String.
 class DateType
          Type that persists a Date object.
 



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