2009年8月9日
摘要: /*Hibernate批量数据操作*/import org.hibernate.cfg.Configuration;import org.hibernate.SessionFactory;import org.hibernate.Session;import org.hibernate.Transaction;import org.hibernate.Query;import java.util.... 阅读全文
posted @ 2009-08-09 00:43 草原和大树 阅读(339) 评论(0) 推荐(1) 编辑
摘要: /*修改数据*/import org.hibernate.cfg.Configuration;import org.hibernate.SessionFactory;import org.hibernate.Session;import org.hibernate.Transaction;class {public static void main(String[] args) {/*1、读取Hi... 阅读全文
posted @ 2009-08-09 00:04 草原和大树 阅读(770) 评论(0) 推荐(0) 编辑