Interface UpdateReturningOneInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The result type
All Superinterfaces:
DataInterceptor<T,R>
All Known Implementing Classes:
DefaultUpdateReturningOneInterceptor

public interface UpdateReturningOneInterceptor<T,R> extends DataInterceptor<T,R>
Implements update returning one result interceptor.
Since:
4.2.0
Author:
Denis Stepanov