Uses of Class
ejava.projects.edmv.dao.DAOException
-
Packages that use DAOException Package Description ejava.projects.edmv.blimpl ejava.projects.edmv.dao ejava.projects.edmv.jdbc -
-
Uses of DAOException in ejava.projects.edmv.blimpl
Methods in ejava.projects.edmv.blimpl that throw DAOException Modifier and Type Method Description private voidEDmvIngestor. createPerson(Person personDTO)This method is called by the main ingest processing loop. -
Uses of DAOException in ejava.projects.edmv.dao
Methods in ejava.projects.edmv.dao that throw DAOException Modifier and Type Method Description voidPersonDAO. createPerson(Person person)voidVehicleDAO. createRegistration(VehicleRegistration registration)List<Person>PersonDAO. getPeople(int index, int count)PersonPersonDAO. getPerson(long id)List<VehicleRegistration>VehicleDAO. getRegistrations(int index, int count) -
Uses of DAOException in ejava.projects.edmv.jdbc
Methods in ejava.projects.edmv.jdbc that throw DAOException Modifier and Type Method Description voidJDBCPersonDAO. createPerson(Person person)voidJDBCVehicleDAO. createRegistration(VehicleRegistration registration)List<Person>JDBCPersonDAO. getPeople(int index, int count)PersonJDBCPersonDAO. getPerson(long id)List<VehicleRegistration>JDBCVehicleDAO. getRegistrations(int index, int count)
-