@Repository(value="propertyStatusDAO") @Transactional(readOnly=true) public class PropertyStatusHibernateDAO extends Object implements PropertyStatusDAO
| Constructor and Description |
|---|
PropertyStatusHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
PropertyStatus |
create(PropertyStatus propertyStatus) |
void |
delete(PropertyStatus propertyStatus) |
List<PropertyStatus> |
findAll() |
PropertyStatus |
findById(Integer id,
boolean lock) |
PropertyStatus |
getPropertyStatusByCode(String statusCode) |
PropertyStatus |
getPropertyStatusByName(String name) |
PropertyStatus |
update(PropertyStatus propertyStatus) |
public PropertyStatus getPropertyStatusByName(String name)
getPropertyStatusByName in interface PropertyStatusDAOpublic PropertyStatus getPropertyStatusByCode(String statusCode)
getPropertyStatusByCode in interface PropertyStatusDAOpublic PropertyStatus findById(Integer id, boolean lock)
findById in interface PropertyStatusDAOpublic List<PropertyStatus> findAll()
findAll in interface PropertyStatusDAOpublic PropertyStatus create(PropertyStatus propertyStatus)
create in interface PropertyStatusDAOpublic void delete(PropertyStatus propertyStatus)
delete in interface PropertyStatusDAOpublic PropertyStatus update(PropertyStatus propertyStatus)
update in interface PropertyStatusDAOCopyright © 2015–2017 eGovernments Foundation. All rights reserved.