Package com.btmatthews.maven.plugins.inmemdb

Examples of com.btmatthews.maven.plugins.inmemdb.DatabaseFactory


   * to construct an in-memory HSQLDB database.
   *
   * @return The database.
   */
  protected final Database getDatabase() {
    final DatabaseFactory factory = new DatabaseFactory();
    return factory.createDatabase(type, database, username, password);
  }
View Full Code Here

TOP

Related Classes of com.btmatthews.maven.plugins.inmemdb.DatabaseFactory

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.