Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2152

Don't process query hints when LockModeType == NONE

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.1, 2.3.0
    • 2.2.1, 2.3.0
    • query
    • None

    Description

      When processing a named query, we look to see what the LockModeType should be set to as a hint for the query. But, if the LockModeType is the default (NONE), there is no reason to set that as a hint. So, if the required LockModeType turns out to be NONE, then we're going to skip setting this hint. Hint processing is kind of expensive for Queries, so the less we do the better.

      Attachments

        Activity

          People

            kwsutter Kevin W. Sutter
            kwsutter Kevin W. Sutter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: