@Repository public interface AssetCategoryRepository extends org.springframework.data.jpa.repository.JpaRepository<AssetCategory,Long>
| Modifier and Type | Method and Description |
|---|---|
AssetCategory |
findByCode(String code) |
AssetCategory |
findByName(String name) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllAssetCategory findByName(String name)
AssetCategory findByCode(String code)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.