0

I'm using eclipse persistence and have a method that generates a select query to get a list.

I need to have this query use the equivalent of with UR to prevent locking issues.

I have tried all kinds of query hints and stuff but nothing seems to work.

How can I make my JQL query use WITH UR via a QueryHint or something?

1
  • Use a native query for it. However, WITH UR can be a symptom of a design problem in the way that data is modeled and stored. Usually the correct answer lies in the rearranging of the data model. Commented Jul 25 at 19:34

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.