All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description DAOException This class provides a base exception to report DAO checked exceptions.JDBCPersonDAO This class provides a _sparse_ example of a JDBC DAO providing a mapping of objects related to people in the DB.JDBCVehicleDAO This class provides a _sparse_ example of a JDBC DAO that implements O/R mapping for objects related to vehicles.JPAPersonDAO This class provides a _sparse_ example of a JPA DAO for the class project.JPAVehicleDAO This class provides a _sparse_ example of a JPA DAO for the class project.PersonDAO This interface provides a _sparse_ example of the methods offered by a DAO supplying O/R mapping to the DB.VehicleDAO This interface provides a _sparse_ example of methods that are provided by a DAO providing a mapping to the DB.