Package com.avaje.ebean.config.dbplatform

Examples of com.avaje.ebean.config.dbplatform.H2Platform


  @Test
  public void test() {

    ServerConfig serverConfig = new ServerConfig();
    serverConfig.setDatabasePlatform(new H2Platform());

    BootupClasses bootupClasses = new BootupClasses();

    DefaultTypeManager typeManager = new DefaultTypeManager(serverConfig, bootupClasses);
View Full Code Here

TOP

Related Classes of com.avaje.ebean.config.dbplatform.H2Platform

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.