Uses of Interface
ejava.projects.eleague.dao.ClubDAO
-
Packages that use ClubDAO Package Description ejava.projects.eleague.blimpl ejava.projects.eleague.jdbc ejava.projects.eleague.jpa -
-
Uses of ClubDAO in ejava.projects.eleague.blimpl
Fields in ejava.projects.eleague.blimpl declared as ClubDAO Modifier and Type Field Description private ClubDAO
ClubMgmtImpl. clubDAO
private ClubDAO
LeagueIngestor. clubDAO
Methods in ejava.projects.eleague.blimpl with parameters of type ClubDAO Modifier and Type Method Description void
ClubMgmtImpl. setClubDAO(ClubDAO clubDAO)
void
LeagueIngestor. setClubDAO(ClubDAO clubDAO)
-
Uses of ClubDAO in ejava.projects.eleague.jdbc
Classes in ejava.projects.eleague.jdbc that implement ClubDAO Modifier and Type Class Description class
JDBCClubDAO
This class implements data access to the club portion of the league using JDBC. -
Uses of ClubDAO in ejava.projects.eleague.jpa
Classes in ejava.projects.eleague.jpa that implement ClubDAO Modifier and Type Class Description class
JPAClubDAO
This class provides a sparse example of a JPA DAO for the class project.
-