Introducing ObjectStore – Java API User Guide
This book is organized as follows:
- Chapter 1, Introducing ObjectStore, on page 1, describes what ObjectStore does, shows the application architecture, and defines some important terms.
- Chapter 2, Example of Using ObjectStore, on page 13, describes the components your application must include to use ObjectStore.
- Chapter 3, Using Sessions to Manage Threads, on page 19, discusses how to initialize threads to use ObjectStore and how to use threads with ObjectStore sessions.
- Chapter 4, Managing Databases, on page 49, provides instructions for creating, opening, closing, garbage collecting, and upgrading databases.
- Chapter 5, Working with Transactions, on page 85, describes how to start and end transactions.
- Chapter 6, Storing, Retrieving, and Updating Objects, on page 99, discusses the steps for storing, retrieving, and updating data.
- Chapter 7, Working with Collections, on page 157, provides information about how to create collections of objects and run queries over the collections.