@Repository @Profile(value="jpa") public interface StandingOrderRepositoryJpa extends org.springframework.data.jpa.repository.JpaRepository<StandingOrderJpaEntity,String>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByAccountId(String accountId) |
List<StandingOrderJpaEntity> |
findByUserIdAndAccountId(String userId,
String accountId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllList<StandingOrderJpaEntity> findByUserIdAndAccountId(String userId, String accountId)
void deleteByAccountId(String accountId)
Copyright © 2020. All rights reserved.