Package com.eforce.baby.common.factory

Examples of com.eforce.baby.common.factory.DAOFactory


    }
   
   
    private MenuDAO getMenuDAO()
    {
        DAOFactory factory = DAOFactory.getInstance();
        return ((MenuDAO) factory.getDAO(IConstants.CLASS_MENU_DAO));
    }
View Full Code Here

TOP

Related Classes of com.eforce.baby.common.factory.DAOFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.