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 EventMgmtDAOEventMgmtImpl. edaoMethods in org.myorg.jpatickets.bl with parameters of type EventMgmtDAO Modifier and Type Method Description voidEventMgmtImpl. 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 classEventMgmtDAOImpl - 
Uses of EventMgmtDAO in org.myorg.jpatickets.ejb
Fields in org.myorg.jpatickets.ejb declared as EventMgmtDAO Modifier and Type Field Description private EventMgmtDAOEventMgmtEJB. edao 
 -