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

Metamodel Generation must be more selective and controllable

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0-beta
    • jpa
    • None

    Description

      JPA 2.0 specifies canonical memtamodel classes for persistent entities. Currently this generation process is uncontrolled.
      Every time the compiler is invoked with

      $ java -processor openjpa.AnnotationProcessor6 my.PObject

      we generate my.PObject_.java.

      We should be able to control this process. In fact, current limitation of being non-selective stops us from activating the service discovery mechanism.

      One suggestion (by Jeremy) is to add a annotation attribute in the @Entity class.
      Another suggestion (by Albert) is to bring this generation process closer to PCEnhancer.

      Can we also make use of the has @Generated annotation timestamp in PObject_.java to make some decisions?

      Attachments

        Issue Links

          Activity

            People

              ppoddar@apache.org Pinaki Poddar
              ppoddar@apache.org Pinaki Poddar
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: