views:

74

answers:

1

Is there any way that Criteria for qureies 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?

A: 

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.

Pascal Thivent
Thanks for the link. I'll post on there :)
Kango_V