public interface GeneratedIdBeanDao extends Dao<IdBean,Long>
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
BASIC_NAMES
The list of Basic attribute names
|
static String |
COLUMN_NAME__ID
Column name for primary key attribute is "_id"
|
static String |
COLUMN_NAME_MESSAGE
Column name for field message is "message"
|
static List<String> |
COLUMN_NAMES
The list of attribute names
|
static List<String> |
MANY_TO_ONE_NAMES
The list of attribute names
|
| Modifier and Type | Method and Description |
|---|---|
IdBean |
persist(Long _id)
Persist an entity given all attributes
|
Iterable<IdBean> |
queryByMessage(String message)
query-by method for field message
|
Iterable<Long> |
queryKeysByMessage(String message)
query-keys-by method for field message
|
net.sf.mardao.core.CursorPage<IdBean,Long> |
queryPageByMessage(String message,
int pageSize,
String cursorString)
query-page-by method for field message
|
_setCreatedBy, _setCreatedDate, _setUpdatedBy, _setUpdatedDate, beginTransaction, commitTransaction, count, createDomain, createEqualsFilter, createGreaterThanOrEqualFilter, createInFilter, delete, delete, delete, delete, deleteAll, findByPrimaryKey, findByPrimaryKey, findByPrimaryKey, findByPrimaryKeyForFuture, findByPrimaryKeyForFuture, findByPrimaryKeyForFuture, findNearest, getColumnClass, getColumnNames, getCreatedBy, getCreatedByColumnName, getCreatedDate, getCreatedDateColumnName, getDomain, getDomainProperties, getGeoLocation, getGeoLocationColumnName, getKeyString, getParentKey, getParentKey, getParentKeyByPrimaryKey, getParentKeyColumnName, getPrimaryKey, getPrimaryKey, getPrimaryKey, getPrimaryKeyColumnName, getSimpleKey, getSimpleKey, getSimpleKey, getSimpleKeyByPrimaryKey, getSimpleKeys, getSimpleKeys, getTableName, getUpdatedBy, getUpdatedByColumnName, getUpdatedDate, getUpdatedDateColumnName, persist, persist, persistForFuture, persistForFuture, queryAll, queryAll, queryAllKeys, queryAllKeys, queryByAncestorKey, queryByPrimaryKeys, queryChunk, queryInGeobox, queryPage, queryPage, rollbackActiveTransaction, setParentKey, setSimpleKey, update, update, whatsChanged, whatsChanged, writeAsCsv, writeAsCsv, writeAsCsvstatic final String COLUMN_NAME__ID
static final String COLUMN_NAME_MESSAGE
Iterable<IdBean> queryByMessage(String message)
message - the specified attributeIterable<Long> queryKeysByMessage(String message)
message - the specified attributenet.sf.mardao.core.CursorPage<IdBean,Long> queryPageByMessage(String message, int pageSize, String cursorString)
message - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageCopyright © 2013. All Rights Reserved.