Interface IndexingOperationDAO

  • All Superinterfaces:
    org.exoplatform.commons.api.persistence.GenericDAO<IndexingOperation,​Long>
    All Known Implementing Classes:
    IndexingOperationDAOImpl

    public interface IndexingOperationDAO
    extends org.exoplatform.commons.api.persistence.GenericDAO<IndexingOperation,​Long>
    Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/29/15
    • Method Detail

      • deleteAllIndexingOperationsHavingIdLessThanOrEqual

        void deleteAllIndexingOperationsHavingIdLessThanOrEqual​(long id)