Class FormularioLogAlteracaoDaoImpl
Object
AbstractJPADao<FormularioLogAlteracao,Long>
FormularioLogAlteracaoDaoImpl
- All Implemented Interfaces:
Dao<FormularioLogAlteracao,,Long> FormularioLogAlteracaoDao
@Repository
public class FormularioLogAlteracaoDaoImpl
extends AbstractJPADao<FormularioLogAlteracao,Long>
implements FormularioLogAlteracaoDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcountLogAlteracoes(String taskId) intcountLogAlteracoesStartForm(String processInstanceId) List<FormularioLogAlteracao> getLogAlteracoes(Formulario formulario) List<FormularioLogAlteracao> getLogAlteracoes(String taskId) List<FormularioLogAlteracao> getLogAlteracoesStartForm(String processInstanceId) getUltimaRevisao(Formulario form) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
FormularioLogAlteracaoDaoImpl
public FormularioLogAlteracaoDaoImpl()
-
-
Method Details
-
getLogAlteracoes
- Specified by:
getLogAlteracoesin interfaceFormularioLogAlteracaoDao
-
getUltimaRevisao
- Specified by:
getUltimaRevisaoin interfaceFormularioLogAlteracaoDao
-
getLogAlteracoes
- Specified by:
getLogAlteracoesin interfaceFormularioLogAlteracaoDao
-
getLogAlteracoesStartForm
- Specified by:
getLogAlteracoesStartFormin interfaceFormularioLogAlteracaoDao
-
countLogAlteracoes
- Specified by:
countLogAlteracoesin interfaceFormularioLogAlteracaoDao
-
countLogAlteracoesStartForm
- Specified by:
countLogAlteracoesStartFormin interfaceFormularioLogAlteracaoDao
-