@Repository public interface JudgmentImplRepository extends org.springframework.data.jpa.repository.JpaRepository<JudgmentImpl,Long>
| Modifier and Type | Method and Description |
|---|---|
List<AppealDocuments> |
getAppealDocumentList(Long appealId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select jad from AppealDocuments jad where jad.appeal.id=:appealId order by jad.id desc") List<AppealDocuments> getAppealDocumentList(@Param(value="appealId") Long appealId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.