书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1400 个相关结果.
  • 3.1.0-beta.2

    TiDB 3.1 Beta.2 Release Notes Compatibility Changes New Features Bug Fixes TiDB 3.1 Beta.2 Release Notes Release date: March 9, 2020 TiDB version: 3.1.0-beta.2 TiDB Ansible...
  • Querying with the Criteria API

    Querying with the Criteria API Filtering the Query Compatibility Querying with the Criteria API When the Filterable API is not enough and you need to have more control, you c...
  • 6.13 Data Validation

    6.13 Data Validation 6.13 Data Validation It is easy to validate incoming data with Micronaut’s controllers with the Validation Advice . First, add the Hibernate Validator con...
  • Spring Boot

    使用 Spring Boot 连接到 TiDB 前置需求 运行代码并连接到 TiDB 第 1 步:克隆示例代码仓库到本地 第 2 步:配置连接信息 第 3 步:运行代码并查看结果 示例代码片段 连接到 TiDB 数据管理 插入或更新数据 查询数据 删除数据 下一步 需要帮助? 使用 Spring Boot 连接到 TiDB T...
  • 8.2.2 海量 Region 集群调优

    8.2.2 海量 Region 集群调优 1. Raftstore 的工作流程 2. 性能问题 性能监控 3. 性能优化方法 方法一:增加 TiKV 实例 方法二:调整 raft-base-tick-interval 方法三:提高 Raftstore 并发数 方法四:开启 Hibernate Region 功能 方法五:开启 Region Me...
  • Ecosystem

    Ecosystem Overview Ecosystem Overview Here are some projects that support Presto: APIJSON : A JSON Transmission Protocol and an ORM Library that provides APIs and Docs w...
  • 附录A

    附录A ItemReader 与 ItemWriter 列表 A.1 Item Readers A.2 Item Writers 附录A ItemReader 与 ItemWriter 列表 A.1 Item Readers Table A.1. 所有可用的Item Reader列表 ...
  • Bean 验证

    3.2.13. Bean 验证 3.2.13. Bean 验证 Bean 验证是一种可选机制,可在通用 UI 和 REST API 中提供中间件上数据的统一验证。它基于 JSR 380 - Bean Validation 2.0 及其参考实现: Hibernate Validator 。
  • Elasticsearch Clients

    713 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Connecting to an Elasticsearch cluster Prerequisites Architecture Solution Creating the Maven project Creating your first JSON REST service Configuring Elasticsearch...
  • ORM 框架支持

    ORM框架支持 ORM框架支持 Seata 虽然是保证数据一致性的组件,但对于 ORM 框架并没有特殊的要求,像主流的Mybatis,Mybatis-Plus,Spring Data JPA, Hibernate等都支持。这是因为ORM框架位于JDBC结构的上层,而 Seata 的 AT,XA 事务模式是对 JDBC 标准接口操作的拦截和增强。