mybatis-dynamic-query
mybatis-dynamic-query copied to clipboard
dynamic query for mybatis
Bumps [h2](https://github.com/h2database/h2database) from 2.0.206 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...
`/** * function 适配 dynamic query * * @param 获取对象值 * @param 返回值 */ public interface GetExtPropertyFunction extends GetCommonPropertyFunction { R apply(T t); } ` 用户只需要传入这个类型的function,就可以当做参数动态写入select 中,同时可以调用apply 接口,获取值
看了下你这边现在插入操作有三种 insert insertList insertSelective 但是当我想做以下操作时,无法支持 ##创建表 CREATE TABLE user( id int(11) AUTO_INCREMENT NOT NULL, name varchar(50) DEFAULT NULL, age smallint(4) DEFAULT NULL), PRIMARY KEY (`id`) ); ##插入数据 INSERT INTO table1...
中文文档的链接点进去是: 401 Unauthorized
主要是为了部分使用 更具有灵活性