Uses of Class
io.ebean.annotation.PartitionMode
-
-
Uses of PartitionMode in io.ebean.annotation
Methods in io.ebean.annotation that return PartitionMode Modifier and Type Method Description PartitionModemode()The partition mode.static PartitionModePartitionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionMode[]PartitionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-