Interface BatchDAO

All Superinterfaces:
DAO<Batch>
All Known Implementing Classes:
JPABatchDAO, Neo4jBatchDAO

public interface BatchDAO extends DAO<Batch>
  • Method Details

    • deleteExpired

      long deleteExpired()