Package org.objectweb.speedo.naming.lib
Implementation of several naming.
See:
Description
Package org.objectweb.speedo.naming.lib Description
Implementation of several naming.
The supported naming are:
- UserIdSingle: the identifier is based on a single persistent field,
- UserIdComposite: the identifier is based on a set of persistent field,
- RdbSequence: the identifier is based on a single persistent field which
values are choosen by a sequence on a relational database.
- PolymorphId: the identifier is based on couple of long (class
idendifier, instance identifier). The value are choosen by the
implementation (Jorm facilities).