Class ScheduleJobLogDaoImpl
Object
AbstractJPADao<ScheduleJobLog,Long>
ScheduleJobLogDaoImpl
- All Implemented Interfaces:
Dao<ScheduleJobLog,,Long> ScheduleJobLogDao
@Repository
public class ScheduleJobLogDaoImpl
extends AbstractJPADao<ScheduleJobLog,Long>
implements ScheduleJobLogDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<ScheduleJobLog> getByScheduleId(ScheduleJobLogFilter filter, int offset, int limit) getScheduleJobLogErroTrace(Long scheduleJobLobId) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
ScheduleJobLogDaoImpl
public ScheduleJobLogDaoImpl()
-
-
Method Details
-
getScheduleJobLogErroTrace
- Specified by:
getScheduleJobLogErroTracein interfaceScheduleJobLogDao
-
getByScheduleId
- Specified by:
getByScheduleIdin interfaceScheduleJobLogDao
-
getScheduleJobLogCount
- Specified by:
getScheduleJobLogCountin interfaceScheduleJobLogDao
-