Gavin King
Gavin King
As part of this work, we should also look into the question of providing information about the failure, perhaps via new exception types.
Oh, damn, I was just reminded that our `StatelessSession` already behaves like this, as is quite prominently documented: ```java * Certain rules applying to stateful sessions are relaxed in a...
Since JPA 1.0, we have also had a sorta pointless requirement that transactions get marked for rollback after trivial failures occurring during validation of method arguments. I think we should...
Alternatively: https://github.com/jakartaee/data/issues/1185
Options 1 and 2 probably imply adding "entity listener classes" to the list of managed class types here: https://jakarta.ee/specifications/persistence/3.2/jakarta-persistence-spec-3.2#list-of-managed-classes
> Why not design such a thing in Jakarta Data? How does a Jakarta Data implementation which is backed by Jakarta Persistence obtain a reference to its `EntityAgent` in a...