Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jpa-dev] Jakarta Persistence.Next?

Hi,

With Jakarta 9 and Jakarta Persistence 3 in the bag, it may be time to start planning for the Persistence in Jakarta EE 10.

Is there anyone who has already some plans for this, or ideas when to start?

For starters, there's a large number of issues in the backlog that are still really useful. For instance, I'd still love to see this one happen:

I filed that in 2014, and it asks for more fine grained control over data that should *not* be loaded.

This one from 2015 is, at least IMHO, still a big problem as well:

I still very often have to write a query twice, then programmatically check if the parameter list is empty, and then choose one of the two based on the outcome.

Improved pagination support would also be much appreciated, as this is such a common thing:

For more flexibility, being able to transform from JPQL to Query and Criteria  and the other way around would also be really good to have:

Thoughts?




Back to the top