Interface WithProjectionId<R>
- Type Parameters:
R- - the entity class
- All Known Subinterfaces:
ExecutableFindByIdOperation.ExecutableFindById<T>, ExecutableFindByIdOperation.FindByIdWithExpiry<T>, ExecutableFindByIdOperation.FindByIdWithLock<T>, ExecutableFindByIdOperation.FindByIdWithProjection<T>, ReactiveFindByIdOperation.FindByIdWithExpiry<T>, ReactiveFindByIdOperation.FindByIdWithLock<T>, ReactiveFindByIdOperation.FindByIdWithProjection<T>, ReactiveFindByIdOperation.ReactiveFindById<T>
public interface WithProjectionId<R>
A common interface for those that support project()
- Author:
- Michael Reiche
-
Method Summary
-
Method Details
-
project
-