@Repository @Profile(value="jpa") public interface BookingRuleRepositoryJpa extends org.springframework.data.jpa.repository.JpaRepository<RuleJpaEntity,String>
| Modifier and Type | Method and Description |
|---|---|
Optional<RuleJpaEntity> |
findByRuleId(String ruleId) |
List<RuleJpaEntity> |
findByUserId(String userId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllList<RuleJpaEntity> findByUserId(String userId)
Optional<RuleJpaEntity> findByRuleId(String ruleId)
Copyright © 2019. All rights reserved.