Package ejava.examples.ejbwar.inventory.dao
-
Interface Summary Interface Description InventoryDAO Defines the interface for the CRUD inventory methods. -
Class Summary Class Description InventoryDAOImpl This DAO implementation uses JPA and an injected entity manager to perform CRUD operations on inventory data.