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 HotelDAO
HotelMgmtImpl. dao
Methods in info.ejava.examples.ejb.ejbjpa.bl with parameters of type HotelDAO Modifier and Type Method Description void
HotelMgmtImpl. 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 class
JPAHotelDAO
-
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 HotelDAO
HotelMgmtEJB. dao
-