书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 1391 个相关结果.
  • 19.1.2. 调整抓取策略(Tuning fetch strategies)

    19.1.2. 调整抓取策略(Tuning fetch strategies) 19.1.2. 调整抓取策略(Tuning fetch strategies) 查询抓取(默认的)在N+1查询的情况下是极其脆弱的,因此我们可能会要求在映射文档中定义使用连接抓取: <set name = "permissions" ...
  • 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...
  • JPAContainer

    Overview Installing Defining a Domain Model Basic Use of JPAContainer Entity Providers Filtering JPAContainer Querying with the Criteria API Automatic Form Generation Usi...
  • 19.6. 监测性能(Monitoring performance)

    19.6. 监测性能(Monitoring performance) 19.6. 监测性能(Monitoring performance) 没有监测和性能参数而进行优化是毫无意义的。Hibernate为其内部操作提供了一系列的示意图,因此可以从 每个SessionFactory 抓取其统计数据。
  • 映射类型

    映射类型 原始类型 日期和时间类型 二进制和大型数据对象 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...
  • 32. References

    32. References 32. References [PoEAA] Martin Fowler. Patterns of Enterprise Application Architecture . Addison-Wesley Publishing Company. 2003. [JPwH] Christian Bauer & Gav...
  • 11.3.2. 扩展周期的session和自动版本化

    11.3.2. 扩展周期的session和自动版本化 11.3.2. 扩展周期的session和自动版本化 单个 Session 实例和它所关联的所有持久化对象实例都被用于整个 对话,这被称为session-per-conversation。Hibernate在同步的时候进行对象实例的版本检查,如果检测到并发修 改则抛出异常。由开发人员来决定是否需要...