------ Enhance ------ Mark Struberg ------ November 29, 2010 ------ Enhance The following build configuration shows how to enhance JPA entities at compile time. Please consult the OpenJPA documentation for more details on compiletime enhancement versus runtime enhancement. The {{{../enhance-mojo.html}openjpa:enhance}} mojo will typically be called in the <<>> phase. Please note that the tmpClassLoader defaults to <<>> to make sure that classes in depending artifacts (like enums in interfaces) can be parsed by the PCEnhancer. ------------------- [...] [...] org.apache.openjpa openjpa-maven-plugin 1.2 enhancer process-classes enhance [...] [...] [...] -------------------