refactor: move kotlin module to https://gitee.com/mybatis-flex/mybatis… 2年前 mybatis-flex-loveqq-starter opt:update loveqq-framework starter version 3个月前 mybatis-flex-processor build: v1.10.9 release (^.^)YYa!!
也可以参考 issue:https://gitee.com/mybatis-flex/mybatis-flex/issues/I7TT51 SpringBoot 支持 在SpringBoot 项目下,直接通过 @Configuration 即可使用: java @Configuration public class MyConfiguration { @Bean public LogicDeleteProcessor logicDeleteProcessor(){ return new DateTimeLogicDeleteProcessor()...
登录注册 5月24日 | Gitee Talk 模力方舟 AI 应用沙龙合肥站,多个 AI+ 项目实践分享,跨行业 AI 场景落地,报名现已开启~ 欢迎加入我们~ 概览仓库5Issues221Pull Requests9动态成员1 热门 MyBatis-Flex MyBatis-Flex 一个优雅的 MyBatis 增强框架
Class<? extends InsertListener>[] onInsert 监听entity 的 insert 行为。 Class<? extends SetListener>[] onSet 监听entity 的查询数据的 set 行为,用户主动 set 不会触发。 Class<? extends UpdateListener>[] onUpdate 监听entity 的 update 行为。 String schema 数据库的 schema(模式)。Element...
你还可以使用 Mybatis-Flex-Reactor (flex 响应式拓展包),内部将游标操作封装成了 Flux 对象,可以有更好的游标操作体验。 详情可见:GiteeGithub 查询Map 集合 java List<Row>selectRowsByQuery(QueryWrapper queryWrapper); Relations 注解查询 Relations 注解查询指的是用于查询带有注解@RelationOneToOne,@Relati...
org.apache.ibatis.type.JdbcType jdbcType 配置的 jdbcType。 String onInsertValue insert 的时候默认值,这个值会直接被拼接到 sql 而不通过参数设置。 String onUpdateValue update 的时候自动赋值,这个值会直接被拼接到 sql 而不通过参数设置。 boolean tenantId 是否是租户 ID。 Class<? extends org.apach...
Gitee.com(码云) 是 OSCHINA.NET 推出的代码托管平台,支持 Git 和 SVN,提供免费的私有仓库托管。目前已有超过 1350万的开发者选择 Gitee。
该操作需登录 Gitee 帐号,请先登录后再操作。 立即登录 没有帐号,去注册 编辑仓库简介 简介内容 Mybatis-Flex 一个优雅的 Mybatis 增强框架 主页 取消 保存更改 1 https://api.gitee.com/Suomm/mybatis-flex.git git@api.gitee.com:Suomm/mybatis-flex.git Suomm mybatis-flex Mybatis-Flex main北...
28. 29. 30. 31. 32. 在以上的 “limit… offset” 示例中,MyBatis-Flex 能够自动识别当前数据库,并生成不同的 SQL,用户也可以很轻易的通过DialectFactory注册(新增或改写)自己的实现方言。 gitee https://gitee.com/mybatis-flex/mybatis-flex
加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 文件 main 克隆/下载 git config --global user.name userName git config --global user.email userEmail mybatis-flex / docs / zh