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

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

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

Subclasses of StringType in com.j256.ormlite.field.types
 class LongStringType
          Persists the String Java class but with more storage in the database.
 

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



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