Uses of Class
io.ebean.annotation.IdentityGenerated
-
-
Uses of IdentityGenerated in io.ebean.annotation
Methods in io.ebean.annotation that return IdentityGenerated Modifier and Type Method Description IdentityGeneratedgenerated()For IDENTITY type specify the generated mode of ALWAYS or BY DEFAULT.static IdentityGeneratedIdentityGenerated. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityGenerated[]IdentityGenerated. values()Returns an array containing the constants of this enum type, in the order they are declared.
-