Class WorkspaceItemDAOImpl

  • All Implemented Interfaces:
    WorkspaceItemDAO, GenericDAO<WorkspaceItem>

    public class WorkspaceItemDAOImpl
    extends AbstractHibernateDAO<WorkspaceItem>
    implements WorkspaceItemDAO
    Hibernate implementation of the Database Access Object interface class for the WorkspaceItem object. This class is responsible for all database calls for the WorkspaceItem object and is autowired by Spring. This class should never be accessed directly.
    Author:
    kevinvandevelde at atmire.com