Uses of Class
io.ebean.annotation.PersistBatch
-
-
Uses of PersistBatch in io.ebean.annotation
Methods in io.ebean.annotation that return PersistBatch Modifier and Type Method Description PersistBatchbatch()Persist batch mode for the transaction.PersistBatchbatchOnCascade()Persist batch mode for the request if not set on the transaction.static PersistBatchPersistBatch. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistBatch[]PersistBatch. values()Returns an array containing the constants of this enum type, in the order they are declared.
-