Extension point sequencers
In component org.nuxeo.ecm.core.uidgen.UIDGeneratorService
Documentation
Allows to contribute a new uid sequencer.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="sequencers" target="org.nuxeo.ecm.core.uidgen.UIDGeneratorService"> <sequencer class="org.nuxeo.elasticsearch.seqgen.ESUIDSequencer" default="true" name="uidgen"/> </extension>
-
<extension point="sequencers" target="org.nuxeo.ecm.core.uidgen.UIDGeneratorService"> <documentation> Contribute the Hibernate based sequencer as the default one. </documentation> <sequencer class="org.nuxeo.ecm.platform.uidgen.JPAUIDSequencerImpl" default="true" name="hibernateSequencer"/> </extension>