Package br.com.pethub.dao


package br.com.pethub.dao
This package contains the Data Access Object (DAO) classes for the PetHub application.

The DAO classes are responsible for managing the data access to the database. They provide methods to add, edit, delete, list, and search entities in the database. Each DAO class corresponds to a model class in the application.

Since:
1.0
  • Classes
    Class
    Description
    This class is responsible for managing the data access for the Customers in the application.
    This class is responsible for managing the data access for the Employees in the application.
    This class is responsible for managing the data access for the ItemSale in the application.
    This class is responsible for managing the data access for the Pets in the application.
    This class is responsible for managing the data access for the Products in the application.
    This class is responsible for managing the data access for the Sales in the application.
    This class is responsible for managing the data access for the Services in the application.
    This class is responsible for managing the data access for the Suppliers in the application.
    This class is responsible for managing the data access for the Vaccines in the application.