摘要:
/*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
草原和大树
阅读(353)
评论(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
草原和大树
阅读(776)
评论(0)
推荐(0)
浙公网安备 33010602011771号