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