See: Description
| Interface | Description |
|---|---|
| ObjectIdentity |
Represents the identity of an individual domain object instance.
|
| ObjectIdentityRetrievalStrategy |
Strategy interface that provides the ability to determine which
ObjectIdentity
will be returned for a particular domain object |
| Class | Description |
|---|---|
| ObjectIdentityImpl |
Simple implementation of
ObjectIdentity. |
| ObjectIdentityRetrievalStrategyImpl |
Basic implementation of
ObjectIdentityRetrievalStrategy that uses the constructor of ObjectIdentityImpl to create the ObjectIdentity. |