public interface GeneratedDUniqueDao extends Dao<DUnique,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_CREATEDBY
Column name for field createdBy is "createdBy"
|
static String |
COLUMN_NAME_CREATEDDATE
Column name for field createdDate is "createdDate"
|
static String |
COLUMN_NAME_EMAIL
Column name for field email is "email"
|
static String |
COLUMN_NAME_MESSAGE
Column name for field message is "message"
|
static String |
COLUMN_NAME_UPDATEDBY
Column name for field updatedBy is "updatedBy"
|
static String |
COLUMN_NAME_UPDATEDDATE
Column name for field updatedDate is "updatedDate"
|
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 |
|---|---|
DUnique |
findByEmail(String email)
find-by method for unique field email
|
Long |
findKeyByEmail(String email)
find-key-by method for unique attribute field email
|
DUnique |
persist(Long _id,
String email,
String message)
Persist an entity given all attributes
|
DUnique |
persist(String email,
String message)
Persists an entity unless it already exists
|
Iterable<DUnique> |
queryByCreatedBy(String createdBy)
query-by method for field createdBy
|
Iterable<DUnique> |
queryByCreatedDate(Date createdDate)
query-by method for field createdDate
|
Iterable<DUnique> |
queryByMessage(String message)
query-by method for field message
|
Iterable<DUnique> |
queryByUpdatedBy(String updatedBy)
query-by method for field updatedBy
|
Iterable<DUnique> |
queryByUpdatedDate(Date updatedDate)
query-by method for field updatedDate
|
Iterable<Long> |
queryKeysByCreatedBy(String createdBy)
query-keys-by method for field createdBy
|
Iterable<Long> |
queryKeysByCreatedDate(Date createdDate)
query-keys-by method for field createdDate
|
Iterable<Long> |
queryKeysByMessage(String message)
query-keys-by method for field message
|
Iterable<Long> |
queryKeysByUpdatedBy(String updatedBy)
query-keys-by method for field updatedBy
|
Iterable<Long> |
queryKeysByUpdatedDate(Date updatedDate)
query-keys-by method for field updatedDate
|
net.sf.mardao.core.CursorPage<DUnique,Long> |
queryPageByCreatedBy(String createdBy,
int pageSize,
String cursorString)
query-page-by method for field createdBy
|
net.sf.mardao.core.CursorPage<DUnique,Long> |
queryPageByCreatedDate(Date createdDate,
int pageSize,
String cursorString)
query-page-by method for field createdDate
|
net.sf.mardao.core.CursorPage<DUnique,Long> |
queryPageByMessage(String message,
int pageSize,
String cursorString)
query-page-by method for field message
|
net.sf.mardao.core.CursorPage<DUnique,Long> |
queryPageByUpdatedBy(String updatedBy,
int pageSize,
String cursorString)
query-page-by method for field updatedBy
|
net.sf.mardao.core.CursorPage<DUnique,Long> |
queryPageByUpdatedDate(Date updatedDate,
int pageSize,
String cursorString)
query-page-by method for field updatedDate
|
_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_CREATEDBY
static final String COLUMN_NAME_CREATEDDATE
static final String COLUMN_NAME_EMAIL
static final String COLUMN_NAME_MESSAGE
static final String COLUMN_NAME_UPDATEDBY
static final String COLUMN_NAME_UPDATEDDATE
Iterable<DUnique> queryByCreatedBy(String createdBy)
createdBy - the specified attributeIterable<Long> queryKeysByCreatedBy(String createdBy)
createdBy - the specified attributenet.sf.mardao.core.CursorPage<DUnique,Long> queryPageByCreatedBy(String createdBy, int pageSize, String cursorString)
createdBy - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<DUnique> queryByCreatedDate(Date createdDate)
createdDate - the specified attributeIterable<Long> queryKeysByCreatedDate(Date createdDate)
createdDate - the specified attributenet.sf.mardao.core.CursorPage<DUnique,Long> queryPageByCreatedDate(Date createdDate, int pageSize, String cursorString)
createdDate - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageDUnique findByEmail(String email)
email - the unique attributeLong findKeyByEmail(String email)
email - the unique attributeIterable<DUnique> queryByMessage(String message)
message - the specified attributeIterable<Long> queryKeysByMessage(String message)
message - the specified attributenet.sf.mardao.core.CursorPage<DUnique,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 pageIterable<DUnique> queryByUpdatedBy(String updatedBy)
updatedBy - the specified attributeIterable<Long> queryKeysByUpdatedBy(String updatedBy)
updatedBy - the specified attributenet.sf.mardao.core.CursorPage<DUnique,Long> queryPageByUpdatedBy(String updatedBy, int pageSize, String cursorString)
updatedBy - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<DUnique> queryByUpdatedDate(Date updatedDate)
updatedDate - the specified attributeIterable<Long> queryKeysByUpdatedDate(Date updatedDate)
updatedDate - the specified attributenet.sf.mardao.core.CursorPage<DUnique,Long> queryPageByUpdatedDate(Date updatedDate, int pageSize, String cursorString)
updatedDate - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageDUnique persist(Long _id, String email, String message)
Copyright © 2013. All Rights Reserved.