书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 1400 个相关结果.
  • Connect MatrixOne with Java ORMs

    Connect MatrixOne with Java ORMs MyBatis 1. Add MyBatis-Spring-Boot-Starter in Pom.xml 2. Add Configuration Spring Data JPA 1. Add spring-boot-starter-data-jpa in Pom.xml 2. Ad...
  • Filtering JPAContainer

    Filtering JPAContainer Filtering JPAContainer Normally, a JPAContainer contains all instances of a particular entity type in the persistence context. Hence, it is equivalent to...
  • 选择驱动或 ORM 框架

    选择驱动或 ORM 框架 Java Java Drivers Java ORM 框架 Java 客户端负载均衡 Golang Golang Drivers Golang ORM 框架 Python Python Drivers Python ORM 框架 选择驱动或 ORM 框架 注意 TiDB 支持等级说明: Full ...
  • SpringBoot 和 JPA 基础示例

    SpringBoot 和 JPA 基础示例 开始之前 配置环境 1. 安装构建 MatrixOne 2. 使用 IntelliJ IDEA 创建一个新的 Spring Boot 项目 3. 修改 application.properties 文件 4. 在 MatrixOne 中新建表并插入数据 编写代码 1. BookStoreControll...
  • 使用 Java ORMs 连接 MatrixOne

    使用 Java ORMs 连接 MatrixOne MyBatis 1. 在 Pom.xml 中添加 MyBatis-Spring-Boot-Starter 2. 添加配置 Spring Data JPA 1. 在 Pom.xml 中添加 spring-boot-starter-data-jpa 2. 添加配置 使用 Java ORMs 连...
  • 19.4. 查询缓存(The Query Cache)

    19.4. 查询缓存(The Query Cache) 19.4. 查询缓存(The Query Cache) 查询的结果集也可以被缓存。只有当经常使用同样的参数进行查询时,这才会有些用处。 要使用查询缓存,首先你必须打开它: hibernate . cache . use_query_cache true 该设置将会创建两个缓存区域 ...
  • 部署 WAR 到 WildFly

    5.3.3. 部署 WAR 到 WildFly 5.3.3. 部署 WAR 到 WildFly CUBA 应用程序的 WAR 包可以部署在 WildFly 应用服务中。下面这个示例是部署使用 PostgreSQL 9.6 的 CUBA 应用程序到 Windows 的 WildFly 14.0.0。 组装并且部署项目到默认的 Tomcat 服务,...
  • 4.1.3. 使用非final的类 (可选)

    4.1.3. 使用非final的类 (可选) 4.1.3. 使用非final的类 (可选) 代理(proxies)是Hibernate的一个重要的功能,它依赖的条件是,持久 化类或者是非final的,或者是实现了一个所有方法都声明为public的接口。 你可以用Hibernate持久化一个没有实现任何接口的final 类,但是你 不能使用代理来延迟...
  • Deployment

    Deployment Environment Preparation Configuration Dependencies Start Register TubeMQ cluster Deployment All deploying files at inlong-tubemq-manager directory. Environmen...
  • 27. Legacy Bootstrapping

    27. Legacy Bootstrapping 27. Legacy Bootstrapping The legacy way to bootstrap a SessionFactory is via the org.hibernate.cfg.Configuration object. Configuration represents, e...