Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.cayenne.gen: Javadoc index of package org.objectstyle.cayenne.gen.


Package Samples:

org.objectstyle.cayenne.gen

Classes:

MapClassGenerator: Generates Java classes source code using VTL (Velocity template engine) for the ObjEntities in the DataMap. This class is abstract and does not deal with filesystem issues directly. Concrete subclasses should provide ways to store generated files by implementing "openWriter" and "closeWriter" methods.
DefaultClassGenerator: Extends MapClassGenerator to allow target-specific filesystem locations where the files should go. Adds "execute" method that performs class generation based on the internal state of this object.
GenMapLoader: MapLoader customized for class generation. Will skip lots of DataMap information irrelevant for class generation.
ClassGenerator: Generates Java class source code using VTL (Velocity template engine) based on template and ObjEntity.
AbsFileResourceLoader: Special resource loader that allows loading files using absolute path and current directory.
AntClassGenerator: Ant-specific extension of DefaultClassGenerator that provides logging functions.

Home | Contact Us | Privacy Policy | Terms of Service