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
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteNoCascade(HistoryJobEntity historyJobEntity) The default delete method will cascade to the references entities.longSame asfindHistoryJobsByQueryCriteria(HistoryJobQueryImpl), but only returns a count and not the instances itself.Executes aHistoryJobQueryImpland returns the matchingHistoryJobEntityinstances.
-
Method Details
-
findHistoryJobsByQueryCriteria
Executes aHistoryJobQueryImpland returns the matchingHistoryJobEntityinstances. -
findHistoryJobCountByQueryCriteria
Same asfindHistoryJobsByQueryCriteria(HistoryJobQueryImpl), but only returns a count and not the instances itself. -
deleteNoCascade
The default delete method will cascade to the references entities. This delete doesn't delete the referenced byte array entities (configuration and exception).
-