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
Subinterfaces of Deleteable in org.example.customerdaoModifier and TypeInterfaceDescriptioninterfaceThis is the CustomerDAO Interface for the Customer DAO component of the Customer Web Application.interfaceThis is the OrderDAO Interface for the Customer DAO component of the Customer Web Application.interfaceThis is the ProductDAO Interface for the Customer DAO component of the Customer Web Application.interfaceThis is the SupplierDAO Interface for the Customer DAO component of the Customer Web Application.Classes in org.example.customerdao that implement DeleteableModifier and TypeClassDescriptionfinal classThis is the CustomerDAO Implementation for the Customer DAO component of the Customer Web Application.classThis is the OrderDAO Implementation for the Customer DAO component of the Customer Web Application.classThis is the ProductDAO Implementation for the Customer DAO component of the Customer Web Application.classThis is the SupplierDAO Implementation for the Customer DAO component of the Customer Web Application.