Class NotificacaoEtapaDaoImpl
Object
AbstractJPADao<NotificacaoEtapa,Long>
NotificacaoEtapaDaoImpl
- All Implemented Interfaces:
Dao<NotificacaoEtapa,,Long> NotificacaoEtapaDao
@Repository
public class NotificacaoEtapaDaoImpl
extends AbstractJPADao<NotificacaoEtapa,Long>
implements NotificacaoEtapaDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<NotificacaoEtapa> getNofiticacoesEtapa(ProcessoVersao p) List<NotificacaoEtapa> getNofiticacoesEtapa(ProcessoVersao processoVersao, String taskKey) List<NotificacaoEtapa> getNofiticacoesEtapa(Integer idVersao) NotificacaoEtapagetNotificacaoEtapa(Integer idVersao) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
NotificacaoEtapaDaoImpl
public NotificacaoEtapaDaoImpl()
-
-
Method Details
-
getNofiticacoesEtapa
- Specified by:
getNofiticacoesEtapain interfaceNotificacaoEtapaDao
-
getNofiticacoesEtapa
- Specified by:
getNofiticacoesEtapain interfaceNotificacaoEtapaDao
-
getNotificacaoEtapa
- Specified by:
getNotificacaoEtapain interfaceNotificacaoEtapaDao
-
getNofiticacoesEtapa
- Specified by:
getNofiticacoesEtapain interfaceNotificacaoEtapaDao
-