mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
onPersistTrigger with profileEventId
This commit is contained in:
@@ -112,6 +112,6 @@ public interface EntityBean extends Serializable {
|
||||
/**
|
||||
* Recalcs the bean. This is invoked by PersistRequestBean.
|
||||
*/
|
||||
default void _ebean_onPersistTrigger() {};
|
||||
default void _ebean_onPersistTrigger(String profileEventId) {};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user