Closed rudongsu closed 1 year ago
技术选型 - 后端框架 myBatis is NOT an ORM - it is simply a persistence layer that maps SQL queries to Java methods. ORM in Java (e.g. Hibernate) maps Java instances to the actual database table rows. For comparisons refer to Hibernate vs myBatis.
技术选型 - 后端框架 myBatis is NOT an ORM - it is simply a persistence layer that maps SQL queries to Java methods. ORM in Java (e.g. Hibernate) maps Java instances to the actual database table rows.
For comparisons refer to Hibernate vs myBatis.