public class PdoDeleteBy extends DbModelWurblet
| Constructor and Description |
|---|
PdoDeleteBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Overridden to process some arguments.
|
aas, acs, as, assertEntityIsPersistable, buildInvocationParameters, buildInvocationParameters, buildMethodParameters, buildMethodParameters, createJdbcGetterName, createJdbcSetterName, createOrderBy, createOrderBy, createRelationArgString, createRelationDeleteCode, createRelationLinkCode, createRelationSelectCode, createRelationSetFirstArgMethodName, createRelationUpdateReferenceCode, createStatementId, getComponentJoins, getContextAttribute, getDefaultSorting, getDefaultSortKeys, getEagerRelations, getJdbcCode, getJdbcDataType, getJoinedRelations, getModelCode, getRelationArgs, isAttracked, isClassIdRequiredInWhereClause, isClassIdRequiredInWhereClause, isEntityPersistable, isFullTracked, isRelationTransient, isTracked, isWithDefaultSorting, pcsappendCommaSeparated, createListRelationDeleteMethodName, createRelationSelectMethodName, deriveClassNameForEntity, getAllParameters, getArgs, getEntity, getExpression, getExpressionParameters, getExtraParameters, getJoins, getMethodName, getMethodParameters, getModelDirName, getModelName, getOption, getOptionArgs, getPdoClassName, getSortingParameters, isAttributeDerived, isContextIdAttributeValid, isGenerified, isIdAttribute, isIdOrSerialAttribute, isPartOfInheritanceHierarchy, isPdo, isRemote, isSerialAttribute, isSetGetRequired, isWithSorting, orderByInheritanceLevelAndClassId, prependCommaSeparated, setRemotepublic void run()
throws org.wurbelizer.wurbel.WurbelException
DbModelWurblet--context=<key> defines the context id (--context= turns off default context) --tracked return a TrackedArrayList instead of an ArrayList (if not [TRACKED] given in model) --attracked (same as tracked but generate is...Modified per attribute) --fulltracked (same as attracked but keep last persisted values as well) --untracked to disable [TRACKED, ATTRACKED or FULLTRACKED] from model --makevalidcontext sets the context from the object instead of context --makevalidcontext=- turns off the default makeValidContext --or use OR instead of AND for multiple keys
run in interface org.wurbelizer.wurblet.Wurbletrun in class DbModelWurbletorg.wurbelizer.wurbel.WurbelException - if running the wurblet failedCopyright © 2016 Krake Softwaretechnik. All rights reserved.