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 voiddelete(String key)intdeleteExpired()Batchfind(String key)Batchsave(Batch batch)
-