Class DeleteEntryWork
- java.lang.Object
-
- org.hibernate.search.backend.lucene.work.impl.AbstractIndexingWork<Long>
-
- org.hibernate.search.backend.lucene.work.impl.AbstractSingleDocumentIndexingWork
-
- org.hibernate.search.backend.lucene.work.impl.DeleteEntryWork
-
- All Implemented Interfaces:
IndexingWork<Long>,SingleDocumentIndexingWork
public class DeleteEntryWork extends AbstractSingleDocumentIndexingWork
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.backend.lucene.work.impl.AbstractSingleDocumentIndexingWork
documentIdentifier, entityIdentifier, entityTypeName, tenantId
-
Fields inherited from class org.hibernate.search.backend.lucene.work.impl.AbstractIndexingWork
workType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longexecute(IndexingWorkExecutionContext context)-
Methods inherited from class org.hibernate.search.backend.lucene.work.impl.AbstractSingleDocumentIndexingWork
getEntityIdentifier, getEntityTypeName, getQueuingKey, toString
-
Methods inherited from class org.hibernate.search.backend.lucene.work.impl.AbstractIndexingWork
getInfo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.backend.lucene.work.impl.IndexingWork
getInfo
-
-
-
-
Method Detail
-
execute
public Long execute(IndexingWorkExecutionContext context)
-
-