Package com.dubture.symfony.index.dao.sql

Examples of com.dubture.symfony.index.dao.sql.RouteDao


  public IServiceDao getServiceDao() throws SQLException {
    return new ServiceDao(createConnection());
  }

  public IRouteDao getRouteDao() throws SQLException {
    return new RouteDao(createConnection());
  }
View Full Code Here

TOP

Related Classes of com.dubture.symfony.index.dao.sql.RouteDao

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.