随笔分类 - java / hibernate
摘要:hibernate一对一同步主键配置 pom.xml hibernate.cfg.xml Student和Teacher POO student teacher 工具类 HBM文件 Student.hbm.xml Teacher.hbm.xml 测试 结果 冠东同步柏芝的ID,插入成功。
阅读全文
摘要:hibernate注解方式描述映射关系
阅读全文
摘要:hiernate4入门 【实战】本文将讲述hibernate4的入门,我写是以实用入门为主,不作过多展开,我写东西如果开头标了实战二字,必然会保证读者能够获取源代码并且能够按要求做的话一定能跑起来,否则没有意义。 【环境说明:】 jdk8,eclipse4.7,hibernate4.3.11,mys
阅读全文