|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| OID | Interface for a datastore-identity class to implement. |
| Class Summary | |
|---|---|
| ByteIdentity | Single-Field identity with a byte/Byte field. |
| CharIdentity | Single-Field identity with a char/Character field. |
| DatastoreUniqueOID | Identity for use with datastore-identity where the datastore provides a unique "identity" key per object and hence doesn't need the class name. |
| IdentityReference | Simple identity being a reference to the object itself. |
| IntIdentity | Single-Field identity with an int/Integer field. |
| LongIdentity | Single-Field identity with a long/Long field. |
| ObjectIdentity | Single-Field identity with an Object field. |
| OIDFactory | Factory for OID instances. |
| OIDImpl | An object identifier. |
| SCOID | Object identifier for use with nondurable objects to guarantee uniqueness in the JVM (but not in datastore). |
| ShortIdentity | Single-Field identity with a short/Short field. |
| SingleFieldIdentity | Abstract base class for all single-field identitiy classes. |
| StringIdentity | Single-Field identity with a String field. |
Package defining object identity classes. These are used where an API doesnt define its own inbuilt identities.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||