@Service @Transactional(readOnly=true) public class EstimateTechnicalSanctionService extends Object
| Constructor and Description |
|---|
EstimateTechnicalSanctionService(EstimateTechnicalSanctionRepository estimateTechnicalSanctionRepository) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Session |
getCurrentSession() |
EstimateTechnicalSanction |
getEstimateTechnicalSanctionById(Long id) |
EstimateTechnicalSanction |
save(EstimateTechnicalSanction estimateTechnicalSanction) |
@Autowired public EstimateTechnicalSanctionService(EstimateTechnicalSanctionRepository estimateTechnicalSanctionRepository)
public org.hibernate.Session getCurrentSession()
public EstimateTechnicalSanction getEstimateTechnicalSanctionById(Long id)
@Transactional public EstimateTechnicalSanction save(EstimateTechnicalSanction estimateTechnicalSanction)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.