Interface ReservationTransactionCode<R>

Type Parameters:
R - the returned type of executed code.
All Superinterfaces:
Function<ReservationRepository,R>

public interface ReservationTransactionCode<R> extends Function<ReservationRepository,R>
This interface provides code that involves the ReservationRepository's method(s).