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

    架构 配置对象 SessionFactory 对象 Session 对象 Transaction 对象 Query 对象 Criteria 对象 架构 Hibernate 架构是分层的,作为数据访问层,你不必知道底层 API 。Hibernate 利用数据库以及配置数据来为应用程序提供持续性服务(以及持续性对象)。 下面是一个非常高水平...
  • 3.3. JDBC连接

    3.3. JDBC连接 3.3. JDBC连接 通常你希望SessionFactory 来为你创建和缓存(pool)JDBC连接. 如果你采用这种方式, 只需要如下例所示那样,打开一个Session : Session session = sessions . openSession (); // open a new Session ...
  • 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...
  • 缓存

    缓存 一级缓存 二级缓存 查询层次缓存 第二级缓存 并发策略 缓存提供者 查询层次缓存 缓存 缓存是关于应用程序性能的优化,降低了应用程序对物理数据源访问的频次,从而提高应用程序的运行性能。 缓存对 Hibernate 来说也是重要的,它使用了如下解释的多级缓存方案: 一级缓存 第一级缓存是 Session 缓存...
  • 74.5 配置JPA属性

    74.5 配置JPA属性 74.5 配置JPA属性 Spring Data JPA已经提供了一些独立的配置选项(比如,针对SQL日志),并且Spring Boot会暴露它们,针对hibernate的外部配置属性也更多些,最常见的选项如下: spring . jpa . hibernate . ddl - auto = create - drop ...
  • README

    Guides and such Presentations Guides and such Getting Started Guide A quickstart-style guide with tutorials. See also the Obtaining Hibernate section discussing the Hiberna...
  • Preface

    Preface Preface Working with both Object-Oriented software and Relational Databases can be cumbersome and time-consuming. Development costs are significantly higher due to a nu...
  • 环境

    环境 下载 Hibernate 安装 Hibernate Hibernate 的前提 环境 这个章节会告诉你为了给 Hibernate 应用准备需要的开发环境,该怎样安装 Hibernate 应用和一些其它相关的包。我们会用 MySQL 数据库来对一些 Hibernate 应用的例子进行试验,所以先要确保你已经安装过了 MySQL 数据库。想了...
  • 5.1.1.1. EntityResolver

    5.1.1.1. EntityResolver 5.1.1.1. EntityResolver As mentioned previously, Hibernate will first attempt to resolve DTDs in its classpath. The manner in which it does this is by r...
  • Preface

    Preface Get Involved Preface Working with both Object-Oriented software and Relational Databases can be cumbersome and time-consuming. Development costs are significantly hig...