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