onPersistTrigger with profileEventId

This commit is contained in:
FOCONIS\szemenyei
2021-12-09 14:56:42 +01:00
parent 6288fd8c48
commit 0ea783693d
2 changed files with 2 additions and 2 deletions
@@ -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) {};
}