Uses of Interface
org.example.customerdao.utility.Deleteable

Packages that use Deleteable
Package
Description
This package provides the DAO Action classes for the Customer Web Application.
  • Uses of Deleteable in org.example.customerdao

    Modifier and Type
    Interface
    Description
    interface 
    This is the CustomerDAO Interface for the Customer DAO component of the Customer Web Application.
    interface 
    This is the OrderDAO Interface for the Customer DAO component of the Customer Web Application.
    interface 
    This is the ProductDAO Interface for the Customer DAO component of the Customer Web Application.
    interface 
    This is the SupplierDAO Interface for the Customer DAO component of the Customer Web Application.
    Classes in org.example.customerdao that implement Deleteable
    Modifier and Type
    Class
    Description
    final class 
    This is the CustomerDAO Implementation for the Customer DAO component of the Customer Web Application.
    class 
    This is the OrderDAO Implementation for the Customer DAO component of the Customer Web Application.
    class 
    This is the ProductDAO Implementation for the Customer DAO component of the Customer Web Application.
    class 
    This is the SupplierDAO Implementation for the Customer DAO component of the Customer Web Application.