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

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

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

Subclasses of BaseEnumType in com.j256.ormlite.field.types
 class EnumIntegerType
          Persists an Enum Java class as its ordinal integer value.
 class EnumStringType
          Type that persists an enum as its string value.
 



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