Gavin King
Gavin King
> The way it is now we end with duplicated information: Well, I can't speak for other JPA implementations, but at least in Hibernate this is *not* the case: DDL...
Section 3.6 of the specification deals with Bean Validation integration. The spec itself does not really tightly constrain DDL generation. (And this is a good thing IMO.) So whether any...
I think we should not do anything about this issue for now, but I _do_ think it's something we should circle back to later, probably at the same time we...
This dupe issue was already fixed by https://github.com/jakartaee/persistence/pull/173.
So I just went looking to see if EclipseLink has something like this, and it turns out they do, though the language they use to describe it is a bit...
> JPA specification should explicitly state whether is it allowed for Stateful Session bean to have a producer method that returns extended `EntityManager`? After so many years, I don't remember...
(Actually there's some ambiguity here. The title of the issue refers to CDI, but then the code example uses `@PersistenceContext` to do the injection instead of `@Inject`. So I'm not...
So I think this is just a dupe of #3 and maybe #377, and so to the extent that there was ever a real "issue" here, it's fixed by #460.
So, okay, this was indeed very slightly ambiguous, though I note that Hibernate already fixed the indicated inconsistency, probably long ago. Anyway, I've "fixed" this issue in #468 by adding...
I believe that this issue report results from a misreading of the spec. The setting: javax.persistence.schema-generation.database.action=drop-and-create means "drop and then recreate the schema from `createEntityManagerFactory()` or from `generateSchema()`", so it...