书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1400 个相关结果.
  • Spring Boot

    Connect to TiDB with Spring Boot Prerequisites Run the sample app to connect to TiDB Step 1: Clone the sample app repository Step 2: Configure connection information Step 3: Run...
  • Spring Boot

    Connect to TiDB with Spring Boot Prerequisites Run the sample app to connect to TiDB Step 1: Clone the sample app repository Step 2: Configure connection information Step 3: Run...
  • 13.3. StatelessSession (无状态session)接口

    13.3. StatelessSession (无状态session)接口 13.3. StatelessSession (无状态session)接口 作为选择,Hibernate提供了基于命令的API,可以用detached object的形式把数据以流的方法加入到数据库,或从数据库输出。StatelessSession 没有持久化上下文,也不提供...
  • 6.1 Creating Profiles

    6.1 Creating Profiles 6.1 Creating Profiles The idea behind creating a new profile is that you can setup a default set of commands and plugins that are tailored to a particular...
  • Using OpenTracing

    576 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Using OpenTracing Prerequisites Architecture Solution Creating the Maven project Examine the JAX-RS resource Create the configuration Run the application Additiona...
  • 1.3.3. 使关联工作

    1.3.3. 使关联工作 1.3.3. 使关联工作 我们把一些people和events 一起放到EventManager 的新方法中: private void addPersonToEvent ( Long personId , Long eventId ) { Session session = H...
  • 6. 开始学注解

    开始学注解 说明 JPA的常用注解 dodo的常用注解 注解的例子 系统支持的字段类型 开始学注解 说明 通过在实体类及其字段上添加几个注解,从而使得实体类能被代码生成引擎所识别,进而根据约定生成对应的代码 生成的代码类似手写代码,带全注释;除了对实体类加注解外,无任何侵入;实体类的注解代码生成完成后,可以删掉,不影响运行 约定...
  • 映射类型

    映射类型 原始类型 日期和时间类型 二进制和大型数据对象 JDK 相关类型 映射类型 当你准备一个 Hibernate 映射文件时,我们已经看到你把 Java 数据类型映射到了 RDBMS 数据格式。在映射文件中已经声明被使用的 types 不是 Java 数据类型;它们也不是 SQL 数据库类型。这种类型被称为 Hibernate 映射类...
  • 4.5. 元组片断映射(Tuplizers)

    4.5. 元组片断映射(Tuplizers) 4.5. 元组片断映射(Tuplizers) org.hibernate.tuple.Tuplizer ,以及其子接口,负责根据给定的org.hibernate.EntityMode ,来复现片断数据。如果给定的片断数据被认为其是一种数据结构,"tuplizer"就是一个知道如何创建这样的数据结构,以及如...
  • 19.2 Runtime Spring with the Beans DSL

    19.2 Runtime Spring with the Beans DSL The BeanBuilder class Using BeanBuilder with Spring MVC Loading Bean Definitions from the File System Adding Variables to the Binding (Con...