To create Identity
objects it's strongly recommended to use the {@link IdentityFactory}, because in future releases of OJB the Identity
constructors will be no longer reachable or forbidden to use.
NOTE: An Identity object must be unique accross extents. Means all objects with the same top-level class need unique PK values.
@see org.apache.ojb.broker.IdentityFactory @author Thomas Mahler @version $Id: Identity.java,v 1.36.2.14 2005/12/21 22:22:07 tomdz Exp $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|