书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 1400 个相关结果.
  • 11.2.3. 异常处理

    11.2.3. 异常处理 11.2.3. 异常处理 如果 Session 抛出异常 (包括任何SQLException ), 你应该立即回滚数据库事务,调用 Session.close() ,丢弃该 Session 实例。Session 的某些方法可能会导致session 处于不一致的状态。所有由Hibernate抛出的异常都视为不可以恢复的。确...
  • Deployment

    Deployment Environment Preparation Configuration Dependencies Start Restart Register TubeMQ cluster Deployment All deploying files at inlong-tubemq-manager directory. E...
  • 12.2 Configurations for Data Access

    12.2 Configurations for Data Access 12.2 Configurations for Data Access The table summarizes the configuration modules and the dependencies you should add to your build to enab...
  • 12.2 Configurations for Data Access

    12.2 Configurations for Data Access 12.2 Configurations for Data Access The table summarizes the configuration modules and the dependencies you should add to your build to enab...
  • 0.1. 翻译说明

    1. 翻译说明 1. 翻译说明 本文档的翻译是在网络上协作进行的,也会不断根据Hibernate的升级进行更新。提供此文档的目的是为了减缓学习Hibernate的坡度,而非代替原文档。我们建议所有有能力的读者都直接阅读英文原文。若您对翻译有异议,或发现翻译错误,敬请不吝赐教,报告到如下email地址:cao at redsaga.com Hiber...
  • 第 20 章 工具箱指南

    第 20 章 工具箱指南 第 20 章 工具箱指南 目录 20.1. Schema自动生成(Automatic schema generation) 20.1.1. 对schema定制化(Customizing the schema) 20.1.2. 运行该工具 20.1.3. 属性(Properties) 20.1.4. 使用Ant(Usin...
  • 3. Bootstrap

    3. Bootstrap 3.1. Native Bootstrapping 3.1.1. Building the ServiceRegistry 3.1.2. Event Listener registration 3.1.3. Building the Metadata 3.1.4. Building the SessionFactory 3...
  • 什么是 SessionFactory?

    814 2018-03-08 《Java 面试笔记》
    What is SessionFactory in Hibernate? What is SessionFactory in Hibernate? SessionFactory 是一个创建 hibernate Session 对象的工厂. 它可以作为单一的 data store 及也是线程安全的,使多个线程可以使用相同的 SessionFactor...
  • 11.3.4. 定制自动版本化行为

    11.3.4. 定制自动版本化行为 11.3.4. 定制自动版本化行为 对于特定的属性和集合,通过为它们设置映射属性optimistic-lock 的值 为false ,来禁止Hibernate的版本自动增加。这样的话,如果该属性 脏数据,Hibernate将不再增加版本号。 遗留系统的数据库Schema通常是静态的,不可修改的。或者,其他应用程序...
  • 13.1.2 Transactions Rollback and the Session

    13.1.2 Transactions Rollback and the Session Understanding Transactions and the Hibernate Session Validation Errors and Rollback 13.1.2 Transactions Rollback and the Session ...