Home | Account | Search  
Dump your MDD generated Hibernate classes
Flex (soon to be "Flashbuilder") has model driven development utilities, which generate Java/Hibernate byte code, but, in order to facilitate model deployment without server restart, they are not persisted to disc. If you need to see the generated classes, add the following markup to the annotation section of your model (.fml) definition:

<item name="JavaClassDirectory">/Applications/tomcat/modelGeneratedClasses</item>

On server restart, the generated files will be physically written to the specified location.