@Immutable public class CaseOperations extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
CaseOperations.CaseOperation
A function that can be used to operate upon the case of a string stored in the indexes before being evaluated against
criteria from a query.
|
Modifier and Type | Field and Description |
---|---|
static CaseOperations.CaseOperation |
AS_IS
The CaseOperation instance that leaves as is the string used within the indexes before being evaluated.
|
static CaseOperations.CaseOperation |
LOWERCASE
The CaseOperation instance that lowercases the string used within the indexes before being evaluated.
|
static CaseOperations.CaseOperation |
UPPERCASE
The CaseOperation instance that uppercases the string used within the indexes before being evaluated.
|
Constructor and Description |
---|
CaseOperations() |
public static final CaseOperations.CaseOperation AS_IS
public static final CaseOperations.CaseOperation LOWERCASE
public static final CaseOperations.CaseOperation UPPERCASE
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.