@Configuration @Import(value=BasicRepositoryInterceptorConfiguration.class) public class JpaRepositoryInterceptorConfiguration extends Object
CrudRepository methods when an entity gets inserted/updated/deleted.| Constructor and Description |
|---|
JpaRepositoryInterceptorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JpaRepositoryInterceptor |
jpaRepositoryInterceptor(com.foreach.across.core.registry.RefreshableRegistry<EntityInterceptor> entityInterceptors) |
public JpaRepositoryInterceptorConfiguration()
@Bean @Scope(value="prototype") @Exposed @Role(value=2) public JpaRepositoryInterceptor jpaRepositoryInterceptor(com.foreach.across.core.registry.RefreshableRegistry<EntityInterceptor> entityInterceptors)
Copyright © 2020. All rights reserved.