Class DepartmentDAOImpl

java.lang.Object
edu.pdx.cs.joy.jdbc.DepartmentDAOImpl
All Implemented Interfaces:
DepartmentDAO

public class DepartmentDAOImpl extends Object implements DepartmentDAO
Data Access Object implementation for managing Department entities in the database. Demonstrates JDBC operations with auto-generated keys: CREATE, READ, UPDATE, DELETE.
  • Constructor Details

    • DepartmentDAOImpl

      public DepartmentDAOImpl(Connection connection)
      Creates a new DepartmentDAOImpl with the specified database connection.
      Parameters:
      connection - the database connection to use
  • Method Details