随笔分类 -  hibernate

hibernate 对象关系映射框架
摘要:1.有多中映射 方法 //用XML配置时 <mapping resource="com/liugch/bean/Student.hbm.xml" /> //用注解配置时 <mapping class="com.liugch.bean.Book" /> 2.unique-key 与 unique 的区 阅读全文
posted @ 2016-11-15 19:40 SoarSky 阅读(312) 评论(1) 推荐(0)