Package org.caffinitas.mapper.uuidgen

Examples of org.caffinitas.mapper.uuidgen.UUIDGenerator$Stripe


  @Test
  public void timeUUIDPrepare() throws IOException {
    PersistenceSession persistenceSession = persistenceManager.createSession();
    Set<Long> adrs = SystemMacAddresses.inquireMacAddresses();
    StoreUUIDGeneratorConfigurer config = new StoreUUIDGeneratorConfigurer(adrs, persistenceSession);
    generator = new UUIDGenerator(4, config);
  }
View Full Code Here

TOP

Related Classes of org.caffinitas.mapper.uuidgen.UUIDGenerator$Stripe

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.