J2EE利用Hibernate采用B/S架构网页设计
package hib; import org.hibernate.HibernateException; import org.hibernate.Session; import org.hibernate.cfg.Configuration; /** * Configures and provides access to Hibernate sessions, tied to the * current thread of execution. Follows the Thread Local Session * pattern, see {@link http://hiber
下载地址
用户评论
代码有点乱不太适合做初学的参考