| Package | Description |
|---|---|
| net.sf.minuteProject.model.dao | |
| net.sf.minuteProject.model.data.criteria | |
| net.sf.minuteProject.model.service |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDaoImpl.find(QueryData<T> data) |
void |
GenericDao.find(QueryData<T> queryData)
Find persistence data using QueryData
|
void |
GenericDaoImpl.findWithoutCount(QueryData<T> data) |
void |
GenericDao.findWithoutCount(QueryData<T> queryData)
Find persistence data using QueryData without counting the total matches
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
QueryData.needsNewCount(QueryData<T> queryData)
It might be unnecessary to count, when making consecutive search
with the same filtering criterias
needsNewCount determines the necessity to search compare to another
QueryData.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericServiceImpl.find(QueryData<T> queryData) |
void |
GenericService.find(QueryData<T> queryData)
Find persistence data according to search criteria
|
void |
GenericServiceImpl.findWithoutCount(QueryData<T> queryData) |
void |
GenericService.findWithoutCount(QueryData<T> queryData)
Find persistence data according to search criteria
without counting the number of results
|
Copyright © 2015. All rights reserved.