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