Package com.wgc.beans

Examples of com.wgc.beans.Teacher


        this.getHibernateTemplate().delete(teach);
    }
   
    public Teacher findById(java.lang.String id) {

      Teacher teach = (Teacher)this.getHibernateTemplate().get("com.wgc.beans.Teacher", id);
            return teach;

    }
View Full Code Here

TOP

Related Classes of com.wgc.beans.Teacher

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.