Package org.g4studio.core.id.generator

Examples of org.g4studio.core.id.generator.DefaultIDGenerator.create()


    DefaultSequenceGenerator sequenceGenerator = TimeRollingSequenceGenerator
        .getDayRollingSequenceGenerator();
    sequenceGenerator.setMinValue(1000000);
    sequenceGenerator.setMaxValue(9999999);
    generator.setSequenceGenerator(sequenceGenerator);
    System.out.println(generator.create());
    logger.debug("dddddddddddd");

    // net.jcreate.e3.commons.id.sequence.DefaultSequenceGenerator
    // sequenceGenerator =
    // new net.jcreate.e3.commons.id.sequence.DefaultSequenceGenerator();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.