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
-
Field Summary
Fields inherited from class org.hibernate.search.backend.lucene.work.impl.AbstractSingleDocumentIndexingWork
documentIdentifier, entityIdentifier, entityTypeName, tenantIdFields inherited from class org.hibernate.search.backend.lucene.work.impl.AbstractIndexingWork
workType -
Method Summary
Methods inherited from class org.hibernate.search.backend.lucene.work.impl.AbstractSingleDocumentIndexingWork
getEntityIdentifier, getEntityTypeName, getQueuingKey, toStringMethods inherited from class org.hibernate.search.backend.lucene.work.impl.AbstractIndexingWork
getInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.search.backend.lucene.work.impl.IndexingWork
getInfo
-
Method Details
-
execute
-