JPA 2 Remote Criteria?
Asked Answered
B

1

1

Is there any way that criteria for queries can be built on a remote (Swing/SWT etc) client? We've been using the DetachedCriteria functionality in Hibernate for quite some time, but would like to use standard JPA 2.

If not, could the code from hibernate be re-factored to create the remote API? Or is this something that might come along in JPA 2.1?

Birch answered 3/9, 2010 at 13:57 Comment(2)
"is this something that might come along in JPA 2.1?" - this is better asked to the persons involved in working on the relevant JSR. I'm afraid, you might not get an answer to that part of the question.Zilpah
Even as of today, I still can't bet an answer. I might have to resort to praying.Birch
H
1

Not to my knowledge. Consider leaving a comment on Linda DeMichiel's Blog (the spec Lead) or sending your input to the expert group:

JPA.next - Thinking about the Future

...

Feedback from the community is very important to us, so please share your thoughts on where you think we should go next. What features do you think are most important to add in JPA 2.1?

Feel free to comment here, and please also share your input by posting to the JPA 2.0 feedback list, [email protected]. Input sent to it forwards to all of the members of the JPA 2.0 expert group for consideration.

Heim answered 3/9, 2010 at 15:56 Comment(1)
Thanks for the link. I'll post on there :)Birch

© 2022 - 2024 — McMap. All rights reserved.