Package org.tentackle.wurblet
Class AttributeNames
- java.lang.Object
-
- org.wurbelizer.wurblet.AbstractWurblet
-
- org.tentackle.wurblet.ModelWurblet
-
- org.tentackle.wurblet.AttributeNames
-
- All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet
public class AttributeNames extends ModelWurblet
(@wurblet) Generate code to define the attribute- and relation-names of an entity.usage:
@wurblet <tag> AttributeNames [--noif]arguments:
- --noif: if not part of an interface (adds "public static final")
ModelWurblet.
-
-
Constructor Summary
Constructors Constructor Description AttributeNames()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.tentackle.wurblet.ModelWurblet
appendCommaSeparated, createDeclaredArgsForSelectOrDeleteMethod, createListRelationDeleteMethodName, createRelationSelectMethodName, deriveClassNameForEntity, getArgs, getEntity, getMethodName, getModelDefaults, getModelDirName, getModelName, getOption, getOptionArgs, getPdoClassName, getWurbletArgs, isAttributeDerived, isGenerified, isIdAttribute, isIdOrSerialAttribute, isInterface, isPartOfInheritanceHierarchy, isPdo, isRemote, isSerialAttribute, isSetGetRequired, orderByInheritanceLevelAndClassId, prependCommaSeparated, setRemote
-
-
-
-
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
-
-