|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMovieGenericDao
Abstract Movie IGenericDao
definition
Method Summary | |
---|---|
List<Movie> |
findByYear(int aYear)
Returns matching Movie instances found. |
Methods inherited from interface org.perfectjpattern.jee.api.integration.dao.IGenericReadOnlyDao |
---|
findByExample |
Methods inherited from interface org.perfectjpattern.jee.api.integration.dao.IBaseDao |
---|
create, delete, deleteAll, update |
Methods inherited from interface org.perfectjpattern.jee.api.integration.dao.IBaseReadOnlyDao |
---|
contains, count, findAll, findById, getSession, getTransaction |
Method Detail |
---|
List<Movie> findByYear(int aYear)
Movie
instances found. Searches for movies
by year. Example how to implement custom finder methods on top of
IGenericReadOnlyDao.findByExample(Object, String...)
aYear
- Year to search for
Movie
instances found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |