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