Class JPAUIDSequencerImpl

  • All Implemented Interfaces:
    UIDSequencer

    public class JPAUIDSequencerImpl
    extends AbstractUIDSequencer
    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. Anyway sequencer factories should be removed (I don't think they are really needed).
    Author:
    Bogdan Stefanescu