MyBatis 是支持定制化SQL、存储过程以及高级映射的优秀的持久层框架,但并不是完整的orm框架。 MyBatisDao扩展了MyBatis的orm部分,能像Hibernate那样使用MyBatis,同时不影响mybatis的其他部分。
-
Updated
Jan 18, 2018 - Java
MyBatis 是支持定制化SQL、存储过程以及高级映射的优秀的持久层框架,但并不是完整的orm框架。 MyBatisDao扩展了MyBatis的orm部分,能像Hibernate那样使用MyBatis,同时不影响mybatis的其他部分。
Add a description, image, and links to the mybatisdao topic page so that developers can more easily learn about it.
To associate your repository with the mybatisdao topic, visit your repo's landing page and select "manage topics."