Class JPAAccountDAO

  • All Implemented Interfaces:
    AccountDAO

    public class JPAAccountDAO
    extends Object
    implements AccountDAO
    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,