| Package | Description |
|---|---|
| org.springframework.data.gemfire.repository.query |
| Modifier and Type | Method and Description |
|---|---|
QueryString |
QueryString.bindIn(Collection<?> values)
Binds the given
Collection of values into the IN parameters of the OQL Query by expanding
the given values into a comma-separated String. |
QueryString |
QueryString.forRegion(Class<?> domainClass,
com.gemstone.gemfire.cache.Region<?,?> region)
Replaces the domain classes referenced inside the current query with the given
Region. |
QueryString |
QueryString.orderBy(Sort sort)
Appends the
Sort order to this GemFire OQL Query string. |
QueryString |
QueryString.withHints(String... hints)
Applies HINTS to the OQL Query.
|
QueryString |
QueryString.withImport(String importExpression)
Applies an IMPORT to the OQL Query.
|
QueryString |
QueryString.withLimit(Integer limit)
Applies a LIMIT to the OQL Query.
|
QueryString |
QueryString.withTrace()
Applies TRACE logging to the OQL Query.
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.