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

Change access on ReverseMappingTool#getAnnotationsForMeta(Object) from private to public

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 2.0.0-M1, 2.0.0-M2, 2.0.0-M3, 2.0.0-beta
    • 1.3.0, 2.0.0-beta3
    • tooling
    • None

    Description

      Because of two other related bugs, it is impossible to have the ReverseMappingTool output Java code that is annotated properly.

      The easiest way to work around the two related bugs would be for the ReverseCustomizer supplier to return code from its methods like getClassCode(). But if you do this, you need the ability to have OpenJPA hand you the annotations it has determined are necessary. Those annotations are currently present in the ReverseMappingTool#_annos field, which is accessed by the currently private getAnnotationsForMeta(Object) method.

      Moving the access level of this method to public would allow a great deal of flexibility in ReverseCustomizer implementations.

      Attachments

        Issue Links

          Activity

            People

              drwoods Donald Woods
              ljnelson Laird Nelson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: