On 7/9/07, Sreedhar.sirigiri <[EMAIL PROTECTED]> wrote:
While building the project I'm using the following script in build.xml to Enhance the classes. Is there any way I can use JPA enhancer class instead of openJPA enchancer? If yes, can anyone provide the details.
Is there any? Where did you find JPA enhancer class? You can enhance your entities at build time and runtime. How it's done depends on the JPA provider you use. OpenJPA comes with PCEnhancer that does the job at build time. If you've found JPA enhancer it likely belongs to another jpa provider. BTW, the question should go to the user mailing list ([EMAIL PROTECTED]) Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
