摘要:
hibernate 抽取工具类 编写工具类 package com.xmetc.hibernate.zyz; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Con 阅读全文
摘要:
hibernate01 1 创建数据表 CREATE TABLE `m_user` ( `user_id` int(10) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `password` varchar(60) NOT NUL 阅读全文