| Package | Description |
|---|---|
| net.sf.mardao.core.dao |
| Modifier and Type | Method and Description |
|---|---|
T |
TypeDaoImpl.createDomain(CursorIterable cursor)
Invoked by CursorIterable to map from cursor to domain object
|
protected Object |
TypeDaoImpl.getFromCursor(String columnName,
CursorIterable cursor) |
static void |
TypeDaoImpl.putLong(String columnName,
CursorIterable cursor,
android.content.ContentValues core) |
static void |
TypeDaoImpl.putString(String columnName,
CursorIterable cursor,
android.content.ContentValues core) |
protected void |
TypeDaoImpl.setDomainFromCursor(T domain,
String columnName,
CursorIterable cursor) |
Copyright © 2013. All Rights Reserved.