Interface SingleDocumentIndexingWork
-
- All Superinterfaces:
IndexingWork<Long>
- All Known Implementing Classes:
AbstractSingleDocumentIndexingWork,AddEntryWork,DeleteEntryWork,UpdateEntryWork
public interface SingleDocumentIndexingWork extends IndexingWork<Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetEntityIdentifier()StringgetEntityTypeName()-
Methods inherited from interface org.hibernate.search.backend.lucene.work.impl.IndexingWork
execute, getInfo, getQueuingKey
-
-