Class CodeSystemDAOImpl

  • All Implemented Interfaces:
    CodeSystemDAO
    Direct Known Subclasses:
    DerbyCodeSystemDAO, PostgreSqlCodeSystemDAO

    public class CodeSystemDAOImpl
    extends Object
    implements CodeSystemDAO
    This DAO uses a connection provided to its constructor. It's therefore assumed to be a short-lived object, created on-the-fly. Caching etc is handled elsewhere...we're just doing JDBC stuff here.