public interface IMongodbEntityConditionService<MODEL,CONDITION extends Condition>
| 限定符和类型 | 方法和说明 |
|---|---|
long |
deleteByQuery(CONDITION condition) |
java.util.List<MODEL> |
findByQuery(CONDITION condition) |
MODEL |
getByQuery(CONDITION condition) |
org.springframework.data.domain.Page<MODEL> |
pageByQuery(CONDITION condition) |
long |
updateByQuery(MODEL model,
CONDITION condition) |
long deleteByQuery(CONDITION condition)
Copyright © 2022. All Rights Reserved.