|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OptimisticLockingListener
Allows registering a listener which is notified when an
DbOperationType.UPDATE or DbOperationType.DELETE
could not be performed.
| Method Summary | |
|---|---|
void |
failedOperation(DbOperation operation)
Signifies that an operation failed due to optimistic locking. |
Class<? extends DbEntity> |
getEntityType()
The type of the entity for which this listener should be notified. |
| Method Detail |
|---|
Class<? extends DbEntity> getEntityType()
void failedOperation(DbOperation operation)
operation - the failed operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||