Class LogMobileAtivoUsuarioDaoImpl
Object
AbstractJPADao<LogMobileAtivoUsuario,String>
LogMobileAtivoUsuarioDaoImpl
- All Implemented Interfaces:
Dao<LogMobileAtivoUsuario,,String> LogMobileAtivoUsuarioDao
@Repository
public class LogMobileAtivoUsuarioDaoImpl
extends AbstractJPADao<LogMobileAtivoUsuario,String>
implements LogMobileAtivoUsuarioDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<LogMobileAtivoUsuario> getLogsPorTipo(Integer tipo, Integer lastMinutes) longgetLogsPorTipoCount(Integer tipo, Integer lastMinutes) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
LogMobileAtivoUsuarioDaoImpl
public LogMobileAtivoUsuarioDaoImpl()
-
-
Method Details
-
getLogsPorTipoCount
- Specified by:
getLogsPorTipoCountin interfaceLogMobileAtivoUsuarioDao
-
getLogsPorTipo
- Specified by:
getLogsPorTipoin interfaceLogMobileAtivoUsuarioDao
-