Class XmlWorkflowItemDAOImpl

  • All Implemented Interfaces:
    GenericDAO<XmlWorkflowItem>, XmlWorkflowItemDAO

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