There are three JDO identity models to allow for different underlying database
management systems (DBMSs). The type of JDO identity used is a property of a JDO PersistenceCapable class.
The JDO identity models are:
Application (primary key) identity. This is the JDO identity type used for data stores in which the
value(s) in the instance
determine the identity of the object in the data store. (This is commonly
used in relational DBMSs)
Data store identity. This is the JDO identity type used for data stores in which the identity of the data in the
data store does not depend on the values in the instance. The implementation guarantees
uniqueness for all instances. (This is commonly used in object DBMSs.)
Non-data store JDO identity. The primary usage for non-data store JDO identity is for log files, history files, and other
similar files, where performance is a primary concern.
A JDO implementation is required to support either application (primary key) identity or
datastore identity, and may optionally support non-datastore identity.
Objects, Abstraction, Data Structures and Design: Using Java version 5.0 by Elliot B. Koffman, Paul A. T. Wolfgang Average Customer Review: based on 2 reviews. Customer Review: Fails to address threading/concurrency issues. You will not find coverage of the new Concurrency Utilities including the new collection classes in package java.util.concurrent. You will not find the following terms in the index: concurrency synchronized thread thread-safe
Object-oriented Data Structures Using Java by Nell B. Dale, Daniel T. Joyce, Chip Weems Average Customer Review: based on 3 reviews. Customer Review: This seller was very punctual with the shipping and delivery of the book and it was in very good condition like the ad had stipulated. I will recomment him to anyone ST
Data Structures and Other Objects Using Java (3rd Edition) by Michael Main Average Customer Review: based on 13 reviews. Customer Review: I read a lot of confusing books by java experts that sometimes forget to go back to the simple basics when teaching simple minded readers. However, this book is for continuing readers of java who had some, but not expert training, experience in writing programs. What I liked most of this book is how he gives pointers on what to look...