Jihao Deng Posted on Aug 13, 2020 MB01 Mybatis Overview #learning #mybatis 此篇主要讲解一些Mybatis的基础 Mybatis的功能 持久层框架 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集的过程 可以使用简单的 XML 或注解来配置和映射原生信息,将接口和 Java 的实体类映射成数据库中的记录 持久层 数据持久化——将程序的数据从瞬时状态(内存)转化到持久状态(存到数据库或IO文件) Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)