@Repository(value="propertySourceDAO") @Transactional(readOnly=true) public class PropertySourceHibernateDAO extends Object implements PropertySourceDAO
| Constructor and Description |
|---|
PropertySourceHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
PropertySource |
create(PropertySource propertySource) |
void |
delete(PropertySource propertySource) |
List<PropertySource> |
findAll() |
PropertySource |
findById(Integer id,
boolean lock) |
PropertySource |
getPropertySourceByCode(String propSrcCode) |
PropertySource |
update(PropertySource propertySource) |
public PropertySource getPropertySourceByCode(String propSrcCode)
getPropertySourceByCode in interface PropertySourceDAOpublic PropertySource findById(Integer id, boolean lock)
findById in interface PropertySourceDAOpublic List<PropertySource> findAll()
findAll in interface PropertySourceDAOpublic PropertySource create(PropertySource propertySource)
create in interface PropertySourceDAOpublic void delete(PropertySource propertySource)
delete in interface PropertySourceDAOpublic PropertySource update(PropertySource propertySource)
update in interface PropertySourceDAOCopyright © 2015–2017 eGovernments Foundation. All rights reserved.