Gavin King

Results 309 issues of Gavin King

An alternative solution to #62, since I'm afraid that #668 might be getting out of hand.

candidate-for-4

One of these days (almost certainly not for JPA 4.0!) we should look at adding a way to construct `EntityGraph`s that resembles the new API for result set mappings, and...

We need to sit down and write up some useful overviews of the module and its packages. I would say that these are excellent places for code examples, among other...

4.0.0
PRIORITY

I've realized that there's huge confusion here, because the Javadoc for these annotations fails to mention an important thing.

See #752. This PR is best reviewed one commit at a time.

candidate-for-4

Sometimes users run into a case where the schema validation is too strict, and their program actually works as is; it would be really nice to given them a way...

candidate-for-4

In #780 we added `@StaticQuery`, `@StaticNativeQuery`, `@ReadQueryOptions`, `@WriteQueryOptions`. Everyone was very happy with the `@ReadQueryOptions` and `@WriteQueryOptions` annotations, and @sebersole especially expressed enthusiasm about it. At risk of making something...

candidate-for-4

In #614 we said that `@Nonnull` should imply `optional=false`. I guess I had sorta assumed that we already said something similar about the Bean Validation annotations, since back in the...

candidate-for-4

@beikov says people often have trouble with `null` arguments to parameters in native SQL queries. We don't really have this problem with JPQL, since the parameters types are inferable from...

candidate-for-4