Package org.crazyyak.dev.common.id

Examples of org.crazyyak.dev.common.id.TimeUuidIdGenerator


  }

  @PostConstruct
  public void validateDatabases() throws IOException {
    CouchDatabase database = database();
    CouchUtils.createDatabase(database, new TimeUuidIdGenerator(), "/push-server/json/account.json");
    CouchUtils.validateDesign(database, designNames, prefix, suffix);
  }
View Full Code Here

TOP

Related Classes of org.crazyyak.dev.common.id.TimeUuidIdGenerator

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.