Modifier and Type | Method and Description |
---|---|
static DeletionQuery |
DeleteByQuerySupport.fromString(int queryKey,
String[] string) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DeleteByQuerySupport.isSupported(Class<? extends DeletionQuery> type) |
Modifier and Type | Method and Description |
---|---|
SearchException |
Log_$logger.unableToDeleteByQuery(Class<? extends Object> arg0,
DeletionQuery arg1,
Exception arg2) |
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(Class<?> entity,
DeletionQuery deletionQuery) |
DeleteByQueryLuceneWork(String tenantId,
Class<?> entity,
DeletionQuery deletionQuery) |
DeleteByQueryWork(Class<?> entityType,
DeletionQuery deletionQuery) |
DeleteByQueryWork(String tenantId,
Class<?> entityType,
DeletionQuery deletionQuery)
Creates a DeleteByWork
|
Modifier and Type | Method and Description |
---|---|
void |
AvroSerializer.addDeleteByQuery(String entityClassName,
DeletionQuery deletionQuery) |
Modifier and Type | Method and Description |
---|---|
SearchException |
Log_$logger.unableToDeleteByQuery(Class<? extends Object> arg0,
DeletionQuery arg1,
Exception arg2) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneWorkHydrator.addDeleteByQueryLuceneWork(String entityClassName,
DeletionQuery deletionQuery) |
Modifier and Type | Method and Description |
---|---|
void |
Serializer.addDeleteByQuery(String entityClassName,
DeletionQuery deletionQuery) |
void |
LuceneWorksBuilder.addDeleteByQueryLuceneWork(String entityClassName,
DeletionQuery deletionQuery) |
Modifier and Type | Method and Description |
---|---|
SearchException |
Log.unableToDeleteByQuery(Class<?> entityClass,
DeletionQuery deletionQuery,
Exception e) |
SearchException |
Log_$logger.unableToDeleteByQuery(Class<? extends Object> entityClass,
DeletionQuery deletionQuery,
Exception e) |
Copyright © 2006–2016 Hibernate. All rights reserved.