摘要:
一对一关系:在操作上,任意一方引入对方的主键作为外键。 例如 person 和 IDcard,一个人只有一个身份证号,而一个身份证号只对应一个人。 Person 表 IDcard 表 //Person 持久化类 public class Person { private Integer id; pr 阅读全文
摘要:
2.1.1 Installation If you are using Maven just add the following dependency to your pom.xml: <dependency> <groupId>org.mybatis</groupId> <artifactId>m 阅读全文