| Class | Description |
|---|---|
| AbstractCrudRepositoryInterceptor |
Intercepts entity related methods on repository instances and executes before and after calls.
|
| JpaRepositoryInterceptor |
Intercepts persistence calls on a
JpaRepository. |
| JpaRepositoryInterceptorAdvisor | |
| JpaRepositoryPointcut |
Pointcut that only wires entity interception for
JpaRepository implementations
that have a Persistable entity type. |
Copyright © 2020. All rights reserved.