-
Jan 17th, 2013, 12:09 PM
#1
spring-data-jpa 1.1.0 GA + openjpa 2.2.0 + oracle + gradle
Hi all
From the example,
https://github.com/SpringSource/spri...a-jpa-examples
I noticed that:
1. there is no enhance step. Is it no longer required?
2. Was it because it did the load time weaving? Do we need this in orm.xml?
<property name="loadTimeWeaver">
<bean class="org.springframework.instrument.classloading .SimpleLoadTimeWeaver" />
</property>
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules