@Repository(value="propertyIntegrationDAO") @Transactional(readOnly=true) public class PropertyIntegrationHibDAO extends Object implements PropertyIntegrationDAO
| Constructor and Description |
|---|
PropertyIntegrationHibDAO() |
| Modifier and Type | Method and Description |
|---|---|
PropertyIntegration |
create(PropertyIntegration propertyIntegration) |
void |
delete(PropertyIntegration propertyIntegration) |
List<PropertyIntegration> |
findAll() |
PropertyIntegration |
findById(Integer id,
boolean lock) |
PropertyIntegration |
update(PropertyIntegration propertyIntegration) |
public PropertyIntegration findById(Integer id, boolean lock)
findById in interface PropertyIntegrationDAOpublic List<PropertyIntegration> findAll()
findAll in interface PropertyIntegrationDAOpublic PropertyIntegration create(PropertyIntegration propertyIntegration)
create in interface PropertyIntegrationDAOpublic void delete(PropertyIntegration propertyIntegration)
delete in interface PropertyIntegrationDAOpublic PropertyIntegration update(PropertyIntegration propertyIntegration)
update in interface PropertyIntegrationDAOCopyright © 2015–2017 eGovernments Foundation. All rights reserved.