Uses of Class
io.ebean.annotation.IdentityType
-
-
Uses of IdentityType in io.ebean.annotation
Methods in io.ebean.annotation that return IdentityType Modifier and Type Method Description IdentityTypetype()The type of identity for the associated entity bean.static IdentityTypeIdentityType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityType[]IdentityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-