Package | Description |
---|---|
com.gigaspaces.query |
Provides classes and interfaces to execute queries on space entries.
|
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
Modifier and Type | Method and Description |
---|---|
QueryResultType |
IdQuery.getQueryResultType()
Returns the type of result.
|
QueryResultType |
IdsQuery.getQueryResultType()
Returns the type of result.
|
static QueryResultType |
QueryResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultType[] |
QueryResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IdQuery(Class<T> type,
Object id,
Object routing,
QueryResultType queryResultType)
Creates an IdQuery using the specified type, id, routing and query result type.
|
IdQuery(Class<T> type,
Object id,
Object routing,
QueryResultType queryResultType,
int version)
Creates an IdQuery using the specified type, id, routing and query result type.
|
IdQuery(Class<T> type,
Object id,
QueryResultType queryResultType)
Creates an IdQuery using the specified type, id and query result type.
|
IdQuery(String typeName,
Object id,
Object routing,
QueryResultType queryResultType)
Creates an IdQuery using the specified type, id, routing and query result type.
|
IdQuery(String typeName,
Object id,
Object routing,
QueryResultType queryResultType,
int version)
Creates an IdQuery using the specified type, id, routing and query result type.
|
IdQuery(String typeName,
Object id,
QueryResultType queryResultType)
Creates an IdQuery using the specified type, id and query result type.
|
IdsQuery(Class<T> type,
Object[] ids,
Object[] routings,
QueryResultType queryResultType)
Creates an IdsQuery using the specified type, IDs, routing per id and query result type.
|
IdsQuery(Class<T> type,
Object[] ids,
Object routing,
QueryResultType queryResultType)
Creates an IdsQuery using the specified type, IDs, routing and query result type.
|
IdsQuery(Class<T> type,
Object[] ids,
QueryResultType queryResultType)
Creates an IdsQuery using the specified type, IDs and query result type.
|
IdsQuery(String typeName,
Object[] ids,
Object[] routings,
QueryResultType queryResultType)
Creates an IdsQuery using the specified type, IDs, routing per id and query result type.
|
IdsQuery(String typeName,
Object[] ids,
Object routing,
QueryResultType queryResultType)
Creates an IdsQuery using the specified type, IDs, routing and query result type.
|
IdsQuery(String typeName,
Object[] ids,
QueryResultType queryResultType)
Creates an IdsQuery using the specified type, IDs and query result type.
|
Modifier and Type | Method and Description |
---|---|
QueryResultType |
SQLQuery.getQueryResultType()
Returns the result type of this query.
|
Constructor and Description |
---|
SQLQuery(Class<T> type,
String sqlExpression,
QueryResultType queryResultType)
Creates a SQLQuery using the specified type, expression and result type.
|
SQLQuery(Class<T> type,
String sqlExpression,
QueryResultType queryResultType,
Object... parameters)
Creates a SQLQuery using the specified type, expression, result type and parameters.
|
SQLQuery(String typeName,
String sqlExpression,
QueryResultType queryResultType)
Creates a SQLQuery using the specified type, expression and result type.
|
SQLQuery(String typeName,
String sqlExpression,
QueryResultType queryResultType,
Object... parameters)
Creates a SQLQuery using the specified type, expression, result type and parameters.
|
Copyright © GigaSpaces.