-
Book Overview & Buying
-
Table Of Contents
IBM WebSphere eXtreme Scale 6
By :
We've covered a lot of ground in this chapter. We've seen parts of the Entity and Query APIs that should give us an idea of how they are used, rather than a boring trip down the API documentation. Working with Entities gives us a few advantages over the ObjectMap API. Our applications don't need to keep track of the relationships between objects, like we would need to do, if we stick to the ObjectMap API. We have the convenience of working with relationships between objects, and not IDs for foreign keys like we have with databases. Registering Entity classes is easy. As we'll see in the next few chapters, we can also perform the same registering and configuration by using XML, in case we need to leave out the annotations. We learned about the query API and about some of the aggregate functions available to us. The Query API provides an SQL-like view into an ObjectGrid which allows us to find objects that meet whatever criteria we define, either fuzzy or exact. We saw how to get objects...
Change the font size
Change margin width
Change background colour