public interface ContactDao
Modifier and Type | Method and Description |
---|---|
int |
count() |
Iterator<Contact> |
find(QueryParam qp) |
Contact |
get(long id) |
int count()
Iterator<Contact> find(QueryParam qp)
qp
- sorting and paging infoContact get(long id)
id
- contact idCopyright © 2006–2022 Apache Software Foundation. All rights reserved.