| Package | Description |
|---|---|
| com.stormpath.sdk.impl.query | |
| com.stormpath.sdk.impl.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
LikeExpression |
| Modifier and Type | Method and Description |
|---|---|
SimpleExpression |
DefaultEqualsExpressionFactory.eq(Object value)
Returns a new equals expression reflecting the property name and the specified value.
|
SimpleExpression |
DefaultStringExpressionFactory.eqIgnoreCase(String value)
Returns a new case-insensitive equals expression reflecting the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleExpression |
NonStringProperty.eq(Object value)
Returns a new equals expression reflecting the property name and the specified value.
|
SimpleExpression |
StringProperty.eqIgnoreCase(String value)
Returns a new case-insensitive equals expression reflecting the property and the specified value.
|
Copyright © 2012–2014. All rights reserved.