public class JpaRepositoryInterceptor extends AbstractCrudRepositoryInterceptor
JpaRepository.| Constructor and Description |
|---|
JpaRepositoryInterceptor(Collection<EntityInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionWrapper.InvocationCallback<Object> |
determineCallbackMethod(org.aopalliance.intercept.MethodInvocation invocation) |
callAfterCreate, callAfterDelete, callAfterDeleteAll, callAfterUpdate, callBeforeCreate, callBeforeDelete, callBeforeDeleteAll, callBeforeUpdate, findInterceptorsToApply, getEntityClass, getInterceptors, invoke, setBeanFactory, setTransactionManagerNamepublic JpaRepositoryInterceptor(Collection<EntityInterceptor> interceptors)
protected TransactionWrapper.InvocationCallback<Object> determineCallbackMethod(org.aopalliance.intercept.MethodInvocation invocation)
determineCallbackMethod in class AbstractCrudRepositoryInterceptorCopyright © 2020. All rights reserved.