文章列表
Spring Data Querying DateTime with only Date(Spring数据查询日期时间只有日期)
Why is the version property not set with Spring Data JPA?(为什么没有使用 Spring Data JPA 设置版本属性?)
onSave() (for any Entity saved with Hibernate/Spring Data Repositories)(onSave()(对于使用 Hibernate/Spring Data Repositories 保存的任何实体))
Exception in monitor thread while connecting to server localhost:27017 while accessing MongoDB with Java(使用 Java 访问 MongoDB 时连接到服务器 localhost:27017 时监控线程出现异常)
What does it mean lt;S extends Tgt; save (S entity); in Spring Repository?(lt;S 扩展 Tgt; 是什么意思保存(S实体);在 Spring 存储库中?)
Is a Spring Data (JPA) Repository thread-safe? (aka is SimpleJpaRepository thread safe)(Spring Data (JPA) Repository 是线程安全的吗?(又名 SimpleJpaRepository 线程安全))
Pagelt;gt; vs Slicelt;gt; when to use which?(页面lt;gt;与切片lt;gt;什么时候用哪个?)
Can I use Spring Data JPA Auditing without the orm.xml file (using JavaConfig instead)?(我可以在没有 orm.xml 文件的情况下使用 Spring Data JPA 审计(改用 JavaConfig)吗?)
Specifying whether or not to lazily load with Spring Data(指定是否延迟加载 Spring Data)
Query a document and all of its subdocuments that match a condition in mongodb (using spring)(在mongodb中查询一个文档及其所有匹配条件的子文档(使用spring))