public interface SettleFlowPackageDao extends org.springframework.data.jpa.repository.JpaRepository<SettleFlowPackage,java.lang.Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<SettleFlowPackage>
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.domain.Page<SettleFlowPackage> |
findAll(org.springframework.data.jpa.domain.Specification<SettleFlowPackage> spec,
org.springframework.data.domain.Pageable pageable) |
java.util.List<SettleFlowPackage> |
findByFlowId(long flowId) |
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushcount, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save@Transactional(readOnly=true)
@EntityGraph(value="SettleFlowPackage.graph",
type=FETCH)
org.springframework.data.domain.Page<SettleFlowPackage> findAll(org.springframework.data.jpa.domain.Specification<SettleFlowPackage> spec,
org.springframework.data.domain.Pageable pageable)
findAll 在接口中 org.springframework.data.jpa.repository.JpaSpecificationExecutor<SettleFlowPackage>@Transactional(readOnly=true) java.util.List<SettleFlowPackage> findByFlowId(@Param(value="flowId") long flowId)