public class RelationHibernateDAO extends Object
| Constructor and Description |
|---|
RelationHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
Relation |
create(Relation entity) |
void |
delete(Relation entity) |
List<Relation> |
findAll() |
Relation |
findById(Number id,
boolean lock) |
org.hibernate.Session |
getCurrentSession() |
Relation |
update(Relation entity) |
@Transactional public void delete(Relation entity)
public org.hibernate.Session getCurrentSession()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.