public class ConstructionTypeHibernateDAO extends Object implements ConstructionTypeDAO
| Constructor and Description |
|---|
ConstructionTypeHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
ConstructionType |
create(ConstructionType constructionType) |
void |
delete(ConstructionType constructionType) |
List<ConstructionType> |
findAll() |
ConstructionType |
findById(Integer id,
boolean lock) |
ConstructionType |
update(ConstructionType constructionType) |
public ConstructionType findById(Integer id, boolean lock)
findById in interface ConstructionTypeDAOpublic List<ConstructionType> findAll()
findAll in interface ConstructionTypeDAOpublic ConstructionType create(ConstructionType constructionType)
create in interface ConstructionTypeDAOpublic void delete(ConstructionType constructionType)
delete in interface ConstructionTypeDAOpublic ConstructionType update(ConstructionType constructionType)
update in interface ConstructionTypeDAOCopyright © 2015–2017 eGovernments Foundation. All rights reserved.