DATAJPA-1712 - Fix minor documentation typo.

Original pull request: #418.
This commit is contained in:
Mikael
2020-04-12 12:46:11 +03:00
committed by Jens Schauder
parent fc82c01dd2
commit 4e2d4e8161

View File

@@ -39,4 +39,4 @@ Currently I have implemented a repository layer based on `HibernateDaoSupport`.
== Auditing
[qanda]
I want to use Spring Data JPA auditing capabilities but have my database already configured to set modification and creation date on entities. How can I prevent Spring Data from setting the date programmatically. :: Set the `set-dates` attribute of the `auditing` namespace element to `false`.
I want to use Spring Data JPA auditing capabilities but have my database already configured to set modification and creation date on entities. How can I prevent Spring Data from setting the date programmatically? :: Set the `set-dates` attribute of the `auditing` namespace element to `false`.