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?

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

Back to the top