Gavin King

Results 309 issues of Gavin King

This is barely necessary, since Javadoc is sufficient specification, but for completeness we should mention them along with the other annotations.

4.0.0

We need a way to expres a dependency on an `EntityAgent`, analogous to `@PersistenceContext`. At first I thought we could reuse `@PersistenceContext` or `@PersistenceUnit` for this, but actually that doesn't...

4.0.0
PRIORITY

We currently don't have a very clean or well-defined split between `TypedQuery`, which I claim should always represent a `select` query, and `update`/`delete` queries, which I claim should always be...

candidate-for-4
PRIORITY

See #804.

candidate-for-4

Possible solution to #846.

candidate-for-4
PRIORITY

We need to think about the impact of the new lifecycle callback types on the integration with Bean Validation. At the very least we should define new properties allowing you...

4.0.0

see #619

candidate-for-4

Sometimes users run into a case where the schema validation is too strict, and their program actually works as is; it's nice to have a way to exclude a column...