Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jpa-dev] What's next for JPA?

It would be best if you could enter this as an issue that other people can vote on and is a bit more permanent than an email. Some example code is also tremendously helpful.

Reza Rahman
Jakarta EE Ambassador, Author, Speaker, Blogger

Please note views expressed here are my own as an individual community member and do not reflect the views of my employer.

On 11/11/2019 5:10 PM, Vano Beridze wrote:
1. Today you use orm.xml file to indicate that you want to use different schema in your queries.
JPQL queries respect that parameter but with native queries you have to use env var or some other mean to indicate schema name.

2. Subquery support in JPQL queries (SELECT FROM part)

Kind Regards,
Vano

On Fri, Nov 1, 2019 at 2:02 PM Behrang Saeedzadeh <behrangsa@xxxxxxxxx> wrote:
Hi all,

What are the current plans for the future versions of the JPA spec?

When is the next version expected?

Is there a roadmap?

What features are being discussed?

Best regards,
Behrang Saeedzadeh
_______________________________________________
jpa-dev mailing list
jpa-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jpa-dev

_______________________________________________
jpa-dev mailing list
jpa-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jpa-dev

Back to the top