Package | Description |
---|---|
org.hibernate.search.backend.spi |
Modifier and Type | Method and Description |
---|---|
SingularTermDeletionQuery.Type |
SingularTermDeletionQuery.getType() |
static SingularTermDeletionQuery.Type |
SingularTermDeletionQuery.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingularTermDeletionQuery.Type[] |
SingularTermDeletionQuery.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SingularTermDeletionQuery(String fieldName,
Object value,
SingularTermDeletionQuery.Type type) |
Copyright © 2006–2016 Hibernate. All rights reserved.