Uses of Interface
pt.jcodeutil.core.ejb.numbering.ent.NumericSequencer

Packages that use NumericSequencer
pt.jcodeutil.core.ejb.numbering.ent   
 

Uses of NumericSequencer in pt.jcodeutil.core.ejb.numbering.ent
 

Methods in pt.jcodeutil.core.ejb.numbering.ent that return NumericSequencer
 NumericSequencer NumericSequencerHome.findByPrimaryKey(java.lang.String pk)
          Get NumericSequencer by its key
 NumericSequencer NumericSequencerHome.create(java.lang.String pk, long baseValue)
          Create a new sequence with the name and value given by argument.