书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 1400 个相关结果.
  • 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...
  • O/R 映射

    O/R 映射 集合映射 关联映射 组件映射 O/R 映射 目前为止我们已经通过应用 Hibernate 见识过十分基础的 O/R 映射了,但是还有三个更加重要的有关映射的话题需要我们更详细的探讨。这三个话题是集合的映射,实体类之间的关联映射以及组件映射。 集合映射 如果一个实例或者类中有特定变量的值的集合,那么我们可以应用 Java ...
  • 集成JPA

    集成JPA 练习 小结 读后有收获可以支付宝请作者喝咖啡: 集成JPA 上一节我们讲了在Spring中集成Hibernate。Hibernate是第一个被广泛使用的ORM框架,但是很多小伙伴还听说过JPA:Java Persistence API,这又是啥? 在讨论JPA之前,我们要注意到JavaEE早在1999年就发布了,并且有Servle...
  • 批处理

    批处理 批处理样例 编译和执行 批处理 考虑一种情况,你需要使用 Hibernate 将大量的数据上传到你的数据库中。以下是使用 Hibernate 来达到这个的代码片段: Session session = SessionFactory . openSession (); Transaction tx = session...
  • 7.2 映射文件说明

    7.2 映射文件说明 7.2.1 <hibernate-mapping>元素属性(root元素) 7.2.2 <class>元素属性(hibernate-mapping子元素) 7.2.2.1 映射对象标识符 7.2.3 <id>元素属性(class元素子元素) 7.2.4 <generator>元素属性(id元素子元素) 7.2.4.1 主键生成策...
  • 3.1. 可编程的配置方式

    3.1. 可编程的配置方式 3.1. 可编程的配置方式 一个org.hibernate.cfg.Configuration 实例代表了一个应用程序中Java类型 到SQL数据库映射的完整集合. Configuration 被用来构建一个(不可变的 (immutable))SessionFactory . 映射定义则由不同的XML映射定义文件编译而来....
  • WildFly module identifiers: slots and conventions

    WildFly module identifiers: slots and conventions WildFly module identifiers: slots and conventions Note that the Hibernate ORM modules coming with WildFly will remain untouche...
  • 4. Tutorial Using the Java Persistence API (JPA)

    4. Tutorial Using the Java Persistence API (JPA) 4.1. persistence.xml 4.2. The annotated entity Java class 4.3. Example code 4.4. Take it further! 4. Tutorial Using the Jav...
  • 1. Architecture

    1. Architecture 1.1. Overview 1. Architecture 1.1. Overview Hibernate, as an ORM solution, effectively “sits between” the Java application data access layer and the Rela...