推荐
专栏
教程
课程
飞鹅
本次共找到465条
mybatis一对一
相关的信息
Stella981
•
3年前
MyBatis where标签语句
当 where 中的条件使用的 if 标签较多时,这样的组合可能会导致错误。当 java 代码按如下方法调用时:@Testpublicvoidselect_test_where(){UserusernewUser();user.setUsername(null);
Wesley13
•
3年前
mysql8+mybatis
!(https://oscimg.oschina.net/oscnet/7bccb4d805f683659d4f0ab1ef1a85edaa3.jpg)mybatisdscgenerator
Easter79
•
3年前
SpringMVC+MyBatis(最新)
目前主流的WebMVC框架,除了Struts这个主力外,还有SpringMVC,主要是由于SpringMVC配置比较简单,使用起来也十分明了,非常灵活,与Spring集成较好,对RESTfulAPI的支持也比struts要好。MyBatis是ibatis的升级版,作为hibernate的老对手,它是一个可以自定义SQL、存储过程和高级映射
Stella981
•
3年前
SpringBoot实践:集成Mybatis
第一步:在pom文件中加入依赖关系<dependency<groupIdcom.baomidou</groupId<artifactIdmybatisplusspringbootstarter</artifactId<version${mybatisplusspringbootstarter.vers
Wesley13
•
3年前
Java + MyBatis + MySql测试
先来看结构图!(https://static.oschina.net/uploads/space/2017/0330/174126_GSbv_2407807.jpg)包引用mybatis3.3.1.jarmysqlconnectorjava5.1.38bin.jarMybatis配置mybatisconfig.xm
Easter79
•
3年前
SpringBoot实践:集成Mybatis
第一步:在pom文件中加入依赖关系<dependency<groupIdcom.baomidou</groupId<artifactIdmybatisplusspringbootstarter</artifactId<version${mybatisplusspringbootstarter.vers
Stella981
•
3年前
Mybatis源码阅读(二)
本文主要介绍Java中,不使用XML和使用XML构建SqlSessionFactory,通过SqlSessionFactory中获取SqlSession的方法,使用SqlsessionManager管理Sqlsession复用等等..以及相关的示例代码SqlSessionSqlSessions是由SqlSessionFactory
Stella981
•
3年前
MyBatis和Spring集成
Stella981
•
3年前
Spring+Mybatis+Velocity
前言最近开始尝试使用久负盛名的SM框架——SpringMybatis进行Web开发,从此走上了Spring配置的不归路。说句实在话,Spring是我特么见过所有WEB工程里面最难配的,因为必须要对它那一套非侵入的设计思想有所了解才能在出问题时迅速判断是不是配置错误,进而定位配置错误所在。首先,做个简单的总结,Spring的配置现在大致有三种:
Stella981
•
3年前
Mybatis查询报IndexOutOfBoundsException
1
•••
16
17
18
•••
47