spring-data
-
-
-
使用 JNDI 在 Spring Boot 中配置多个数据源 我想使用您的应用程序服务器内置功能管理多个数据源,并使用 JNDI 访问它。我正在使用带有Spring JPA数据的Spring boot。 我能够为单个数据源配置 application.properties: 它在客户架构中创建所有
-
-
Java 8 Date/Time (JSR-310) types mapping with Spring Data MongoDB 我有一个简单的文档与Java 8日期/时间字段 我想坚持使用Spring Data MongoDB版本1.5。但是,类型的字段无法正确反序列化,因为缺少类的转换器。
-
为什么在从 spring-data-jpa 保存返回的实体中未设置 ID 我有一个简单的实体。我使用的是spring-data-jpa版本1.2.0.RELEASE和eclipselink 2.4.1。 我希望在保存后设置ID,但事实并非如此。他们不希望我在编写实体后立即进行查找,对吧?
-
-
如何在Spring Data MongoDB中使用乐观锁定? 我正在浏览,我发现这些例子有点过于简单。 特别是,我正在尝试了解如何在并发环境中处理过时的数据。例如,假设我有以下实体: 但是我有点担心,如果我想做的每种类型的更新都需要
-
Spring PageableArgumentResolver 已弃用,如何使用 PageableHandlerMethodArgumentResolver? 这是我当前的分页解析器: 首先,新类PageableHandlerMethodArgumentResolver的实现有点不同,因为指的是2。页面,所以我不得不使用它,以便它显示第一页。 但是我仍然对这个新对象有问题。当我
-
Spring Data Jpa OneToMany save child and parent entities at the same time? This is my parent entity. Note: Removing getters, setters, lombok annotations for brevity. One approach that I can take is to save the board first without and then do a save on stories with this saved board set as ref. But this would need two Repositor
标签