| Utility used to statically weave entities for use in TopLink EJB 3.0
The main method of this class should be invoked with the -javaagent tag to initiate weaving.
The following system arguments should be provided:
-javaagent:
-Dtoplink.weaving.output.path=
-Dtoplink.validation-only=true
-Dtoplink.weaving.overwrite.existing=true if you wish the output of static weaving to overwrite existing classes
Weaving will occur for all persistence units found on the classpath.
|