Uses of Interface
com.beassolution.rule.repository.RuleLibraryRepository
Packages that use RuleLibraryRepository
-
Uses of RuleLibraryRepository in com.beassolution.rule.service
Constructors in com.beassolution.rule.service with parameters of type RuleLibraryRepositoryModifierConstructorDescriptionRuleLibraryService
(cz.jirutka.rsql.parser.RSQLParser rsqlParser, RuleLibraryRepository repository, org.modelmapper.ModelMapper modelMapper, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate) -
Uses of RuleLibraryRepository in com.beassolution.rule.service.impl
Constructors in com.beassolution.rule.service.impl with parameters of type RuleLibraryRepositoryModifierConstructorDescriptionRuleLibraryServiceImpl
(cz.jirutka.rsql.parser.RSQLParser rsqlParser, RuleLibraryRepository repository, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, org.modelmapper.ModelMapper modelMapper)