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 void
EDmvIngestor. 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 void
PersonDAO. createPerson(Person person)
void
VehicleDAO. createRegistration(VehicleRegistration registration)
List<Person>
PersonDAO. getPeople(int index, int count)
Person
PersonDAO. 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 void
JDBCPersonDAO. createPerson(Person person)
void
JDBCVehicleDAO. createRegistration(VehicleRegistration registration)
List<Person>
JDBCPersonDAO. getPeople(int index, int count)
Person
JDBCPersonDAO. getPerson(long id)
List<VehicleRegistration>
JDBCVehicleDAO. getRegistrations(int index, int count)
-