public interface ContactDAO extends PersistentObjectDAO<Contact>
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
findByUser(Long userId,
String email)
Finds the contacts of the specified user.
|
bulkUpdate, delete, deleteAll, findAll, findAllIds, findById, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, initialize, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForRowSet, storeCopyright © 2008-2014 Logical Objects. All Rights Reserved.