Uses of Interface
io.ebeaninternal.server.persist.BatchPostExecute
Packages that use BatchPostExecute
Package
Description
Core implementation objects
Persistence Implementation
-
Uses of BatchPostExecute in io.ebeaninternal.server.core
Classes in io.ebeaninternal.server.core that implement BatchPostExecuteModifier and TypeClassDescriptionclassWraps all the objects used to persist a bean.final classPersistRequest for insert update or delete of a bean.final classPersist request specifically for CallableSql.final classPersist request specifically for CallableSql.final classPersist request specifically for CallableSql. -
Uses of BatchPostExecute in io.ebeaninternal.server.persist
Methods in io.ebeaninternal.server.persist with parameters of type BatchPostExecuteModifier and TypeMethodDescriptionvoidBatchedPstmt.add(BatchPostExecute batchExecute) Add the BatchPostExecute to the list for post execute processing.voidBatchedPstmtHolder.addStmt(BatchedPstmt bs, BatchPostExecute postExecute) Add a new PreparedStatement wrapped in the BatchStatement object.BatchedPstmt.statement(BatchPostExecute postExecute) Return the statement adding the postExecute task.