书栈网 · BookStack 本次搜索耗时 0.071 秒,为您找到 670 个相关结果.
  • SpringBoot and JPA CRUD demo

    SpringBoot and JPA CRUD demo Before you start Set up environment 1. Install and Launch MatrixOne 2. Create a new Spring Boot Project Using IntelliJ IDEA 3. Modify the applicatio...
  • Spring Boot 使用 Jpa

    spring data jpa介绍 首先了解JPA是什么? spring data jpa 基本查询 预先生成方法 自定义简单查询 复杂查询 分页查询 自定义SQL查询 多表查询 多数据源的支持 同源数据库的多源支持 异构数据库多源支持 其它 参考 在上篇文章springboot(二):web综合开发 -web%E7%BB%B...
  • Using Hibernate ORM and JPA

    2305 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Using Hibernate ORM and JPA Setting up and configuring Hibernate ORM Hibernate ORM configuration properties Setting up and configuring Hibernate ORM with a persistence....
  • SpringBoot and JPA CRUD demo

    SpringBoot and JPA CRUD demo Before you start Set up environment 1. Install and Launch MatrixOne 2. Create a new Spring Boot Project Using IntelliJ IDEA 3. Modify the applicatio...
  • 使用 JPA 及 UserDetailsService

    使用 JPA 及 UserDetailsService build.gradle 实体 修改 User 新增 Authority 新增存储库 服务类 修改配置类 SecurityConfig 初始化数据库 使用 JPA 及 UserDetailsService 本文展示了如何使用 JPA 自定义 UserDetailsServic...
  • Chapter 10. JPA

    Chapter 10. JPA 你可以使用JPA实体作为流程变量,并且可以这样做: 基于流程变量更新已有的JPA实体,它可以在用户任务的表单中填写或者由服务任务生成。 重用已有的领域模型不需要编写显示的服务获取实体或者更新实体的值。 根据已有实体的属性做出判断(网关即分支聚合)。 … 本章内容 Requirements 要求 Configu...
  • Using Hibernate ORM and JPA

    4523 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...
  • SpringBoot 和 JPA 基础示例

    SpringBoot 和 JPA 基础示例 开始之前 配置环境 1. 安装构建 MatrixOne 2. 使用 IntelliJ IDEA 创建一个新的 Spring Boot 项目 3. 修改 application.properties 文件 4. 在 MatrixOne 中新建表并插入数据 编写代码 1. BookStoreControll...
  • Adding JPA To The Address Book Demo

    Adding JPA to the address book demo Introduction Prerequisites The System Architecture Refactoring the Domain Model The Person class The PersonReference class The QueryMetaDat...
  • 6.1. JPA注解学习

    JPA及部分Hibernate注解学习 @DynamicInsert @OneToOne @OneToMany & @ManyToOne @ManyToMany @Column @Convert JPA及部分Hibernate注解学习 (1)JPA & Hibernate的[字段相关注解]添加在[实体类字段的get方法]上 (2)do...