public interface SettleStepDao extends org.springframework.data.jpa.repository.JpaRepository<SettleStep,java.lang.Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<SettleStep>
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Optional<SettleStep> |
findByTaxNum(java.lang.String taxNum) |
java.util.List<SettleStep> |
findByTaxNumAndFlowId(java.lang.String taxNum,
long flowId) |
java.util.List<SettleStep> |
findByTenantId(long tenantId) |
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushcount, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save@Query(value="select ss from SettleStep ss where ss.taxNum = :taxNum") java.util.Optional<SettleStep> findByTaxNum(@Param(value="taxNum") java.lang.String taxNum)
@Query(value="select ss from SettleStep ss where ss.taxNum = :taxNum and ss.flowId = :flowId") java.util.List<SettleStep> findByTaxNumAndFlowId(@Param(value="taxNum") java.lang.String taxNum, @Param(value="flowId") long flowId)
@Query(value="select ss from SettleStep ss where ss.tenantId = :tenantId") java.util.List<SettleStep> findByTenantId(@Param(value="tenantId") long tenantId)