Uses of Class
de.adorsys.multibanking.jpa.entity.RuleJpaEntity
-
Packages that use RuleJpaEntity Package Description de.adorsys.multibanking.jpa.mapper de.adorsys.multibanking.jpa.repository -
-
Uses of RuleJpaEntity in de.adorsys.multibanking.jpa.mapper
Methods in de.adorsys.multibanking.jpa.mapper that return RuleJpaEntity Modifier and Type Method Description RuleJpaEntityJpaEntityMapper. mapToRuleJpaEntity(RuleEntity ruleEntity)RuleJpaEntityJpaEntityMapperImpl. mapToRuleJpaEntity(RuleEntity ruleEntity)Methods in de.adorsys.multibanking.jpa.mapper with parameters of type RuleJpaEntity Modifier and Type Method Description RuleEntityJpaEntityMapper. mapToRuleEntity(RuleJpaEntity ruleJpaEntity)RuleEntityJpaEntityMapperImpl. mapToRuleEntity(RuleJpaEntity ruleJpaEntity)Method parameters in de.adorsys.multibanking.jpa.mapper with type arguments of type RuleJpaEntity Modifier and Type Method Description List<RuleEntity>JpaEntityMapper. mapToRuleEntities(List<RuleJpaEntity> byUserId)List<RuleEntity>JpaEntityMapperImpl. mapToRuleEntities(List<RuleJpaEntity> byUserId) -
Uses of RuleJpaEntity in de.adorsys.multibanking.jpa.repository
Methods in de.adorsys.multibanking.jpa.repository that return types with arguments of type RuleJpaEntity Modifier and Type Method Description Optional<RuleJpaEntity>BookingRuleRepositoryJpa. findByRuleId(String ruleId)List<RuleJpaEntity>BookingRuleRepositoryJpa. findByUserId(String userId)
-