nealc wrote:
Am I correct in thinking that in order to implement a custom ReverseEngineeringStrategy I need to use ANT rather than the Eclipse plugin?
Nope; the eclipse plugin also supports reverse engineering strategy.
Quote:
Also, we would like to store constants (public static final) in our model files. Values such as MAX_RESULTS or TYPE_LOCAL_USER that relate to a specific column within a specific table. We do not want these values overwritten each time we reverse engineer. Can this be accomplished by implementing a custom ReverseEngineeringStrategy?
specific additionas to the code is possible in a couple of different ways:
1) use reveng.xml and put in meta tags for extra-code (or revengstrategy directly and implement tableToMetaAttributes)
2) customize the templates for the java code generation.
With respect to api docs then we should probably include that in the online help.