Interface BatchDAO
-
- All Known Implementing Classes:
JPABatchDAO
public interface BatchDAO extends DAO<Batch>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete(String key)
int
deleteExpired()
Batch
find(String key)
Batch
save(Batch batch)
-