Package io.ebean.event
Interface BulkTableEvent
public interface BulkTableEvent
The bulk table event.
-
Method Summary
Modifier and Type Method Description StringgetTableName()Return the name of the table that was involved.booleanisDelete()Return true if rows were deleted.booleanisInsert()Return true if rows were inserted.booleanisUpdate()Return true if rows were updated.