public class JpaLockingAndVersioningProxyFactoryImpl extends Object implements LockingAndVersioningProxyFactory
| Constructor and Description |
|---|
JpaLockingAndVersioningProxyFactoryImpl(org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.transaction.PlatformTransactionManager ptm,
javax.persistence.EntityManager em,
LockingService locker,
AuthenticationFacade auth) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addTransactionAdviceIfNeeded(org.springframework.aop.framework.ProxyFactory proxy,
org.springframework.transaction.PlatformTransactionManager ptm) |
void |
apply(org.springframework.aop.framework.ProxyFactory proxy) |
protected org.aopalliance.aop.Advice |
transactionInterceptor(org.springframework.transaction.PlatformTransactionManager ptm) |
public JpaLockingAndVersioningProxyFactoryImpl(org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.transaction.PlatformTransactionManager ptm,
javax.persistence.EntityManager em,
LockingService locker,
AuthenticationFacade auth)
public void apply(org.springframework.aop.framework.ProxyFactory proxy)
apply in interface LockingAndVersioningProxyFactoryprotected void addTransactionAdviceIfNeeded(org.springframework.aop.framework.ProxyFactory proxy,
org.springframework.transaction.PlatformTransactionManager ptm)
protected org.aopalliance.aop.Advice transactionInterceptor(org.springframework.transaction.PlatformTransactionManager ptm)
Copyright © 2020 Paul Warren. All rights reserved.