| Modifier and Type | Class and Description |
|---|---|
class |
EntityInterceptorAdapter<T>
Base class for an interceptor hooked to repository persistence events.
|
| Constructor and Description |
|---|
BasicRepositoryInterceptor(Collection<EntityInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
com.foreach.across.core.registry.RefreshableRegistry<EntityInterceptor> |
InterceptorRegistryConfiguration.entityInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
BasicRepositoryInterceptor |
BasicRepositoryInterceptorConfiguration.basicRepositoryInterceptor(com.foreach.across.core.registry.RefreshableRegistry<EntityInterceptor> entityInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<EntityInterceptor> |
AbstractCrudRepositoryInterceptor.findInterceptorsToApply(Class<?> entityClass,
Collection<EntityInterceptor> interceptors) |
Collection<EntityInterceptor> |
AbstractCrudRepositoryInterceptor.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCrudRepositoryInterceptor.callAfterCreate(Collection<EntityInterceptor> interceptors,
Object entity) |
void |
AbstractCrudRepositoryInterceptor.callAfterDelete(Collection<EntityInterceptor> interceptors,
Object entity) |
void |
AbstractCrudRepositoryInterceptor.callAfterDeleteAll(Collection<EntityInterceptor> interceptors,
Class entityClass) |
void |
AbstractCrudRepositoryInterceptor.callAfterUpdate(Collection<EntityInterceptor> interceptors,
Object entity) |
void |
AbstractCrudRepositoryInterceptor.callBeforeCreate(Collection<EntityInterceptor> interceptors,
Object entity) |
void |
AbstractCrudRepositoryInterceptor.callBeforeDelete(Collection<EntityInterceptor> interceptors,
Object entity) |
void |
AbstractCrudRepositoryInterceptor.callBeforeDeleteAll(Collection<EntityInterceptor> interceptors,
Class entityClass) |
void |
AbstractCrudRepositoryInterceptor.callBeforeUpdate(Collection<EntityInterceptor> interceptors,
Object entity) |
protected Collection<EntityInterceptor> |
AbstractCrudRepositoryInterceptor.findInterceptorsToApply(Class<?> entityClass,
Collection<EntityInterceptor> interceptors) |
| Constructor and Description |
|---|
AbstractCrudRepositoryInterceptor(Collection<EntityInterceptor> interceptors) |
JpaRepositoryInterceptor(Collection<EntityInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
JpaRepositoryInterceptor |
JpaRepositoryInterceptorConfiguration.jpaRepositoryInterceptor(com.foreach.across.core.registry.RefreshableRegistry<EntityInterceptor> entityInterceptors) |
Copyright © 2020. All rights reserved.