How can I use OpenJpa ,with using Persistence.xml configuration same we use in jpa, I dont want to use Enhance.xml.
Asked
Active
Viewed 149 times
2 Answers
0
If you are running in a JavaEE container you will get enhancement for free. The other option when running in a JSE environment is to configure the -javaagent
.
Take a look at the section titled 'Explicit javaagent support'. As for JavaEE stuff, I'd suggest getting ahold of the Pro JPA 2 book. It is very good at describing usage of JPA in an EE environment.

Rick
- 3,830
- 1
- 18
- 16
-
can U refer me any reference site from where I can understand it properly. – klobin May 08 '14 at 06:58