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