Package | Description |
---|---|
org.nuxeo.ecm.platform.uidgen |
Contains interfaces used by UID generators.
|
org.nuxeo.ecm.platform.uidgen.ejb | |
org.nuxeo.ecm.platform.uidgen.service |
Modifier and Type | Method and Description |
---|---|
UIDSequencer |
UIDSequencerFactory.createUIDSequencer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
UIDGenerator.setSequencer(UIDSequencer sequencer)
The sequencer used to generate unique numbers sequencially.
|
void |
AbstractUIDGenerator.setSequencer(UIDSequencer sequencer) |
Modifier and Type | Interface and Description |
---|---|
interface |
UIDSequencerManager |
Modifier and Type | Method and Description |
---|---|
UIDSequencer |
EjbSequencerFactory.createUIDSequencer() |
Modifier and Type | Class and Description |
---|---|
class |
UIDSequencerImpl
This implementation uses a static persistence provider to be able to
instantiate this class without passing by Framework.getService -> this is to
avoid potential problems do to sequencer factories.
|
Modifier and Type | Method and Description |
---|---|
UIDSequencer |
UIDGeneratorService.getSequencer() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.