Package io.ebean.event
Interface BulkTableEventListener
public interface BulkTableEventListener
Listen for bulk table events that occur.
These events can be triggered via
DB.externalModification(String, boolean, boolean, boolean) or
automatically determined from Ebean bulk update statements.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(BulkTableEvent bulkTableEvent) Process the event.Return the tables that this listener is interested in.
-
Method Details
-
registeredTables
Return the tables that this listener is interested in. -
process
Process the event.
-