Class EntityInterceptorAdapter<T>

java.lang.Object
com.foreach.across.modules.hibernate.aop.EntityInterceptorAdapter<T>
All Implemented Interfaces:
EntityInterceptor<T>

public abstract class EntityInterceptorAdapter<T> extends Object implements EntityInterceptor<T>

Base class for an interceptor hooked to repository persistence events. Which repositories are supported is module/implementation dependant.

Currently implementations are available for BasicRepository and JpaRepository.

Author:
Arne Vandamme