- generate(T) - Method in interface org.tentackle.wurblet.CodeGenerator
-
Generates code.
- getAllParameters() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets all parameters.
- getAllParameters() - Method in class org.tentackle.wurblet.WurbletParameterParser
-
Gets all parameters.
- getArg() - Method in class org.tentackle.wurblet.WurbletParameter
-
name of the method argument.
- getArgs() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the wurblet arguments.
- getAttribute() - Method in class org.tentackle.wurblet.WurbletParameter
-
the model attribute.
- getComponentEntityName() - Method in class org.tentackle.wurblet.WurbletParameter
-
Gets the entity name of the component key.
- getEntity() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the model entity.
- getExpression() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the select/where expression.
- getExpression() - Method in class org.tentackle.wurblet.WurbletParameterParser
-
Gets the where expression.
- getExpressionParameters() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the expression parameters.
- getExpressionParameters() - Method in class org.tentackle.wurblet.WurbletParameterParser
-
Gets all parameters part of the expression.
- getExtraParameters() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the extra parameters.
- getExtraParameters() - Method in class org.tentackle.wurblet.WurbletParameterParser
-
Gets the extra parameters.
Those are not part of the expression and not sorting parameters.
- getJoinNames() - Method in class org.tentackle.wurblet.WurbletParameterParser
-
Gets the relation names of the joins.
- getJoins() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the joins.
- getLoadingException() - Method in class org.tentackle.wurblet.TentackleWurbletsModel
-
Gets the exception that occurred during the initial loading of the model.
- getMapEntryList() - Method in class org.tentackle.wurblet.AbstractIntMap
-
Gets the attributes.
- getMethodName() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the methodname.
From the guardname or from arg "--method=<.....>" if present.
- getMethodParameters() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the method parameters.
- getMethodParameters() - Method in class org.tentackle.wurblet.WurbletParameterParser
-
Gets the method parameters.
- getModelDirName() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the name of the model directory.
- getModelName() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the name of the modelfile.
- getName() - Method in class org.tentackle.wurblet.AbstractIntMap.MapEntry
-
- getName() - Method in class org.tentackle.wurblet.WurbletParameter
-
name of the database attribute.
- getOperands() - Method in class org.tentackle.wurblet.WurbletParameterExpression
-
Gets the n operands.
- getOperators() - Method in class org.tentackle.wurblet.WurbletParameterExpression
-
Gets the n-1 operators.
- getOption(String) - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the option if set.
Options come in two flavours:
without a value.
- getOptionArgs() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the wurblet options.
The options got the leading '--' removed.
- getOptionArgs() - Method in class org.tentackle.wurblet.WurbletParameterParser
-
Gets the options.
- getParent() - Method in class org.tentackle.wurblet.WurbletParameterExpression
-
Gets the parent expression.
- getPdoClassName() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the pdo class from the source.
Looks for annotations @DomainObjectService, @PersistentObjectService and interface extensions.
- getRelation() - Method in class org.tentackle.wurblet.WurbletParameter
-
Gets the relation if this is a relation key.
- getRelationComponentEntityName() - Method in class org.tentackle.wurblet.WurbletParameter
-
Gets the component of the related entity pointed to by the relation key.
- getRelationName() - Method in class org.tentackle.wurblet.WurbletParameter
-
Gets the relation of the relation key.
- getRelop() - Method in class org.tentackle.wurblet.WurbletParameter
-
Gets the relop string.
Usually "=?" or " IS NULL" or "=value"
- getSortingParameters() - Method in class org.tentackle.wurblet.ModelWurblet
-
Gets the sorting parameters.
- getSortingParameters() - Method in class org.tentackle.wurblet.WurbletParameterParser
-
Gets the sorting parameters.
- getSortMode() - Method in class org.tentackle.wurblet.WurbletParameter
-
Returns the sortmode if !isKey().
- getSql() - Method in enum org.tentackle.wurblet.WurbletParameterOperator
-
Gets the Backend.SQL_...
- getSqlArg() - Method in class org.tentackle.wurblet.WurbletParameter
-
- getText() - Method in class org.tentackle.wurblet.WurbletParameter
-
Gets the original text.
- getText() - Method in enum org.tentackle.wurblet.WurbletParameterOperator
-
Gets the sql text.
- getValue() - Method in class org.tentackle.wurblet.AbstractIntMap.MapEntry
-
- getValue() - Method in class org.tentackle.wurblet.WurbletParameter
-
predefined value (replaces the ?).
- Include - Class in org.tentackle.wurblet
-
- Include() - Constructor for class org.tentackle.wurblet.Include
-
- IncludeWurblet - Class in org.tentackle.wurblet
-
- IncludeWurblet() - Constructor for class org.tentackle.wurblet.IncludeWurblet
-
- Inject - Class in org.tentackle.wurblet
-
- Inject() - Constructor for class org.tentackle.wurblet.Inject
-
- IntMap - Class in org.tentackle.wurblet
-
- IntMap() - Constructor for class org.tentackle.wurblet.IntMap
-
- isArg() - Method in class org.tentackle.wurblet.WurbletParameter
-
- isAttributeDerived(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Checks whether attribute is derived from a superclass.
- isComponentKey() - Method in class org.tentackle.wurblet.WurbletParameter
-
Returns whether this is a component key.
- isContextIdAttributeValid() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether context attribute is valid (even if set in model).
- isFixed() - Method in class org.tentackle.wurblet.WurbletParameter
-
fixed value (directly put into sql-statement).
- isGenerified() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether the class is defined using java generics.
- isIdAttribute(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Checks whether attribute is the pdo ID.
- isIdOrSerialAttribute(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Checks whether attribute is the pdo ID or serial.
- isPartOfInheritanceHierarchy() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether the entity is part of an inheritance tree.
- isPdo() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether this is a pdo.
- isRelationKey() - Method in class org.tentackle.wurblet.WurbletParameter
-
Returns whether this is a relation key.
- isRemote() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns true if --remote option set.
- isSerialAttribute(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Checks whether attribute is the pdo serial.
- isSetGetRequired(Attribute) - Method in class org.tentackle.wurblet.ModelWurblet
-
Determines whether setter/getter need to be used to access an attribute.
- isSortKey() - Method in class org.tentackle.wurblet.WurbletParameter
-
Returns true if this is a sorting parameter.
- isSqlArg() - Method in class org.tentackle.wurblet.WurbletParameter
-
- isWithSorting() - Method in class org.tentackle.wurblet.ModelWurblet
-
Returns whether sorting is configured for this wurblet.