Class JPAPersonDAO

  • All Implemented Interfaces:
    PersonDAO

    public class JPAPersonDAO
    extends Object
    implements PersonDAO
    This class provides a _sparse_ example of a JPA DAO for the class project. It is put in place here to demonstrate some of the end-to-end use cases,