| edu.iu.uis.eden.util.OptimisticLockFailureService
All known Subclasses: edu.iu.uis.eden.util.OptimisticLockFailureServiceImpl,
OptimisticLockFailureService | public interface OptimisticLockFailureService (Code) | | This class primarily exists as a middleware piece to handle different types of optimistic locking
failures. Ideally Spring would handle this for us...but it doesn't.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
checkForOptimisticLockFailure | public boolean checkForOptimisticLockFailure(Exception exception)(Code) | | Checks if the given exception is an optimistic lock failure and returns true if it is, and
false if it isn't.
|
|
|