Class GenericDao<E,​PK>

  • Type Parameters:
    E - the element type
    PK - the generic type
    Direct Known Subclasses:
    PersonDao

    public abstract class GenericDao<E,​PK>
    extends java.lang.Object
    The Class GenericDao is a class intended for use in unit tests.
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericDao()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenericDao

        public GenericDao()