In particular, can it be used programmatically, via an Ant task, or from the command line?
I need to include reverse engineering of our database to Java classes (POJOs / Entity classes) in our build script.
It seems that Netbeans uses EclipseLink to do reverse engineering through a wizard and the results are exactly what I want! I just need to do it from the command line or within the Gradle build script.