| Package | Description |
|---|---|
| net.sf.mardao.dao |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDao.delete(Object parentKey,
ID id) |
T |
AbstractDao.get(Object parentKey,
ID id) |
ID |
AbstractDao.put(Object parentKey,
ID id,
T entity) |
CursorPage<T> |
AbstractDao.queryPage(Object ancestorKey,
int requestedPageSize,
String cursorString) |
Copyright © 2015 Wadpam. All Rights Reserved.