Uses of Interface
info.ejava.examples.ejb.ejbjpa.dao.HotelDAO
- 
Packages that use HotelDAO Package Description info.ejava.examples.ejb.ejbjpa.bl info.ejava.examples.ejb.ejbjpa.dao info.ejava.examples.ejb.ejbjpa.ejb  - 
- 
Uses of HotelDAO in info.ejava.examples.ejb.ejbjpa.bl
Fields in info.ejava.examples.ejb.ejbjpa.bl declared as HotelDAO Modifier and Type Field Description private HotelDAOHotelMgmtImpl. daoMethods in info.ejava.examples.ejb.ejbjpa.bl with parameters of type HotelDAO Modifier and Type Method Description voidHotelMgmtImpl. setHotelDao(HotelDAO dao) - 
Uses of HotelDAO in info.ejava.examples.ejb.ejbjpa.dao
Classes in info.ejava.examples.ejb.ejbjpa.dao that implement HotelDAO Modifier and Type Class Description classJPAHotelDAO - 
Uses of HotelDAO in info.ejava.examples.ejb.ejbjpa.ejb
Fields in info.ejava.examples.ejb.ejbjpa.ejb declared as HotelDAO Modifier and Type Field Description private HotelDAOHotelMgmtEJB. dao 
 -