35 Commits

Author SHA1 Message Date
hoyeon Jang
2f61638388 Fix typos in query-methods.adoc.
Signed-off-by: hoyeon Jang <hoyeonj981@gmail.com>
Closes #3912
2025-06-11 14:28:17 +02:00
Mark Paluch
41431d83d7 Use dynamic copyright years in documentation, adopt to feature flags.
See #3853
2025-05-09 11:29:38 +02:00
w3n9
24a20cc4b1 Makes manually assigned id example simpler to understand.
The old version was still valid but a little confusing.

Original pull request #3865
Signed-off-by: w3n9 <w3n9@foxmail.com>

Commit message changed by Jens Schauder
2025-05-06 13:44:12 +02:00
Mark Paluch
6cd68b7be4 Polishing.
Tweak wording.

See #3842
Original pull request: #3843
2025-04-17 15:23:23 +02:00
SC
5ee6a09fda Clarify transaction boundary recommendation.
Closes #3842
Original pull request: #3843
2025-04-17 15:23:23 +02:00
Mark Paluch
72a347f3ab Refine entity state detection wording using primitive versions.
Closes #3798
2025-03-03 11:56:07 +01:00
Mark Paluch
fef40437e4 Refine performance requirements on derived delete queries.
Closes #3177
2025-01-31 10:59:16 +01:00
Jens Schauder
7667c9aff1 Document limitations of non-supported collection attributes in Query By Example
Closes #3740
2025-01-10 10:23:32 +01:00
Mark Paluch
31173825c3 Extend license header copyright years to 2025.
See #3731
2025-01-08 09:55:57 +01:00
Mark Paluch
df04b0253f Polishing.
Tweak wording.

See: #3286
Original pull request: #3449
2024-12-03 10:31:29 +01:00
Christoph Strobl
7bcc96d84b Update Projection section in reference documentation.
For the time being we at least now document the current behaviour and how to cope with it.

Closes: #3286
Original pull request: #3449
2024-12-03 10:31:29 +01:00
Mark Paluch
ae52d70d4a Reflect IS NULL/IS NOT NULL usage for derived queries using null as argument.
Closes #3674
2024-11-14 10:44:53 +01:00
Mark Paluch
cea33d5b42 Fix retrieval of multiple OUT parameters from a stored procedure returning also a ResultSet.
Closes #2381
2024-10-21 15:27:49 +02:00
Mark Paluch
455d68d5a2 Polishing.
Refine stored procedure documentation.

See #1759
2024-10-21 14:50:21 +02:00
Mark Paluch
1b4a6330ee Polishing.
Mention restrictions.

See #3636
Original pull request: #3637
2024-10-17 15:36:39 +02:00
Christoph Strobl
d74decc99a Update native query documentation.
Closes #3636
Original pull request: #3637
2024-10-17 15:36:24 +02:00
Mark Paluch
2a5fdc3b0d Polishing.
Use ObjectUtils instead of Enum.valueOf(…), move class presence check into field. Allow force-selection of JSQLParser.

Add more tests.

See #2989
Original pull request: #3623
2024-10-01 15:28:07 +02:00
Christoph Strobl
c56851c9aa Add configuration option to disable usage of JSqlParser for native queries.
This commit introduces the spring.data.jpa.query.native.parser property that allows to switch native query parsing to the default internal parser for scenarios where JSqlParser is on the classpath but should not be used by spring-data.

Closes #2989
Original pull request: #3623
2024-10-01 15:26:18 +02:00
Mark Paluch
e55de1a84a Reorder documentation of class-based projection support for JPA Native Queries.
Closes #3599
2024-08-29 10:07:47 +02:00
Mark Paluch
64eccd434e Polishing.
Merge antora prepare tasks into a single run.

See #3539
2024-08-19 09:42:14 +02:00
Mark Paluch
3ab36fa705 Polishing.
Use Javadoc macro. Reformat code.

See #3544
2024-08-12 09:37:20 +02:00
Tran Ngoc Nhan
bf36d1c562 Replace documentation link to deprecated ResultTransformer with its replacement ResultListTransformer.
Closes #3544
2024-08-12 09:28:56 +02:00
Mark Paluch
7b2ae0ead9 Bundle Javadoc with Antora documentation site.
Closes #3549
2024-07-31 08:57:53 +02:00
Mark Paluch
422135bcc5 Polishing.
Reformat documentation.

See #3546
2024-07-24 09:07:57 +02:00
Seungrae
17990f2d44 Fix typo and broken links in documentation.
Closes #3489
2024-06-10 10:41:18 +02:00
Mark Paluch
25a01dfeb0 Document Query by Example does not support regex matching.
Closes #3391
2024-03-05 10:30:01 +01:00
Stefano Cordio
ff7c61427d Fix typo in reference documentation.
Closes: #3348
2024-02-14 14:34:34 +01:00
Mark Paluch
5f924440b7 Extend license header copyright years to 2024.
See #3291
2024-01-02 14:41:38 +01:00
Runbing
adaae1c040 Fixed the URL for the Spring Data Commons documentation.
I fixed an incorrect URL in the **antora.yml** file that was preventing other pages from linking to the Spring Data Commons documentation.

Closes #3232
2023-11-20 11:33:00 +01:00
Mark Paluch
0aee918c79 Polishing.
Refine navigation structure.

See #3080
2023-09-08 10:50:55 +02:00
Mark Paluch
b47a340c0d Restructure content to include partials from Commons.
See #3080
2023-08-23 10:39:36 +02:00
Mark Paluch
016be28e79 Use Antora-configuration profiles.
Move Antora content to src/main/antora

Closes #3123
2023-08-21 14:33:56 +02:00
Rob Winch
68f714917b Use io.spring.maven.antora plugins.
- Switch to io.spring.maven.antora plugins
- Move Antora to spring-data-jpa modulen. Placing in parent folder
  means that each module will also have the Antora plugin applied to it
  and the antora task will fail on those modules.

See #3094
2023-08-18 16:48:04 -05:00
Greg L. Turnquist
a82a8cadcc Polishing.
See #3080
2023-08-10 10:52:38 -05:00
Rob Winch
454ce52ee6 Implement Antora-based reference docs.
See #3080
2023-07-21 10:08:48 -05:00