java - build-time weaving with openjpa at using spring created persistence unit -
note: prereq running enhance task, copied persistence.xml file /build directory. might not need this, persistence.xml has in classpath.
this implies me task needs determine through persistence.xml file files need enhancing.
currently runtime weaving not work. may need that, preferrably classes pre-enhanced making heavy use of entity classes.
can pre-enhancement performed on entity classes assembled in spring-built persistence unit?
Comments
Post a Comment