Interface OrderDiscountDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
OrderDiscountDAOHibernate

public interface OrderDiscountDAO extends DAOInterface
Interface for a DAO to manage the sscOrderDiscount table of the database.
Author:
David Tobey
  • Method Details