Package org.tentackle.wurblet
Class UniqueDomainKey
java.lang.Object
org.wurbelizer.wurblet.AbstractWurblet
org.wurbelizer.wurblet.AbstractJavaWurblet
org.tentackle.wurblet.ModelWurblet
org.tentackle.wurblet.UniqueDomainKey
- All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet
(
@wurblet) Generate unique domain key class for an entity.
usage:
@wurblet <tag> UniqueDomainKey
For more options, see ModelWurblet.
-
Field Summary
Fields inherited from class org.wurbelizer.wurblet.AbstractWurblet
configuration, container, out, phase, source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.wurblet.ModelWurblet
appendCommaSeparated, assertSupportedByBackends, createComponentInfo, createDeclaredArgsForSelectOrDeleteMethod, createListRelationDeleteMethodName, createRelationSelectMethodName, deriveClassNameForEntity, getAnnotationOptions, getArgs, getBackends, getColumnName, getColumnNameConstant, getEffectiveDataType, getEmbeddedTableAttributes, getEntity, getMethodName, getModelDefaults, getModelDirName, getModelName, getOption, getOptionArgs, getPdoClassName, getWurbletArgs, isAttributeDerived, isGenerified, isIdAttribute, isIdOrSerialAttribute, isInterface, isMuteOptionSet, isPartOfInheritanceHierarchy, isPdo, isRemote, isSerialAttribute, orderByInheritanceLevelAndClassId, prependCommaSeparated, setRemoteMethods inherited from class org.wurbelizer.wurblet.AbstractJavaWurblet
getClassName, getPackageName, getSuperClassName, isAbstract, isClass, isFinal, isPrivate, isProtected, isPublic, isRecord, toStringMethods inherited from class org.wurbelizer.wurblet.AbstractWurblet
cleanup, getConfiguration, getContainer, getGuardName, getPhase, process, setConfiguration, setContainer, setPhase
-
Constructor Details
-
UniqueDomainKey
public UniqueDomainKey()
-
-
Method Details
-
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
-