mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Removed onPersistTrigger
This commit is contained in:
@@ -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) {};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user