Class FinderWithIdSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>

java.lang.Object
it.tidalwave.util.spi.HierarchicFinderSupport<T,F>
it.tidalwave.util.spi.FinderWithIdSupport<T,I,F>
Type Parameters:
T - the product abstract type
I - the product concrete type
F - the Finder type
All Implemented Interfaces:
Finder<T>, ExtendedFinderSupport<T,F>, FinderWithId<T,F>, Serializable, Cloneable
Direct Known Subclasses:
FinderWithIdMapSupport

public class FinderWithIdSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>> extends HierarchicFinderSupport<T,F> implements FinderWithId<T,F>
A support class for implementing a Finder that provides filtering by id.
Since:
3.2-ALPHA-15
Author:
Fabrizio Giudici
See Also:
Status: experimental API
  • Constructor Details

    • FinderWithIdSupport

      public FinderWithIdSupport()
    • FinderWithIdSupport

      public FinderWithIdSupport(@Nonnull FinderWithIdSupport<T,I,F> other, @Nonnull Object override)
  • Method Details