| Package | Description |
|---|---|
| com.stormpath.sdk.impl.query | |
| com.stormpath.sdk.impl.resource |
| Modifier and Type | Method and Description |
|---|---|
LikeExpression |
DefaultStringExpressionFactory.containsIgnoreCase(String value)
Returns a new case-insensitive like expression reflecting the property and the specified value.
|
LikeExpression |
DefaultStringExpressionFactory.endsWithIgnoreCase(String value)
a new case-insensitive like expression reflecting that the specified value
should be at the end of the corresponding property value.
|
LikeExpression |
DefaultStringExpressionFactory.startsWithIgnoreCase(String value)
Returns a new case-insensitive like expression reflecting that the specified value
should be at the beginning of the matching property value.
|
| Modifier and Type | Method and Description |
|---|---|
LikeExpression |
StringProperty.containsIgnoreCase(String value)
Returns a new case-insensitive like expression reflecting the property and the specified value.
|
LikeExpression |
StringProperty.endsWithIgnoreCase(String value)
a new case-insensitive like expression reflecting that the specified value
should be at the end of the corresponding property value.
|
LikeExpression |
StringProperty.startsWithIgnoreCase(String value)
Returns a new case-insensitive like expression reflecting that the specified value
should be at the beginning of the corresponding property value.
|
Copyright © 2012–2014. All rights reserved.