public class ConstructionTypeSetHibernateDAO extends Object implements ConstructionTypeSetDAO
| Constructor and Description |
|---|
ConstructionTypeSetHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
ConstructionTypeSet |
create(ConstructionTypeSet constructionTypeSet) |
void |
delete(ConstructionTypeSet constructionTypeSet) |
List<ConstructionTypeSet> |
findAll() |
ConstructionTypeSet |
findById(Integer id,
boolean lock) |
ConstructionTypeSet |
update(ConstructionTypeSet constructionTypeSet) |
public ConstructionTypeSet findById(Integer id, boolean lock)
findById in interface ConstructionTypeSetDAOpublic List<ConstructionTypeSet> findAll()
findAll in interface ConstructionTypeSetDAOpublic ConstructionTypeSet create(ConstructionTypeSet constructionTypeSet)
create in interface ConstructionTypeSetDAOpublic void delete(ConstructionTypeSet constructionTypeSet)
delete in interface ConstructionTypeSetDAOpublic ConstructionTypeSet update(ConstructionTypeSet constructionTypeSet)
update in interface ConstructionTypeSetDAOCopyright © 2015–2017 eGovernments Foundation. All rights reserved.