BeetlSQL 2.10.29 发布,Java Dao 工具

栏目: 软件资讯 · 发布时间: 7年前

内容简介:BeetlSQL 2.10.29 发布,更新如下: #IKPBA mapper 接口 支持default method,采用了liuzou1991 对mapper的优化,liuzhou也是提供BeetlSQL的Mapper功能作者之一 #IKPBB 代码生成优化,采用八天飞雪 ,di wu 关...

BeetlSQL 2.10.29 发布,更新如下:

#IKPBA mapper 接口 支持default method,采用了liuzou1991 对mapper的优化,liuzhou也是提供BeetlSQL的Mapper功能作者之一

#IKPBB 代码生成优化,采用八天飞雪 ,di wu 关于代码生成优化

#IKPBC selectUnique 查询多个报错提示不准确

#IKFGA sqlManager.refresh() 的bug

public interface SysResourceDao extends BaseMapper<SysResource> {

    void page(PageQuery<SysResource> query);

    default List<SysResource> listChildren(Integer resourceId) {
        return createLambdaQuery()
                .andNotEq(SysResource::getStatus, 1)
                .andEq(SysResource::getPid, resourceId)
                .select();
    }
}

Maven

<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>beetlsql</artifactId>
    <version>2.10.29</version>
</dependency>

BeetlSql 和 JPA,MyBatis性能比较

BeetlSQL 2.10.29 发布,Java Dao 工具

BeetlSql 和 JPA,MyBatis功能比较

BeetlSQL 2.10.29 发布,Java Dao 工具


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Dream Machine

The Dream Machine

M. Mitchell Waldrop / Penguin Books / 2002-8 / USD 16.00

While most people may not be familiar with the name J. C. R. Licklider, he was the guiding spirit behind the greatest revolution of the modern era. At a time when most computers were big, ponderous ma......一起来看看 《The Dream Machine》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换