public class DeleteLuceneWork extends LuceneWork
| Constructor and Description |
|---|
DeleteLuceneWork(Serializable id,
String idInString,
Class<?> entity) |
DeleteLuceneWork(String tenantId,
Serializable id,
String idInString,
Class<?> entity) |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
acceptIndexWorkVisitor(IndexWorkVisitor<P,R> visitor,
P p)
Accepts the given visitor by dispatching the correct visit method for the specific
LuceneWork sub-type. |
String |
toString() |
getDocument, getEntityClass, getFieldToAnalyzerMap, getId, getIdInString, getTenantIdpublic DeleteLuceneWork(Serializable id, String idInString, Class<?> entity)
public DeleteLuceneWork(String tenantId, Serializable id, String idInString, Class<?> entity)
public <P,R> R acceptIndexWorkVisitor(IndexWorkVisitor<P,R> visitor, P p)
LuceneWorkLuceneWork sub-type.acceptIndexWorkVisitor in class LuceneWorkP - Context parameter type expected by a specific visitorR - Return type provided by a specific visitorvisitor - the visitor to acceptp - a visitor-specific context parameternull if this visitor doesn't return a resultCopyright © 2006–2016 Hibernate. All rights reserved.