|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the primary keyP
- the productF
- the filterpublic interface IProductDAO<K,P extends Product,F extends ProductFilter>
IPersonDAO Interface
Method Summary | |
---|---|
java.util.List<P> |
findByFilter(F filter)
Finds by filter |
Methods inherited from interface fr.paris.lutece.util.jpa.IGenericDAO |
---|
create, findAll, findById, remove, update |
Method Detail |
---|
java.util.List<P> findByFilter(F filter)
filter
- the filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |