书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 73 个相关结果.
  • jooq

    jOOQ 是一个基于 Java 编写 SQL 的工具包,具有:简单、轻量、函数式编程写 SQL 等独特优势,非常适合敏捷快速迭代开发。也是 Cloudopt Next 推荐的 orm。 Cloudopt Next 提供了对 jOOQ 的插件,用于方便启动 jOOQ 。您只需要在 Cloudopt Next 的配置文件中配置下 datasource 和jo...
  • 29.5 使用jOOQ

    29.5 使用jOOQ 29.5 使用jOOQ Java面向对象查询(jOOQ )是Data Geekery 的一个明星产品,可以从数据库生成Java代码,让你通过它的流式API构建类型安全的SQL查询。不管是商业版,还是开源版本都能跟Spring Boot一块使用。
  • 7.4. Generating classes for jOOQ

    7.4. Generating classes for jOOQ 7.4.1. jOOQ Classes Configuration for Database Schema Classes Generating the Schema Classes 7.4. Generating classes for jOOQ Work with the d...
  • 7.6.1. The jOOQ DSL

    7.6.1. The jOOQ DSL 7.6.1. The jOOQ DSL jOOQ comes with its own DSL (for Domain Specific Language) that emulates SQL in Java. It allows you to write SQL statements almost as th...
  • 7.6.5. Stored Procedures with jOOQ

    7.6.5. Stored Procedures with jOOQ 7.6.5. Stored Procedures with jOOQ A great benefit of jOOQ is its support for working with stored procedures. Stored procedures are extracted...
  • 29.5.3 自定义jOOQ

    29.5.3 自定义jOOQ 29.5.3 自定义jOOQ 通过在application.properties 中设置spring.jooq.sql-dialect 属性,你可以自定义jOOQ使用的SQL方言(dialect)。例如,设置方言为Postgres: spring . jooq . sql - dialect = Postgres ...
  • 7.6. Creating SQL Queries Using jOOQ

    7.6. Creating SQL Queries Using jOOQ 7.6. Creating SQL Queries Using jOOQ Before we move on to the implementation of managers and grids, we will examine briefly how to work wit...
  • 7. Creating an Application with jOOQ and Spring MVC

    7. Creating an Application with jOOQ and Spring MVC 7. Creating an Application with jOOQ and Spring MVC This chapter describes how to create a web application in the Java langu...
  • SQL Translator

    SQL Translator Native SQL translator JooQ SQL translator SQL Translator Native SQL translator Type: NATIVE Attributes: None Default SQL translator, does not implement yet....
  • SQL 翻译

    SQL 翻译 原生 SQL 翻译器 使用 JooQ 的 SQL 翻译器 SQL 翻译 原生 SQL 翻译器 类型:NATIVE 可配置属性: 无 默认使用的 SQL 翻译器,但目前暂未实现 使用 JooQ 的 SQL 翻译器 类型:JOOQ 可配置属性: 无 由于需要第三方的 JooQ 依赖,因此 ShardingSphere ...