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