See the WebSphere eXtreme Scale Wiki for links to eXtreme Scale Version 7.0 documentation.
If you log in
with your developerWorks ID, you can leave comments and feedback for the development team.
ObjectGrid provides a flexible query engine for retrieving entities using the EntityManager API and Java objects using the ObjectQuery API. The query engine allows SELECT type queries over an entity or Object-based schema using the ObjectGrid query language.
The ObjectGrid query language provides the following capabilities:
- Single and multi-valued results
- Aggregate functions
- Sorting and grouping
- Joins
- Conditional expressions with subqueries
- Named and positional parameters
- Using ObjectGrid index
- Path expression syntax for object navigation
- Pagination
The following topics describe the EntityManager query API and the ObjectQuery API:
© Copyright IBM Corporation 2007,2009. All Rights Reserved.