Class FinderWithIdMapSupport<T,I extends T,F extends ExtendedFinderSupport<T,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

public class FinderWithIdMapSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>> extends FinderWithIdSupport<T,I,F>
An implementation of FinderWithIdSupport based on a Map.
Since:
3.2-ALPHA-15
Author:
Fabrizio Giudici
See Also:
Status: experimental API