会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
XDZY
As a real programmer, you should first respect programming and love what you write. He is your partner, not a tool.
博客园
首页
新随笔
联系
订阅
管理
2018年11月15日
Hibernate基础入门
摘要: Hibernate基础入门 0)导包并且建一个web项目 1)创建数据库对应的实体和元数据配置文件 package com.hibernate.domain; public class Customer { private Long cust_id; private String cust_name
阅读全文
posted @ 2018-11-15 15:55 肖德子裕
阅读(183)
评论(0)
推荐(0)
编辑
公告