Gavin King
Gavin King
`CriteriaChange` is also a possibility, it seems to me.
Damn, I had forgotten about this one. And with all the work that went into the `Query` stuff, it totally make sense for this to be an integral part of...
@njr-11 says we need examples.
Thanks Nathan. I would also ideally like to get some feedback from @anija-anil from an EclipseLink perspective.
I am going to go ahead and merge this, so that we can start getting feedback from the implementation side. As always, I'm emphasizing that merging a pull request like...
An absolutely killer argument for doing this is that it would provide, for the very first time, a way to config a `DataSource` that works portably with JPA where you're...
> > Another reason to hate @DataSourceDefinition is that it doesn't solve this problem, being a Jakarta EE-only thing. > > Yeah, currently it is truly Jakarta EE container managed...
> In some cases, I only want to the DataSource( with Jdbc APIs) bean with Jakarta Transaction, and do not create Jakarta Persistence related entities. Which is completely possible, according...
> And persisnce configuration itself contains the JDBC connection properties from user/password/url etc as alternative of DataSource. False. This statement is simply wrong. It *can* contain such information. But section...
I have updated the issue description, because it contained an incorrect and irrelevant assertion. I had forgotten (or never realized) that there is a perfectly good standard way to declare...