Jens Schauder
978d91c9c3
Polishing.
...
Organize version properties in groups and alphabetically.
Extracted additional version properties.
Original pull request: #961 .
2021-04-14 08:32:57 +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
Jens Schauder
79923b66dc
Polishing.
...
Tried to clarify the two step process of `JdbcQueryExecution` construction in `PartTreeJdbcQuery` by comments and renaming.
Original pull request #952
2021-04-06 19:20:10 +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
6bc9afa8d2
After release cleanups.
...
See #941
2021-03-31 17:24:05 +02:00
Mark Paluch
308ed6b081
Prepare next development iteration.
...
See #941
2021-03-31 17:24:03 +02:00
Mark Paluch
743f13949b
Release version 2.2 RC1 (2021.0.0).
...
See #941
2021-03-31 17:05:07 +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
Mark Paluch
b6c41c68b3
Polishing.
...
Refactor ArrayUtil into a proper utility class providing toPrimitive and toObject methods for each primitive type. Add boolean support. Move convertToObjectArray to BasicJdbcConverter as its placement in ArrayUtils creates a certain amount of ambiguity over its actual purpose.
Create unit test.
See #945
Original pull request: #949 .
2021-03-29 13:54:46 +02:00
Jens Schauder
55c6c0e858
Properly convert primitive array arguments.
...
Closes #945
Original pull request: #949 .
2021-03-29 13:54:40 +02:00
Jens Schauder
f20192cc05
Corrects documentation about query derivation.
...
Closes #947
2021-03-22 11:10:33 +01:00
Mark Paluch
aeb585a536
After release cleanups.
...
See #925
2021-03-17 11:30:30 +01:00
Mark Paluch
dc88c16bef
Prepare next development iteration.
...
See #925
2021-03-17 11:30:28 +01:00
Mark Paluch
e43bc507b0
Release version 2.2 M5 (2021.0.0).
...
See #925
2021-03-17 11:17:49 +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
Jens Schauder
53bed2613b
Polishing.
...
Extract method in order to make the code more readable.
Switch to #xxx syntax for issue numbers instead of gh-xxx.
Original pull request #939
2021-03-12 12:05:20 +01:00
Radim Tlusty
304345c4c8
Don't retrieve generated keys on INSERT if id is set.
...
Closes #933
Original pull request #939
2021-03-12 11:53:11 +01:00
Jens Schauder
0e8e8a4799
Polishing.
...
Improves tests by also testing for the negative case.
Original pull request #938
2021-03-12 11:22:28 +01:00
Oliver Drotbohm
32d79cce59
Move to Spring Data Commons' association abstraction.
...
Deprecated Spring Data JDBC's custom PersistentProperty.isReference() in favor of the already existing ….isAssociation() with the same semantics to benefit from association definitions implemented in Spring Data Commons. Make use of the newly introduced PersistentEntity.doWithAll(…) to apply the previously existing property handling to both properties and now associations, too.
Original pull request #938
2021-03-12 11:22:28 +01:00
Oliver Drotbohm
faaaeab4b5
JdbcCustomConversion does not reject non-Date related default converters.
...
Previously, JdbcCustomConversion rejected any default converter that was not converting from and to java.util.Date. This probably stemmed from the fact that up until recently, Spring Data Commons' CustomConversions only registered date related default converters. As of spring-projects/spring-data-commons#2315 we also support jMolecules' Association and Identifier converters. We've relaxed the rejection to only explicitly reject all non Date/Time related converters if the conversion is from/to java.util.Date but allow everything else out of the box.
Original pull request #937
2021-03-12 08:58:40 +01:00
Greg L. Turnquist
0058752754
Add support for Query by Example.
...
Resolves #929 .
2021-03-02 12:17:53 -06:00
Christoph Strobl
802e4a773d
After release cleanups.
...
See #926
2021-02-18 11:35:22 +01:00
Christoph Strobl
c86998a92d
Prepare next development iteration.
...
See #926
2021-02-18 11:35:20 +01:00
Christoph Strobl
593fa884f3
Release version 2.2 M4 (2021.0.0).
...
See #926
2021-02-18 11:25:13 +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
6cd0a85ba9
After release cleanups.
...
See #906
2021-02-17 14:17:49 +01:00
Christoph Strobl
4885f192f8
Prepare next development iteration.
...
See #906
2021-02-17 14:17:47 +01:00
Christoph Strobl
11e975cb10
Release version 2.2 M3 (2021.0.0).
...
See #906
2021-02-17 14:00:09 +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
6c4f01684a
Polishing.
...
Adding `@author` tag and a test.
Closes #916
2021-01-29 08:42:45 +01:00
Zero
2d479cb236
Fixes Conditions.notIn() by using 'In.createNotIn()'.
...
Original pull request #916
2021-01-29 08:42:44 +01:00
Jens Schauder
11a606618d
Changes SqlServer IdentifierProcessing to NONE.
...
Closes #914
2021-01-21 10:47:24 +01:00
Mark Paluch
beebf696f8
Filter spring-issuemaster comments from feedback provided reassignment.
...
See #257
2021-01-20 14:50:32 +01:00
Mark Paluch
732a9ee5f5
Polishing.
...
Reintroduce deprecated constructor to retain compile compatibility. Update Javadoc.
See #910
Original pull request: #913
2021-01-19 09:42:51 +01:00
Jens Schauder
9a23493d72
Trigger BeforeConvertEvent when saving an aggregate.
...
Closes : #910
Original pull request: #913 .
2021-01-19 09:41:59 +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
Jens Schauder
429f1b06b9
DATAJDBC-620 - Polishing.
...
Remove public modifier from tests, which is superfluous with JUnit 5.
Original pull request: #256 .
2021-01-18 14:47:40 +01:00