随笔分类 - Mybatis
摘要:sql 预编译语句_牛客博客 https://blog.nowcoder.net/n/198be55df4a4406d8eb9dc2482272061?from=nowcoder_improve hibernate sql 注入 - 国内版 Bing https://cn.bing.com/sear
阅读全文
摘要:mybatis3.2.8 与 hibernate4.3.6 混用 - 菩提树下的杨过 - 博客园 https://www.cnblogs.com/yjmyzz/p/4047823.html hibernate和mybatis共存问题_qq_30295399的博客-CSDN博客_hibernate和m
阅读全文
摘要:[MyBatis]模糊查询LIKE的三种方式_睁眼看世界-CSDN博客_mybatis like模糊查询 https://blog.csdn.net/why15732625998/article/details/79081146 mybatis中LIKE模糊查询的几种写法以及注意点_NasubiZW
阅读全文
摘要:mybatis – MyBatis 3 | Logging https://mybatis.org/mybatis 3/logging.html log4j Logging Levels Tutorialspoint https://www.tutorialspoint.com/log4j/log4
阅读全文
摘要:Basic OGNL expressions OGNL Apache Commons OGNL Language Guide https://commons.apache.org/proper/commons ognl/language guide.html mybatis:org.apache.i
阅读全文
摘要:iBATIS Database Layer / Discussion / CLOSED - Users: vs. Hibernatehttps://sourceforge.net/p/ibatisdb/discussion/206693/thread/ada39fb2/ Clinton Begin
阅读全文
摘要:pagehelper 不分页几种情况的解决方法 - web洋仔 - CSDN博客https://blog.csdn.net/csdn___lyy/article/details/77160488 分页插件pageHelper 不管用-CSDN论坛https://bbs.csdn.net/topics
阅读全文
摘要:Mybatis MiniDao共存问题 - 国内版 Binghttps://cn.bing.com/search?q=Mybatis+MiniDao%E5%85%B1%E5%AD%98%E9%97%AE%E9%A2%98&qs=n&form=QBRE&sp=-1&pq=mybatis+minidao
阅读全文
摘要:Jeecg-Boot 1.0 发布,企业级快速开发平台 - 开源中国https://www.oschina.net/news/104889/jeecg-boot-1-0-released 简介 | MyBatis-Plushttps://mp.baomidou.com/guide/#%E6%8E%A
阅读全文
摘要:Hibernate Column 'parent_id' specified twice问题解决--insertable = false, updatable = false的使用 - shendeguang的专栏 - CSDN博客 https://blog.csdn.net/shendeguang
阅读全文
摘要:系统原生集成的Ehcache, 但是监控需要(version 2.7),Ehcache Monitor http://www.ehcache.org/documentation/2.7/operations/jmx.html 缓存数据监控:可以通过注册MBean实现用JConsole的简单监控。 h
阅读全文
摘要:Mybatis Update statement Date null 只要在Model里把字段置为java的null即可。
阅读全文
摘要:Java语法: MyBatis语法
阅读全文
摘要:这是单元测试代码:TESTTITLECASE.sql 这是仿照MyBatis的功能实现:TITLECASE(这个是从Sublime里的Edit的Case下借鉴过来的) 这是一个副产品:单词首字符大写:FIRSTLETTERUPPERCASE.sql
阅读全文
摘要:http://www.cnblogs.com/ningheshutong/p/5828854.html http://www.2cto.com/database/201409/338155.html 总得来说,单个参数不用说,多个参数不是通过具体的Entity就是通过Map。 Q:能不能用逗号隔开传
阅读全文
摘要:Mybatis three entity relation:association in collection PatentMapper.xml LawStateMapper.xml Patent.java private List<LawState> lawStates; LawState.jav
阅读全文