@Repository public interface JudgmentTypeRepository extends org.springframework.data.jpa.repository.JpaRepository<JudgmentType,Long>
| Modifier and Type | Method and Description |
|---|---|
List<JudgmentType> |
findByActiveTrueOrderByOrderNumberAsc() |
JudgmentType |
findByCode(String code) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllJudgmentType findByCode(String code)
List<JudgmentType> findByActiveTrueOrderByOrderNumberAsc()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.