@Service @Transactional(readOnly=true) public class RoadCategoryService extends Object
| Constructor and Description |
|---|
RoadCategoryService(RoadCategoryRepository roadCategoryRepository) |
| Modifier and Type | Method and Description |
|---|---|
RoadCategory |
findBy(Long roadCategoryId) |
RoadCategory |
findByName(String name) |
List<RoadCategory> |
getAllRoadCategory() |
RoadCategory |
load(Long id) |
@Autowired public RoadCategoryService(RoadCategoryRepository roadCategoryRepository)
public RoadCategory findBy(Long roadCategoryId)
public List<RoadCategory> getAllRoadCategory()
public RoadCategory findByName(String name)
public RoadCategory load(Long id)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.