public class OptimisticLockingInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
OptimisticLockingInterceptor(javax.persistence.EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
protected Object |
lock(Object entity) |
Copyright © 2020 Paul Warren. All rights reserved.