@Repository(value="propertyCreationReasonsDAO") @Transactional(readOnly=true) public class PropertyCreationReasonsHibernateDAO extends Object implements PropertyCreationReasonsDAO
| Constructor and Description |
|---|
PropertyCreationReasonsHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
PropertyCreationReason |
create(PropertyCreationReason propertyCreationReason) |
void |
delete(PropertyCreationReason propertyCreationReason) |
List<PropertyCreationReason> |
findAll() |
PropertyCreationReason |
findById(Integer id,
boolean lock) |
PropertyCreationReason |
update(PropertyCreationReason propertyCreationReason) |
public PropertyCreationReason findById(Integer id, boolean lock)
findById in interface PropertyCreationReasonsDAOpublic List<PropertyCreationReason> findAll()
findAll in interface PropertyCreationReasonsDAOpublic PropertyCreationReason create(PropertyCreationReason propertyCreationReason)
create in interface PropertyCreationReasonsDAOpublic void delete(PropertyCreationReason propertyCreationReason)
delete in interface PropertyCreationReasonsDAOpublic PropertyCreationReason update(PropertyCreationReason propertyCreationReason)
update in interface PropertyCreationReasonsDAOCopyright © 2015–2017 eGovernments Foundation. All rights reserved.