Interface HistoryJobEntityManager

All Superinterfaces:
EntityManager<HistoryJobEntity>, JobInfoEntityManager<HistoryJobEntity>
All Known Implementing Classes:
HistoryJobEntityManagerImpl

public interface HistoryJobEntityManager extends EntityManager<HistoryJobEntity>, JobInfoEntityManager<HistoryJobEntity>
EntityManager responsible for the HistoryJobEntity class.
Author:
Tijs Rademakers