Uses of Class
ejava.projects.eleague.dao.ClubDAOException
-
Packages that use ClubDAOException Package Description ejava.projects.eleague.dao ejava.projects.eleague.jdbc ejava.projects.eleague.jpa -
-
Uses of ClubDAOException in ejava.projects.eleague.dao
Methods in ejava.projects.eleague.dao that throw ClubDAOException Modifier and Type Method Description void
ClubDAO. createVenue(Venue venue)
This method will create a new venue in the DB and update the provided object with the PK of that entity.List<Venue>
ClubDAO. getVenues(int start, int count)
This method will return all venues in the DB between the start and count values. -
Uses of ClubDAOException in ejava.projects.eleague.jdbc
Methods in ejava.projects.eleague.jdbc that throw ClubDAOException Modifier and Type Method Description List<Venue>
JDBCClubDAO. getVenues(int index, int count)
This method is left un-implemented, -
Uses of ClubDAOException in ejava.projects.eleague.jpa
Methods in ejava.projects.eleague.jpa that throw ClubDAOException Modifier and Type Method Description List<Venue>
JPAClubDAO. getVenues(int index, int count)
-