随笔分类 -  hibernate

全自动持久层框架,用时要考虑ORM关系映射,缓存和优化问题。
摘要:```java hibernate3 (整合到spring中的core核心配置中的hibernate3) true true org.hibernate.dialect.MySQL5Dialect 1.创建实体类,在实体类中注解每一项属性,并对对应关系进行描述(一对一,一对多,多对多)。 2.... 阅读全文
posted @ 2016-04-10 20:59 goumingming 阅读(289) 评论(0) 推荐(0)