Package info.bliki.gae.db

Examples of info.bliki.gae.db.GAEDataHandler


   * @return An instance of the current data handler.
   * @throws IOException
   *           Thrown if a data handler instance can not be instantiated.
   */
  public static DataHandler dataHandlerInstance() throws IOException {
    return new GAEDataHandler();
  }
View Full Code Here

TOP

Related Classes of info.bliki.gae.db.GAEDataHandler

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.