编程问答


如何保存引用 Spring JPA 中现有实体的新实体?
How to save a new entity that refers existing entity in Spring JPA?(如何保存引用 Spring JPA 中现有实体的新实体?)...
2024-08-24 Java开发问题
2

如何禁用 Spring Data REST 存储库的默认公开?
How to disable the default exposure of Spring Data REST repositories?(如何禁用 Spring Data REST 存储库的默认公开?)...
2024-08-24 Java开发问题
2

spring-data-mongodb 在一个 Mongo 实例中连接多个数据库
Spring-data-mongodb connect to multiple databases in one Mongo instance(spring-data-mongodb 在一个 Mongo 实例中连接多个数据库)...
2024-08-24 Java开发问题
8

Spring MVC 3:以 JSON 形式返回 Spring-Data 页面
Spring MVC 3: return a Spring-Data Page as JSON(Spring MVC 3:以 JSON 形式返回 Spring-Data 页面)...
2024-08-24 Java开发问题
11

执行 JpaTest 时找不到 @SpringBootConfiguration
Unable to find a @SpringBootConfiguration when doing a JpaTest(执行 JpaTest 时找不到 @SpringBootConfiguration)...
2024-08-24 Java开发问题
15

在mongodb中查询一个文档及其所有匹配条件的子文档(使用spring)
Query a document and all of its subdocuments that match a condition in mongodb (using spring)(在mongodb中查询一个文档及其所有匹配条件的子文档(使用spring))...
2024-08-24 Java开发问题
1

指定是否延迟加载 Spring Data
Specifying whether or not to lazily load with Spring Data(指定是否延迟加载 Spring Data)...
2024-08-24 Java开发问题
1

SpringData:查询注释中是否可以有子查询?
SpringData : is it possible to have subqueries in the Query annotation?(SpringData:查询注释中是否可以有子查询?)...
2024-08-24 Java开发问题
7

如何在没有@Id的情况下使用spring Repository?
How to use spring Repository without @Id?(如何在没有@Id的情况下使用spring Repository?)...
2024-08-24 Java开发问题
2

将 Spring 依赖注入到 JPA 实体侦听器中
Spring Dependency Injection into JPA entity listener(将 Spring 依赖注入到 JPA 实体侦听器中)...
2024-08-24 Java开发问题
2

在 Spring Data JPA 中是否有任何最简单的方法来获取表元数据(列名列表)信息?我可以在通用数据库上使用哪个
Is there any Simplest way to get Table metadata (column name list) information, in Spring Data JPA ? which could I use on universal database(在 Spring Data JPA 中是否有任何最简单的方法来获取表元数据(列名列表)信息?我可以在通用数据库上使用哪...
2024-08-24 Java开发问题
2

使用 JpaSpecificationExecutor 时使用 QueryHint
Use QueryHint when using JpaSpecificationExecutor(使用 JpaSpecificationExecutor 时使用 QueryHint)...
2024-08-24 Java开发问题
4