Jens Schauder
Jens Schauder
We don't have schedule for this. And to be honest I don't consider it high priority. Of course if there would be a good pull request ...
I'm not sure what method you want to overload, my IDE doesn't find any with that signature.
I don't think we want to overload that. `PersistentEntity` and `PersistentProperty` are static objects, in the sense that they are created once in the lifetime of an application and then...
This could be handled similar to named queries where we try to look up the query in MyBatis before trying to resolve it with query derivation inside Spring Data.
We are working on a more efficient way to load aggregates.
We should do this for R2DBC and JDBC
Please provide a [Minimimal Reproducable Example](https://stackoverflow.com/help/minimal-reproducible-example), preferable as a Github repository.
There seem to be a relevant amount of people tha do use en-dash with spaces. See http://www.punctuationmatters.com/hyphen-dash-n-dash-and-m-dash/ And according to this (German) page en-dash with spaces is basically standard and...
@jeffzoch Are you aware of the [`TransactionTemplate`](https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/transaction/support/TransactionTemplate.html)? See also: https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#transaction-programmatic
Not sure how others are using Footnotes and extensions, but for my use case it would make most sense when the `get` gets called as early as possible, i.e. right...