|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanPersistRequest | |
---|---|
com.avaje.ebean.event | Persist and Query Event Controllers and Listeners |
Uses of BeanPersistRequest in com.avaje.ebean.event |
---|
Methods in com.avaje.ebean.event with parameters of type BeanPersistRequest | |
---|---|
void |
BeanPersistController.postDelete(BeanPersistRequest<?> request)
Called after the delete was performed. |
void |
BeanPersistAdapter.postDelete(BeanPersistRequest<?> request)
Does nothing by default. |
void |
BeanPersistController.postInsert(BeanPersistRequest<?> request)
Called after the insert was performed. |
void |
BeanPersistAdapter.postInsert(BeanPersistRequest<?> request)
Does nothing by default. |
void |
BeanPersistController.postUpdate(BeanPersistRequest<?> request)
Called after the update was performed. |
void |
BeanPersistAdapter.postUpdate(BeanPersistRequest<?> request)
Does nothing by default. |
boolean |
BeanPersistController.preDelete(BeanPersistRequest<?> request)
Prior to the delete perform some action. |
boolean |
BeanPersistAdapter.preDelete(BeanPersistRequest<?> request)
Returns true indicating normal processing should continue. |
boolean |
BeanPersistController.preInsert(BeanPersistRequest<?> request)
Prior to the insert perform some action. |
boolean |
BeanPersistAdapter.preInsert(BeanPersistRequest<?> request)
Returns true indicating normal processing should continue. |
boolean |
BeanPersistController.preUpdate(BeanPersistRequest<?> request)
Prior to the update perform some action. |
boolean |
BeanPersistAdapter.preUpdate(BeanPersistRequest<?> request)
Returns true indicating normal processing should continue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |