Package org.tentackle.wurblet
Class ModelComment
- java.lang.Object
-
- org.wurbelizer.wurblet.AbstractWurblet
-
- org.wurbelizer.wurblet.AbstractJavaWurblet
-
- org.tentackle.wurblet.ModelWurblet
-
- org.tentackle.wurblet.ModelComment
-
- All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet
public class ModelComment extends ModelWurblet
(@wurblet) Generate a comment to document the relations and usage of the entity.usage:
@wurblet <tag> ModelCommentFor more options, see
ModelWurblet.
-
-
Constructor Summary
Constructors Constructor Description ModelComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.tentackle.wurblet.ModelWurblet
appendCommaSeparated, createComponentInfo, createDeclaredArgsForSelectOrDeleteMethod, createListRelationDeleteMethodName, createRelationSelectMethodName, deriveClassNameForEntity, getArgs, getColumnName, getColumnNameConstant, getEffectiveDataType, getEntity, getMethodName, getModelDefaults, getModelDirName, getModelName, getOption, getOptionArgs, getPdoClassName, getWurbletArgs, isAttributeDerived, isGenerified, isIdAttribute, isIdOrSerialAttribute, isInterface, isPartOfInheritanceHierarchy, isPdo, isRemote, isSerialAttribute, orderByInheritanceLevelAndClassId, prependCommaSeparated, setRemote
-
Methods inherited from class org.wurbelizer.wurblet.AbstractJavaWurblet
getClassName, getPackageName, getSuperClassName, isAbstract, isFinal, isPrivate, isProtected, isPublic, toString
-
-
-
-
Method Detail
-
run
public void run() throws org.wurbelizer.wurbel.WurbelExceptionDescription copied from class:ModelWurbletOverridden to load the map file.
- Specified by:
runin interfaceorg.wurbelizer.wurblet.Wurblet- Overrides:
runin classModelWurblet- Throws:
org.wurbelizer.wurbel.WurbelException- if running the wurblet failed
-
-