public interface GeneratedDi18nTranslationDao extends net.sf.mardao.core.dao.Dao<Di18nTranslation,String>
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
BASIC_NAMES
The list of Basic attribute names
|
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_LOCALE
Column name for primary key attribute is "locale"
|
static String |
COLUMN_NAME_LOCALIZEDIMAGE
Column name for field localizedImage is "localizedImage"
|
static String |
COLUMN_NAME_LOCALIZEDSTRING
Column name for field localizedString is "localizedString"
|
static String |
COLUMN_NAME_LOCALIZEDURL
Column name for field localizedUrl is "localizedUrl"
|
static String |
COLUMN_NAME_PARENT
Column name for parent parent is "parent"
|
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 |
|---|---|
Di18nTranslation |
persist(Object parent,
String locale,
String localizedImage,
String localizedString,
String localizedUrl)
Persist an entity given all attributes
|
Iterable<Di18nTranslation> |
queryByCreatedBy(String createdBy)
query-by method for field createdBy
|
Iterable<Di18nTranslation> |
queryByCreatedDate(Date createdDate)
query-by method for field createdDate
|
Iterable<Di18nTranslation> |
queryByLocalizedImage(String localizedImage)
query-by method for field localizedImage
|
Iterable<Di18nTranslation> |
queryByLocalizedString(String localizedString)
query-by method for field localizedString
|
Iterable<Di18nTranslation> |
queryByLocalizedUrl(String localizedUrl)
query-by method for field localizedUrl
|
Iterable<Di18nTranslation> |
queryByParent(Object parent)
query-by method for parent field parent
|
Iterable<Di18nTranslation> |
queryByUpdatedBy(String updatedBy)
query-by method for field updatedBy
|
Iterable<Di18nTranslation> |
queryByUpdatedDate(Date updatedDate)
query-by method for field updatedDate
|
Iterable<String> |
queryKeysByCreatedBy(String createdBy)
query-keys-by method for field createdBy
|
Iterable<String> |
queryKeysByCreatedDate(Date createdDate)
query-keys-by method for field createdDate
|
Iterable<String> |
queryKeysByLocalizedImage(String localizedImage)
query-keys-by method for field localizedImage
|
Iterable<String> |
queryKeysByLocalizedString(String localizedString)
query-keys-by method for field localizedString
|
Iterable<String> |
queryKeysByLocalizedUrl(String localizedUrl)
query-keys-by method for field localizedUrl
|
Iterable<String> |
queryKeysByParent(Object parent)
query-keys-by method for parent field parent
|
Iterable<String> |
queryKeysByUpdatedBy(String updatedBy)
query-keys-by method for field updatedBy
|
Iterable<String> |
queryKeysByUpdatedDate(Date updatedDate)
query-keys-by method for field updatedDate
|
net.sf.mardao.core.CursorPage<Di18nTranslation,String> |
queryPageByCreatedBy(String createdBy,
int pageSize,
Serializable cursorString)
query-page-by method for field createdBy
|
net.sf.mardao.core.CursorPage<Di18nTranslation,String> |
queryPageByCreatedDate(Date createdDate,
int pageSize,
Serializable cursorString)
query-page-by method for field createdDate
|
net.sf.mardao.core.CursorPage<Di18nTranslation,String> |
queryPageByLocalizedImage(String localizedImage,
int pageSize,
Serializable cursorString)
query-page-by method for field localizedImage
|
net.sf.mardao.core.CursorPage<Di18nTranslation,String> |
queryPageByLocalizedString(String localizedString,
int pageSize,
Serializable cursorString)
query-page-by method for field localizedString
|
net.sf.mardao.core.CursorPage<Di18nTranslation,String> |
queryPageByLocalizedUrl(String localizedUrl,
int pageSize,
Serializable cursorString)
query-page-by method for field localizedUrl
|
net.sf.mardao.core.CursorPage<Di18nTranslation,String> |
queryPageByParent(Object parent,
int pageSize,
Serializable cursorString)
query-page-by method for parent field parent
|
net.sf.mardao.core.CursorPage<Di18nTranslation,String> |
queryPageByUpdatedBy(String updatedBy,
int pageSize,
Serializable cursorString)
query-page-by method for field updatedBy
|
net.sf.mardao.core.CursorPage<Di18nTranslation,String> |
queryPageByUpdatedDate(Date updatedDate,
int pageSize,
Serializable cursorString)
query-page-by method for field updatedDate
|
_setCreatedBy, _setCreatedDate, _setUpdatedBy, _setUpdatedDate, 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, getSimpleKeyByPrimaryKey, getSimpleKeys, getTableName, getUpdatedBy, getUpdatedByColumnName, getUpdatedDate, getUpdatedDateColumnName, persist, persist, queryAll, queryAll, queryAllKeys, queryAllKeys, queryByPrimaryKeys, queryChunk, queryInGeobox, queryPage, queryPage, setParentKey, setSimpleKey, update, update, whatsChanged, whatsChanged, writeAsCsv, writeAsCsv, writeAsCsvstatic final String COLUMN_NAME_LOCALE
static final String COLUMN_NAME_PARENT
static final String COLUMN_NAME_CREATEDBY
static final String COLUMN_NAME_CREATEDDATE
static final String COLUMN_NAME_LOCALIZEDIMAGE
static final String COLUMN_NAME_LOCALIZEDSTRING
static final String COLUMN_NAME_LOCALIZEDURL
static final String COLUMN_NAME_UPDATEDBY
static final String COLUMN_NAME_UPDATEDDATE
Iterable<Di18nTranslation> queryByParent(Object parent)
parent - the specified attributeIterable<String> queryKeysByParent(Object parent)
parent - the specified attributenet.sf.mardao.core.CursorPage<Di18nTranslation,String> queryPageByParent(Object parent, int pageSize, Serializable cursorString)
parent - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<Di18nTranslation> queryByCreatedBy(String createdBy)
createdBy - the specified attributeIterable<String> queryKeysByCreatedBy(String createdBy)
createdBy - the specified attributenet.sf.mardao.core.CursorPage<Di18nTranslation,String> queryPageByCreatedBy(String createdBy, int pageSize, Serializable cursorString)
createdBy - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<Di18nTranslation> queryByCreatedDate(Date createdDate)
createdDate - the specified attributeIterable<String> queryKeysByCreatedDate(Date createdDate)
createdDate - the specified attributenet.sf.mardao.core.CursorPage<Di18nTranslation,String> queryPageByCreatedDate(Date createdDate, int pageSize, Serializable cursorString)
createdDate - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<Di18nTranslation> queryByLocalizedImage(String localizedImage)
localizedImage - the specified attributeIterable<String> queryKeysByLocalizedImage(String localizedImage)
localizedImage - the specified attributenet.sf.mardao.core.CursorPage<Di18nTranslation,String> queryPageByLocalizedImage(String localizedImage, int pageSize, Serializable cursorString)
localizedImage - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<Di18nTranslation> queryByLocalizedString(String localizedString)
localizedString - the specified attributeIterable<String> queryKeysByLocalizedString(String localizedString)
localizedString - the specified attributenet.sf.mardao.core.CursorPage<Di18nTranslation,String> queryPageByLocalizedString(String localizedString, int pageSize, Serializable cursorString)
localizedString - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<Di18nTranslation> queryByLocalizedUrl(String localizedUrl)
localizedUrl - the specified attributeIterable<String> queryKeysByLocalizedUrl(String localizedUrl)
localizedUrl - the specified attributenet.sf.mardao.core.CursorPage<Di18nTranslation,String> queryPageByLocalizedUrl(String localizedUrl, int pageSize, Serializable cursorString)
localizedUrl - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<Di18nTranslation> queryByUpdatedBy(String updatedBy)
updatedBy - the specified attributeIterable<String> queryKeysByUpdatedBy(String updatedBy)
updatedBy - the specified attributenet.sf.mardao.core.CursorPage<Di18nTranslation,String> queryPageByUpdatedBy(String updatedBy, int pageSize, Serializable cursorString)
updatedBy - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageIterable<Di18nTranslation> queryByUpdatedDate(Date updatedDate)
updatedDate - the specified attributeIterable<String> queryKeysByUpdatedDate(Date updatedDate)
updatedDate - the specified attributenet.sf.mardao.core.CursorPage<Di18nTranslation,String> queryPageByUpdatedDate(Date updatedDate, int pageSize, Serializable cursorString)
updatedDate - the specified attributepageSize - the number of domain entities in the pagecursorString - non-null if get next pageCopyright © 2013. All Rights Reserved.