#iBatis

com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor

 <dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper</artifactId><version>4.0.0</version>&...

【转】ibatis 中isNull, isNotNull与isEmpty, isNotEmpty区别

转自:http://blog.csdn.net/fanfanjin/article/details/6676566 在iBATIS中isNull用于判断参数是否为Null,isNotNull相反isEmpty判断参数是否为Null或者空,满足其中一个条件则其trueisNotEmpty相反,当参数既不为Nul...
首页上一页1234下一页尾页