Interface FinderWithId<T,F extends ExtendedFinderSupport<T,F>>

Type Parameters:
T - the product abstract type
F - the Finder type
All Superinterfaces:
Cloneable, ExtendedFinderSupport<T,F>, Finder<T>, Serializable
All Known Implementing Classes:
FinderWithIdMapSupport, FinderWithIdSupport

public interface FinderWithId<T,F extends ExtendedFinderSupport<T,F>> extends Finder<T>, ExtendedFinderSupport<T,F>
A Finder that provides filtering by id.
Since:
3.2-ALPHA-15
Author:
Fabrizio Giudici
  • Method Details

    • withId

      @Nonnull F withId(@Nonnull Id id)