Uses of Interface
org.myorg.jpatickets.dao.EventMgmtDAO
-
Packages that use EventMgmtDAO Package Description org.myorg.jpatickets.bl org.myorg.jpatickets.dao org.myorg.jpatickets.ejb -
-
Uses of EventMgmtDAO in org.myorg.jpatickets.bl
Fields in org.myorg.jpatickets.bl declared as EventMgmtDAO Modifier and Type Field Description private EventMgmtDAO
EventMgmtImpl. edao
Methods in org.myorg.jpatickets.bl with parameters of type EventMgmtDAO Modifier and Type Method Description void
EventMgmtImpl. setEventDAO(EventMgmtDAO edao)
-
Uses of EventMgmtDAO in org.myorg.jpatickets.dao
Classes in org.myorg.jpatickets.dao that implement EventMgmtDAO Modifier and Type Class Description class
EventMgmtDAOImpl
-
Uses of EventMgmtDAO in org.myorg.jpatickets.ejb
Fields in org.myorg.jpatickets.ejb declared as EventMgmtDAO Modifier and Type Field Description private EventMgmtDAO
EventMgmtEJB. edao
-