org.objectweb.jorm.comp.generator.api
Interface Generator
- All Known Subinterfaces:
- JormGenerator
- All Known Implementing Classes:
- ObjectGenerator
- public interface Generator
Generation is a simple interface which allows to generate object file
depending on their nature. The compiler uses Meta Object to build the
input source tree.
Pascal Dechamboux
generate
public void generate(MetaObject pod,
org.objectweb.util.io.api.TargetHolder th,
CompilerParameter cp)
throws java.lang.Exception
- Generates information for the Persistence Meta Object.
- Parameters:
pod - the meta object interfaceth - The target holder which allows to create filescp - This parameter permits to reach the compilation parameters