Object Transaction Manager Tutorialby Brian McCallisterTable of contents1 The OTM API.............................................................................................................................. 21.1 Introduction............................................................................................................................. 21.2 Persisting New Objects............................................................................................................21.3 Deleting Persistent Objects......................................................................................................31.4 Querying for Objects............................................................................................................... 41.5 More Sophisticated Transaction Handling.............................................................................. 52 Notes on the Object Manager...................................................................................72.1 Transactions.............................................................................................................................7Copyright © 2002-2006 The Apache Software Foundation. All rights reserved.Object Transaction Manager Tutorial1. The OTM API1.1. IntroductionThe Object Transaction Manager (OTM) is written as a tool on which to implement otherhigh-level object persistence APIs. It is, however, very usable directly. It supports API's similar tothe ODMG ...
Voir