gmax wrote:
So, if you're fine with rudimentary Query support you'll still need to write a few adapter classes to make the ShardedSessionFactory available via JPA. I went halfway with it a couple months ago and it wasn't that bad (got distracted, never finished), and I didn't even know anything about JPA. If you're already familiar with the API it shouldn't take you long to get it together.
Let me know if I can be of assistance.
Max
Hi I am interested in pursuing this integration. I can do away with Query usage, using Criteria API instead which, it sounds like, is usable.
Can I take a look at your source? Thanks!