public class CommonSimpleMongodbRepository<E> extends SimpleMongodbRepository<E,Object>
mongoTemplate| 构造器和说明 |
|---|
CommonSimpleMongodbRepository(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate,
Class<E> cls) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Class<E> |
getEntityClass() |
protected Object |
getId(E entity) |
findAll, findAllByField, findByIdImpl, findMaxId, removeImpl, saveImpl, updateImplfindByIdForUpdateImpl, removeBatchImpl, saveBatchImpl, saveIfAbsentImpl, unlockBatchImpl, unlockImpl, updateBatchImplfindByIdForUpdateFromStore, findByIdFromStore, removeAllToStore, saveAllToStore, saveIfAbsentToStore, unlockAllToStore, updateAllToStoreprotected Class<E> getEntityClass()
getEntityClass 在类中 SimpleMongodbRepository<E,Object>Copyright © 2021. All rights reserved.