Class BaseDaoImpl<ID,​T extends AbstractEntity<ID>>

  • Type Parameters:
    ID - type parameter, the type of the primary key of the domain object
    T - type parameter, the domain object class
    All Implemented Interfaces:
    BaseDao<ID,​T>
    Direct Known Subclasses:
    DefaultDaoImpl, TreeDaoImpl

    public abstract class BaseDaoImpl<ID,​T extends AbstractEntity<ID>>
    extends Object
    implements BaseDao<ID,​T>
    Base class for all DAO implementations
    Author:
    bas.rutten