Package | Description |
---|---|
org.hibernate.search.backend.spi | |
org.hibernate.search.indexes.serialization.spi |
Modifier and Type | Class and Description |
---|---|
class |
SingularTermDeletionQuery
DeleteByQuery equivalent to
TermQuery |
Modifier and Type | Method and Description |
---|---|
DeletionQuery |
DeleteByQueryWork.getDeleteByQuery() |
DeletionQuery |
DeleteByQueryLuceneWork.getDeletionQuery() |
Constructor and Description |
---|
DeleteByQueryLuceneWork(IndexedTypeIdentifier typeIdentifier,
DeletionQuery deletionQuery) |
DeleteByQueryLuceneWork(String tenantId,
IndexedTypeIdentifier typeIdentifier,
DeletionQuery deletionQuery) |
DeleteByQueryWork(IndexedTypeIdentifier entityType,
DeletionQuery deletionQuery) |
DeleteByQueryWork(String tenantId,
IndexedTypeIdentifier entityType,
DeletionQuery deletionQuery)
Creates a DeleteByWork
|
Modifier and Type | Method and Description |
---|---|
void |
Serializer.addDeleteByQuery(String entityClassName,
DeletionQuery deletionQuery) |
void |
LuceneWorksBuilder.addDeleteByQueryLuceneWork(String entityClassName,
DeletionQuery deletionQuery) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.