Gavin King
Gavin King
This is barely necessary, since Javadoc is sufficient specification, but for completeness we should mention them along with the other annotations.
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...
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...
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...
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...