Uses of Class
com.sun.j2ee.blueprints.customer.order.ejb.OrderDAO

Packages that use OrderDAO
com.sun.j2ee.blueprints.customer.order.ejb   
 

Uses of OrderDAO in com.sun.j2ee.blueprints.customer.order.ejb
 

Subclasses of OrderDAO in com.sun.j2ee.blueprints.customer.order.ejb
 class OrderDAOCS
          This class represents the implementation of the abstract methods of the base class OrderDAO for Cloudscape.
 class OrderDAOOracle
          This class represents the implementation of the abstract methods of the base class OrderDAO for Oracle.
 class OrderDAOSybase
          This class represents the implementation of the abstract methods of the base class OrderDAO for Sybase.
 

Methods in com.sun.j2ee.blueprints.customer.order.ejb that return OrderDAO
static OrderDAO OrderDAOFactory.getDAO()
          This method instantiates a particular subclass implementing the abstract methods based on the information obtained from the Connection object.
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.