Implemented in class xdoclet.modules.jdo.JdoTagsHandler.
The forAllPackages
iterates through all packages, and generates the template if the jdo.persistence-capable tag is present in at least one class in the package.
tagName |
The tag name that must be present in at least one class in the package in order that the template be generated. |
The forAllClassesInPackage
method iterates through all the classes in the current package.
Generates the tag body for each vendor extension at the specified level.
level |
The level to generate the extension tags for. Valid Values = {class,field,collection,array,map} |
Generates the extension element for the current vendor extension.