
HIBERNATE
HIBERNATE
Java the world
自律者自清
展开
-
【Hibernate】ch01Demo
工程目录结构: com.hibernate.entity.Customer package com.hibernate.entity; public class Customer { private Integer id; private String name; private int age; public Customer() { super(); } public Customer(Integer id, String name, int age) { sup原创 2021-03-01 17:03:08 · 96 阅读 · 0 评论 -
HibernateUtil
package com.hibernate.util; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.boot.MetadataSources; import org.hibernate.boot.registry.StandardServiceRegistry; import org.hibernate.boot.registry.StandardServiceRegistr原创 2021-03-01 15:07:13 · 95 阅读 · 0 评论