Package | Description |
---|---|
org.assistments.service.dao.base |
Modifier and Type | Method and Description |
---|---|
T |
CommonDao.findObject(java.util.List<QueryTerm> terms)
Returns the object matching all of the specified fields with exact values.
|
T |
CommonDao.findObject(QueryInstance qi)
Returns the object matching the specified query.
|
T |
CommonDao.findObject(QueryTerm term)
Returns the object matching the specified query term.
|