书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 1243 个相关结果.
  • 22.3. Hibernate 代码

    22.3. Hibernate 代码 22.3. Hibernate 代码 下面的类演示了我们可以使用Hibernate对这些类进行的一些操作。 package eg ; import java . util . ArrayList ; import java . util . Calendar ; import java ...
  • Simplified Hibernate ORM with Panache

    9477 2019-11-10 《Quarkus v1.0 Document》
    Quarkus - Simplified Hibernate ORM with Panache First: an example Setting up and configuring Hibernate ORM with Panache Defining your entity Most useful operations Paging Sort...
  • Simplified Hibernate ORM with Panache and Kotlin

    567 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Simplified Hibernate ORM with Panache and Kotlin First: an example Using the repository pattern Defining your entity Defining your repository Most useful operations ...
  • Hibernate 4 的实体关系

    688 2020-07-08 《Hibernate 教程》
    Hibernate 4 的实体关系 作者实体 将作者添加到Book实体 关系类型 一对一关系 一对多和多对一关系 多对多关系 更改main方法 总结 代码下载 Hibernate 4 的实体关系 原文: https://javabeginnerstutorial.com/hibernate/entity-relations-wit...
  • JPA with Hibernate 4.2.x

    JPA with Hibernate 4.2.x JPA with Hibernate 4.2.x 在 Activiti 引擎的 serviceTask 或 listener 中使用 Hibernate 4.2.x JPA 时,需要添加 SpringORM 这个额外的依赖。 Hibernate 4.1.x及以下版本是不需要的。应该添加如下依赖: <...
  • Hibernate ORM within WildFly

    Hibernate ORM within WildFly Hibernate ORM within WildFly The WildFly application server includes Hibernate ORM as the default JPA provider out of the box. This means that yo...
  • Simplified Hibernate ORM with Panache

    931 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Simplified Hibernate ORM with Panache First: an example Solution Setting up and configuring Hibernate ORM with Panache Solution 1: using the active record pattern Defi...
  • 1.2.3. Hibernate配置

    1.2.3. Hibernate配置 1.2.3. Hibernate配置 现在我们已经有了一个持久化类和它的映射文件,该是配置Hibernate的时候了。在此之前,我们需要一个数据库。 HSQL DB是种基于Java 的SQL数据库管理系统(DBMS),可以从HSQL DB的网站上下载。实际上,你只需下载的包中的hsqldb.jar 文件,并把这个...
  • Using Hibernate ORM and JPA

    4524 2019-11-10 《Quarkus v1.0 Document》
    Quarkus - Using Hibernate ORM and JPA Setting up and configuring Hibernate ORM without persistence.xml (recommended) Properties to refine your Hibernate ORM configuration Setting...
  • Hibernate 4 批处理

    771 2020-07-08 《Hibernate 教程》
    Hibernate 4 批处理 为什么要批处理? 朴素的方法 设置批处理大小,将二级缓存保持在较低水平 那么为什么要设置批处理大小? 批次大小无法保证 手动保存数据 总结 Hibernate 4 批处理 原文: https://javabeginnerstutorial.com/hibernate/batch-execution-wi...