Uses of Class
io.ebean.annotation.DbEnumType
-
-
Uses of DbEnumType in io.ebean.annotation
Methods in io.ebean.annotation that return DbEnumType Modifier and Type Method Description DbEnumTypestorage()Specify the database type used to store the values (VARCHAR or INTEGER).static DbEnumTypeDbEnumType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbEnumType[]DbEnumType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-