@Profile(value={"mongo-persistence","fongo"})
public interface RuleRepositoryMongodb
extends org.springframework.data.mongodb.repository.MongoRepository<RuleEntity,String>
| Modifier and Type | Method and Description |
|---|---|
Optional<RuleEntity> |
getRuleByRuleId(String ruleId) |
findAll, findAll, findAll, findAll, insert, insert, saveAllfindAllOptional<RuleEntity> getRuleByRuleId(String ruleId)
Copyright © 2018. All rights reserved.