Class ProjetoBpmnDaoImpl
Object
AbstractJPADao<ProjetoBpmn,Integer>
ProjetoBpmnDaoImpl
- All Implemented Interfaces:
Dao<ProjetoBpmn,,Integer> ProjetoBpmnDao
@Repository
public class ProjetoBpmnDaoImpl
extends AbstractJPADao<ProjetoBpmn,Integer>
implements ProjetoBpmnDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProjetoBpmnbuscarPorNome(String nome, Integer idWorkspace) List<ProjetoBpmn> buscarTodos(int offset, int limit, Integer idWorkspace) List<ProjetoBpmn> buscarTodos(Integer idWorkspace) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
ProjetoBpmnDaoImpl
public ProjetoBpmnDaoImpl()
-
-
Method Details
-
buscarPorNome
- Specified by:
buscarPorNomein interfaceProjetoBpmnDao
-
buscarTodos
- Specified by:
buscarTodosin interfaceProjetoBpmnDao
-
buscarTodos
- Specified by:
buscarTodosin interfaceProjetoBpmnDao
-
getCount
- Specified by:
getCountin interfaceProjetoBpmnDao
-