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

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


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

TOP

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

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.