Interface ExistsByInterceptor<T>

Type Parameters:
T - The declaring type
All Superinterfaces:
DataInterceptor<T,Boolean>
All Known Implementing Classes:
DefaultExistsByInterceptor

public interface ExistsByInterceptor<T> extends DataInterceptor<T,Boolean>
An interceptor that checks for the existence of a record.
Since:
1.0
Author:
graemerocher