Uses of Class
ejava.examples.txhotel.dao.DAOException
-
Packages that use DAOException Package Description ejava.examples.txhotel.dao ejava.examples.txhotel.jpa -
-
Uses of DAOException in ejava.examples.txhotel.dao
Methods in ejava.examples.txhotel.dao that throw DAOException Modifier and Type Method Description ReservationReservationDAO. createReservation(Reservation reservation)ReservationReservationDAO. getReservation(long id)ReservationReservationDAO. getReservationByConfirmation(String confirmation)List<Reservation>ReservationDAO. getReservations(int index, int count)List<Reservation>ReservationDAO. getReservations(String queryName, Map<String,Object> params, int index, int count)ReservationReservationDAO. removeReservation(Reservation reservation)ReservationReservationDAO. updateReservation(Reservation reservation) -
Uses of DAOException in ejava.examples.txhotel.jpa
Methods in ejava.examples.txhotel.jpa that throw DAOException Modifier and Type Method Description ReservationJPAReservationDAO. createReservation(Reservation reservation)ReservationJPAReservationDAO. getReservation(long id)ReservationJPAReservationDAO. getReservationByConfirmation(String confirmation)List<Reservation>JPAReservationDAO. getReservations(int index, int count)List<Reservation>JPAReservationDAO. getReservations(String queryName, Map<String,Object> params, int index, int count)ReservationJPAReservationDAO. removeReservation(Reservation reservation)ReservationJPAReservationDAO. updateReservation(Reservation reservation)
-