Hibernate 查询返回值总结

PDM Tclass Tstudent   Get和load区别 1.get方式得到学生信息,get以后发出sql语句,得到stu对象     public void getTstudent(String sno) throwsException{        this.openConnection();        Tstudent stu=(Tstudent)this.session.ge
相关文章
相关标签/搜索