public interface PropertyReferenceDAO
| Modifier and Type | Method and Description |
|---|---|
PropertyReference |
create(PropertyReference propertyReference) |
void |
delete(PropertyReference propertyReference) |
List<PropertyReference> |
findAll() |
PropertyReference |
findById(Integer id,
boolean lock) |
PropertyReference |
update(PropertyReference propertyReference) |
PropertyReference findById(Integer id, boolean lock)
List<PropertyReference> findAll()
PropertyReference create(PropertyReference propertyReference)
void delete(PropertyReference propertyReference)
PropertyReference update(PropertyReference propertyReference)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.