|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
PersistenceSession and
is generally not intended to be implemented directly.
See:
Description
| Interface Summary | |
|---|---|
| OidGenerator | |
| OidGeneratorAware | |
| Class Summary | |
|---|---|
| OidGeneratorAbstract | |
This interface is used by the PersistenceSession and
is generally not intended to be implemented directly.
Used by object store implementations to specify how to manufacture
Oids (permanent unique identifiers
for each domain object managed by Naked Objects). For example, an
in-memory object store will just use a unique Id, whereas a generator
for Hibernate will hook into Hibernate's own identity generators.
Since there is a close dependency between the PersistenceSession
and the ClassSubstitutor implementation, it is the job of the PersistenceMechanismInstaller to
ensure that the correct OidGenerator is setup.
PersistAlgorithm,
classsubstitor.ClassSubstitutor.ClassStrategy
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||