Package com.starflow.wf.core.key

Examples of com.starflow.wf.core.key.SingleSequence


  /**
   * * @param name
   * @return
   */
  public static Long getPrimaryKey(String name) {
    SingleSequence sequence = SequenceFactory.getSequence(name);
      long num = sequence.getNextVal(name);
    return num;
  }
View Full Code Here

TOP

Related Classes of com.starflow.wf.core.key.SingleSequence

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.