itexpert.chap13.buy
Class OrderDAOFactory

java.lang.Object
  |
  +--itexpert.chap13.buy.OrderDAOFactory

public class OrderDAOFactory
extends java.lang.Object


Constructor Summary
OrderDAOFactory()
           
 
Method Summary
static OrderDAO getDAO(java.lang.String dbType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderDAOFactory

public OrderDAOFactory()
Method Detail

getDAO

public static OrderDAO getDAO(java.lang.String dbType)
                       throws ShopDAOException
ShopDAOException