Class InventoryDAOImpl

  • All Implemented Interfaces:
    InventoryDAO

    public class InventoryDAOImpl
    extends Object
    implements InventoryDAO
    This DAO implementation uses JPA and an injected entity manager to perform CRUD operations on inventory data.