Removed onPersistTrigger

This commit is contained in:
Roland Praml
2022-02-02 11:11:19 +01:00
parent 090f3cddb8
commit 0f01965a7b
5 changed files with 5 additions and 150 deletions
@@ -109,9 +109,4 @@ public interface EntityBean extends Serializable {
throw new NotEnhancedException();
}
/**
* Recalcs the bean. This is invoked by PersistRequestBean.
*/
default void _ebean_onPersistTrigger(String profileEventId) {};
}