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

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

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

Subclasses of DateType in com.j256.ormlite.field.types
 class SqlDateType
          Type that persists a Date object.
 class TimeStampType
          Type that persists a Timestamp object.
 

Methods in com.j256.ormlite.field.types that return DateType
static DateType DateType.getSingleton()
           
 



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