Class InheritableDaoHelper<TT,KT>

java.lang.Object
com.flowlogix.jeedao.InheritableDaoHelper<TT,KT>
Type Parameters:
TT - Entity Type
KT - Primary Key Type

public class InheritableDaoHelper<TT,KT> extends Object
Data Access Object pattern implementation that is meant to be inherited by the user's classes. This is an alternative to DaoHelper, which does not have requirements for inheritance. DaoHelper is the preferred method of implementing DAOs.
See Also:
  • Field Details

  • Constructor Details

    • InheritableDaoHelper

      public InheritableDaoHelper()