Module io.ebean.api

Interface BulkTableEventListener

    • Method Detail

      • registeredTables

        Set<String> registeredTables()
        Return the tables that this listener is interested in.
      • process

        void process​(BulkTableEvent bulkTableEvent)
        Process the event.