Package net.caece.fmII.hibernate

Examples of net.caece.fmII.hibernate.RequestMaintainDao


        }
    }

    public void add() {
        RequestMaintain obj = (RequestMaintain) viewToObj(null);
        RequestMaintainDao dao = new RequestMaintainDao();
        add(dao, obj);
    }
View Full Code Here

TOP

Related Classes of net.caece.fmII.hibernate.RequestMaintainDao

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.