@Repository public interface JudgmentRepository extends org.springframework.data.jpa.repository.JpaRepository<Judgment,Long>
| Modifier and Type | Method and Description |
|---|---|
Judgment |
findByLegalCase_lcNumber(String lcNumber) |
List<JudgmentDocuments> |
getJudgmentDocumentList(Long judgmentId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select jd from JudgmentDocuments jd where jd.judgment.id=:judgmentId order by jd.id desc") List<JudgmentDocuments> getJudgmentDocumentList(@Param(value="judgmentId") Long judgmentId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.