T - the type parameterpublic abstract class AbstractEntityDaoInternal<T extends AbstractEntityInternal> extends AbstractEntityDaoImpl<T>
clazz, tenantKey| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEntityDaoInternal(Class<T> clazz)
Instantiates a new Abstract entity dao wrapper.
|
protected |
AbstractEntityDaoInternal(Class<T> clazz,
String tenantKey)
Instantiates a new Abstract entity dao wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCreatedByKey()
Get created by key string.
|
protected String |
getCreatedKey()
Get created key string.
|
protected Object |
getNow()
Get now object.
|
protected String |
getUpdatedByKey()
Get updated by key string.
|
protected String |
getUpdatedKey()
Get updated key string.
|
aggregation, aggregation, bulkOperations, count, deleteById, distinct, ensureIndex, findAll, findAll, findAll, findAll, findAndModify, findAndRemove, findAndReplace, findById, findById, findOne, findOne, getCollectionName, getCriteria, getDeletedKey, getEntityId, getIdQuery, getMatchOperation, getMongoTemplate, getTenantId, getTenantQuery, getViewedByKey, getViewedKey, insert, insert, modifyAndFind, onFetch, onInsert, onUpdate, onUpdate, removeAll, removeAndInsert, save, save, setEntityId, setTenantId, setValues, setValuesOnInsert, setValuesOnUpdate, updateById, updateMulti, upsert, upsertReturnOld, withDirect, withDirectQuery, withDirectUpdateprotected AbstractEntityDaoInternal(Class<T> clazz)
clazz - the clazzprotected String getCreatedKey()
AbstractEntityDaoImplgetCreatedKey in class AbstractEntityDaoImpl<T extends AbstractEntityInternal>protected String getCreatedByKey()
AbstractEntityDaoImplgetCreatedByKey in class AbstractEntityDaoImpl<T extends AbstractEntityInternal>protected String getUpdatedKey()
AbstractEntityDaoImplgetUpdatedKey in class AbstractEntityDaoImpl<T extends AbstractEntityInternal>protected String getUpdatedByKey()
AbstractEntityDaoImplgetUpdatedByKey in class AbstractEntityDaoImpl<T extends AbstractEntityInternal>protected Object getNow()
AbstractEntityDaoImplgetNow in class AbstractEntityDaoImpl<T extends AbstractEntityInternal>Copyright © 2022. All rights reserved.