Interface UpdateEntityInterceptor<T>

Type Parameters:
T - The generic type
All Superinterfaces:
DataInterceptor<T,Object>
All Known Implementing Classes:
DefaultUpdateEntityInterceptor

public interface UpdateEntityInterceptor<T> extends DataInterceptor<T,Object>
Interceptor that handles update methods that take a single argument that is the entity.
Since:
1.0
Author:
graemerocher