| Package | Description |
|---|---|
| net.sf.mardao.core.dao |
| Modifier and Type | Method and Description |
|---|---|
CursorPage<ID,ID> |
DaoImpl.domainPageToSimplePage(CursorPage<T,ID> domainPage) |
CursorPage<T,ID> |
DaoImpl.queryInGeobox(float lat,
float lng,
int bits,
int pageSize,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
String cursorString,
Filter... filters) |
CursorPage<T,ID> |
Dao.queryInGeobox(float lat,
float lng,
int bits,
int pageSize,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
String cursorString,
Filter... filters) |
protected abstract CursorPage<T,ID> |
DaoImpl.queryPage(boolean keysOnly,
int pageSize,
Object ancestorKey,
Object primaryKey,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
String cursorString,
Filter... filters)
Implemented in TypeDaoImpl
|
CursorPage<T,ID> |
DaoImpl.queryPage(int pageSize,
String cursorString) |
CursorPage<T,ID> |
Dao.queryPage(int pageSize,
String cursorString) |
CursorPage<T,ID> |
DaoImpl.queryPage(int pageSize,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
String cursorString) |
CursorPage<T,ID> |
Dao.queryPage(int pageSize,
String primaryOrderBy,
boolean primaryIsAscending,
String secondaryOrderBy,
boolean secondaryIsAscending,
String cursorString) |
CursorPage<ID,ID> |
DaoImpl.whatsChanged(Date since,
int pageSize,
String cursorKey)
Returns the IDs for the entities with updatedDate >= since, in descending order.
|
CursorPage<ID,ID> |
Dao.whatsChanged(Date since,
int pageSize,
String cursorKey) |
CursorPage<ID,ID> |
DaoImpl.whatsChanged(Object parentKey,
Date since,
int pageSize,
String cursorKey,
Filter... filters)
Returns the IDs for the entities with updatedDate >= since, in descending order.
|
CursorPage<ID,ID> |
Dao.whatsChanged(Object parentKey,
Date since,
int pageSize,
String cursorKey,
Filter... filters) |
protected abstract CursorPage<ID,ID> |
DaoImpl.whatsDeleted(Date since,
int pageSize,
String cursorKey) |
| Modifier and Type | Method and Description |
|---|---|
CursorPage<ID,ID> |
DaoImpl.domainPageToSimplePage(CursorPage<T,ID> domainPage) |
Copyright © 2013. All Rights Reserved.