Jens Schauder
377d841284
Add documentation for streaming results.
...
Also us Github issue numbers on tests.
Original pull request #903
See #578 , #971
2021-07-02 11:06:56 +02:00
Mark Paluch
d0a1e19099
Updated changelog.
...
See #977
2021-06-22 16:07:24 +02:00
Mark Paluch
b3281b5ae7
Updated changelog.
...
See #976
2021-06-22 15:29:50 +02:00
Jens Schauder
c3e21cc799
Improving the documentation.
...
See #908
Original pull request #983
2021-06-10 14:41:41 +02:00
Jens Schauder
672029d97c
Document the usage of AggregateReference.
...
Closes #934
2021-06-01 14:38:36 +02:00
Mark Paluch
f08b5cae6f
Polishing.
...
Remove superfluous public keyword where not required.
Original pull request #980
2021-05-18 15:16:21 +02:00
Mark Paluch
b3a2925573
Add support for repository query method projections.
...
JDBC repository methods now support interface and DTO projections by specifying either the projection type as return type or using generics and providing a Class parameter to query methods.
Closes #971
Original pull request #980
2021-05-18 15:16:20 +02:00
Mark Paluch
0b40111efc
Updated changelog.
...
See #964
2021-05-14 12:36:34 +02:00
Mark Paluch
bd2e706ea2
Updated changelog.
...
See #963
2021-05-14 12:06:37 +02:00
Mark Paluch
87d54655cd
Prepare 2.2 GA (2021.0.0).
...
See #955
2021-04-14 14:18:21 +02:00
Mark Paluch
bbe98a7312
Updated changelog.
...
See #955
2021-04-14 14:18:13 +02:00
Mark Paluch
30d2b0355f
Updated changelog.
...
See #956
2021-04-14 11:43:30 +02:00
Mark Paluch
8fc9b06eea
Updated changelog.
...
See #943
2021-04-14 11:17:38 +02:00
Mark Paluch
02c64013da
Polishing.
...
Fix includes.
Original pull request: #951 .
2021-04-13 15:16:19 +02:00
Jens Schauder
140c774c3e
Improve documentation of entity state detection.
...
The use of a version property to determine the state of an entity wasn't properly documented so far.
Closes : #951 .
2021-04-13 15:15:41 +02:00
Mark Paluch
d191938e59
Add support for Slice and Page queries using query derivation.
...
We now support pagination for queries returning Slice and Page.
interface PersonRepository extends PagingAndSortingRepository<Person, String> {
Slice<Person> findFirstByLastname(String lastname, Pageable pageable);
Page<Person> findFirstByLastname(String lastname, Pageable pageable);
}
Closes #774
Original pull request #952
2021-04-06 19:20:10 +02:00
Mark Paluch
842b5cd176
Updated changelog.
...
See #944
2021-03-31 18:30:43 +02:00
Mark Paluch
a69958bd85
Prepare 2.2 RC1 (2021.0.0).
...
See #941
2021-03-31 17:04:34 +02:00
Mark Paluch
2deb4f39ca
Updated changelog.
...
See #941
2021-03-31 17:04:28 +02:00
zimmse
7a324e9fb5
Fix small typo in dialect section.
...
Original pull request #953 .
2021-03-31 08:52:47 +02:00
Jens Schauder
f20192cc05
Corrects documentation about query derivation.
...
Closes #947
2021-03-22 11:10:33 +01:00
Mark Paluch
c82497141b
Prepare 2.2 M5 (2021.0.0).
...
See #925
2021-03-17 11:17:26 +01:00
Mark Paluch
6a087ef59b
Updated changelog.
...
See #925
2021-03-17 11:17:15 +01:00
Mark Paluch
09c0d89856
Updated changelog.
...
See #927
2021-03-17 11:03:38 +01:00
Mark Paluch
60fc36c297
Updated changelog.
...
See #923
2021-03-17 10:35:11 +01:00
Christoph Strobl
32a92c6c57
Prepare 2.2 M4 (2021.0.0).
...
See #926
2021-02-18 11:24:46 +01:00
Christoph Strobl
ba00b5f146
Updated changelog.
...
See #926
2021-02-18 11:24:41 +01:00
Christoph Strobl
b66e3094fd
Updated changelog.
...
See #924
2021-02-18 11:18:24 +01:00
Christoph Strobl
fa779a29c9
Prepare 2.2 M3 (2021.0.0).
...
See #906
2021-02-17 13:59:43 +01:00
Christoph Strobl
db0c55f1ca
Updated changelog.
...
See #906
2021-02-17 13:59:30 +01:00
Christoph Strobl
fcdcb29b40
Updated changelog.
...
See #905
2021-02-17 13:49:14 +01:00
Christoph Strobl
29bee8ed60
Updated changelog.
...
See #861
2021-02-17 11:34:19 +01:00
Christoph Strobl
908f0ff3f0
Updated changelog.
...
See #860
2021-02-17 10:58:19 +01:00
Jens Schauder
e7f9e47dc5
Fixes the documentation for BeforeConvertEvent and BeforeConvertCallback.
...
Original pull request: #912 .
Closes : #911
2021-01-18 14:54:47 +01:00
Christoph Strobl
5f3196731e
Prepare 2.2 M2 (2021.0.0).
...
See #862
2021-01-13 15:33:34 +01:00
Christoph Strobl
eb7433a196
Updated changelog.
...
See #862
2021-01-13 15:33:27 +01:00
Christoph Strobl
d7d6f83219
Updated changelog.
...
See #863
2021-01-13 15:16:18 +01:00
Mark Paluch
394b1cec31
Update copyright year to 2021.
...
Closes #904
2021-01-12 11:32:07 +01:00
Jens Schauder
ba653183d1
#257 - Remove references to Jira.
...
All references to the Spring Jira instance are replaced by GitHub references.
2021-01-05 10:55:31 +01:00
Mark Paluch
d6a7079aeb
DATAJDBC-633 - Updated changelog.
2020-12-09 16:47:38 +01:00
Mark Paluch
c77957493d
DATAJDBC-627 - Prepare 2.2 M1 (2021.0.0).
2020-12-09 15:21:28 +01:00
Mark Paluch
8783162e41
DATAJDBC-627 - Updated changelog.
2020-12-09 15:21:24 +01:00
Mark Paluch
e5796a1ec2
DATAJDBC-625 - Updated changelog.
2020-12-09 12:42:22 +01:00
Mark Paluch
79e8f6fe9f
DATAJDBC-624 - Updated changelog.
2020-12-09 09:59:07 +01:00
Mark Paluch
636a81a46d
DATAJDBC-626 - Updated changelog.
2020-11-11 12:34:36 +01:00
Mark Paluch
618b0b0cea
DATAJDBC-615 - Prepare 2.1 GA (2020.0.0).
2020-10-28 15:46:31 +01:00
Mark Paluch
439fc98e1d
DATAJDBC-615 - Updated changelog.
2020-10-28 15:46:09 +01:00
Mark Paluch
af3f600f21
DATAJDBC-601 - Updated changelog.
2020-10-28 15:03:01 +01:00
Mark Paluch
346d6bcb4d
DATAJDBC-600 - Updated changelog.
2020-10-28 12:15:03 +01:00
Mark Paluch
391f7f6ec8
DATAJDBC-621 - Updated changelog.
2020-10-28 11:32:26 +01:00