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 ClubDAOClubMgmtImpl. clubDAOprivate ClubDAOLeagueIngestor. clubDAOMethods in ejava.projects.eleague.blimpl with parameters of type ClubDAO Modifier and Type Method Description voidClubMgmtImpl. setClubDAO(ClubDAO clubDAO)voidLeagueIngestor. 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 classJDBCClubDAOThis 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 classJPAClubDAOThis class provides a sparse example of a JPA DAO for the class project.
-