Skip navigation links
A C D F G I M N O P R S T U V W 

A

AbstractIntMap - Class in org.tentackle.wurblet
Extends the AbstractWurblet by methods to parse the integer mapping model.
AbstractIntMap() - Constructor for class org.tentackle.wurblet.AbstractIntMap
 
AbstractIntMap.MapEntry - Class in org.tentackle.wurblet
The mapping entry.
addOperand(WurbletParameterOperator, WurbletParameterOperand) - Method in class org.tentackle.wurblet.WurbletParameterExpression
Adds an operand.
appendCommaSeparated(StringBuilder, String) - Method in class org.tentackle.wurblet.ModelWurblet
Adds a string to a comma separated list.
asComment - Variable in class org.tentackle.wurblet.IncludeWurblet
 
AttributeNames - Class in org.tentackle.wurblet
 
AttributeNames() - Constructor for class org.tentackle.wurblet.AttributeNames
 

C

cleanup() - Method in class org.tentackle.wurblet.IncludeWurblet
 
CodeGenerator<T> - Interface in org.tentackle.wurblet
Code generator for expressions.
ColumnLengths - Class in org.tentackle.wurblet
 
ColumnLengths() - Constructor for class org.tentackle.wurblet.ColumnLengths
 
ColumnNames - Class in org.tentackle.wurblet
 
ColumnNames() - Constructor for class org.tentackle.wurblet.ColumnNames
 
createFileReader(String) - Method in class org.tentackle.wurblet.TentackleWurbletsModel
 
createListRelationDeleteMethodName(Relation) - Method in class org.tentackle.wurblet.ModelWurblet
Creates the method name to select a relation.
createRelationSelectMethodName(Relation) - Method in class org.tentackle.wurblet.ModelWurblet
Creates the method name to select a relation.

D

delete - Variable in class org.tentackle.wurblet.IncludeWurblet
 
deriveClassNameForEntity(Entity) - Method in class org.tentackle.wurblet.ModelWurblet
Applies the semantics of AbstractWurblet.getClassName() to another entity.
Example:
DomainMethods - Class in org.tentackle.wurblet
 
DomainMethods() - Constructor for class org.tentackle.wurblet.DomainMethods
 

F

filename - Variable in class org.tentackle.wurblet.IncludeWurblet
 

G

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 ?).

I

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.

M

MapEntry(String) - Constructor for class org.tentackle.wurblet.AbstractIntMap.MapEntry
Creates an entry from a source line.
Methods - Class in org.tentackle.wurblet
 
Methods() - Constructor for class org.tentackle.wurblet.Methods
 
missingOk - Variable in class org.tentackle.wurblet.IncludeWurblet
 
ModelComment - Class in org.tentackle.wurblet
 
ModelComment() - Constructor for class org.tentackle.wurblet.ModelComment
 
ModelCommentSupport - Class in org.tentackle.wurblet
Support methods for model comment.
ModelWurblet - Class in org.tentackle.wurblet
Extended AbstractWurblet providing basic functionality for the persistent object model.
ModelWurblet() - Constructor for class org.tentackle.wurblet.ModelWurblet
Creates a wurblet.

N

needParenthesesAfterAndOperator() - Method in class org.tentackle.wurblet.WurbletParameterExpression
Returns whether expression must be enclosed in parentheses after an AND operator.

O

orderByInheritanceLevelAndClassId(List<Entity>) - Method in class org.tentackle.wurblet.ModelWurblet
Sorts the given list of entities by inheritance level plus classid.
org.tentackle.wurblet - package org.tentackle.wurblet
Tentackle wurblet support.

P

prependCommaSeparated(StringBuilder, String) - Method in class org.tentackle.wurblet.ModelWurblet
Prepends a string to a comma separated list.
printComponents(Collection<Relation>, Collection<Entity>, String, PrintStream) - Static method in class org.tentackle.wurblet.ModelCommentSupport
Recursively prints the components and sub-entities of an entity.
printNonCompositeRelations(Entity, List<Relation>, String, PrintStream) - Static method in class org.tentackle.wurblet.ModelCommentSupport
Prints outgoing non-composite relations from components.
printReferencedBy(Relation, String, PrintStream) - Static method in class org.tentackle.wurblet.ModelCommentSupport
Prints the referencing relation.
printSubEntities(Collection<Entity>, String, PrintStream) - Static method in class org.tentackle.wurblet.ModelCommentSupport
Recursively prints the sub-entities of an entity.
printVia(Relation, PrintStream) - Static method in class org.tentackle.wurblet.ModelCommentSupport
Prints the attribute holding the link.

R

Relations - Class in org.tentackle.wurblet
 
Relations() - Constructor for class org.tentackle.wurblet.Relations
 
run() - Method in class org.tentackle.wurblet.AbstractIntMap
run() - Method in class org.tentackle.wurblet.AttributeNames
 
run() - Method in class org.tentackle.wurblet.ColumnLengths
 
run() - Method in class org.tentackle.wurblet.ColumnNames
 
run() - Method in class org.tentackle.wurblet.DomainMethods
 
run() - Method in class org.tentackle.wurblet.Include
 
run() - Method in class org.tentackle.wurblet.IncludeWurblet
 
run() - Method in class org.tentackle.wurblet.Inject
 
run() - Method in class org.tentackle.wurblet.IntMap
 
run() - Method in class org.tentackle.wurblet.Methods
 
run() - Method in class org.tentackle.wurblet.ModelComment
 
run() - Method in class org.tentackle.wurblet.ModelWurblet
run() - Method in class org.tentackle.wurblet.Relations
 
run() - Method in class org.tentackle.wurblet.UniqueDomainKey
 

S

setArg(String) - Method in class org.tentackle.wurblet.WurbletParameter
name of the method argument.
setAttribute(Attribute) - Method in class org.tentackle.wurblet.WurbletParameter
the model attribute.
setFixed(boolean) - Method in class org.tentackle.wurblet.WurbletParameter
fixed value (directly put into sql-statement).
setLoadingException(WurbelException) - Method in class org.tentackle.wurblet.TentackleWurbletsModel
Sets the exception that occurred during the initial loading of the model.
setName(String) - Method in class org.tentackle.wurblet.WurbletParameter
name of the database attribute.
setRelation(Relation) - Method in class org.tentackle.wurblet.WurbletParameter
Sets the relation if this is a relation key.
setRelop(String) - Method in class org.tentackle.wurblet.WurbletParameter
relational operator.
setRemote(boolean) - Method in class org.tentackle.wurblet.ModelWurblet
Sets the remote option explicitly.
setValue(String) - Method in class org.tentackle.wurblet.WurbletParameter
predefined value (replaces the ?).

T

TentackleWurbletsModel - Class in org.tentackle.wurblet
Extended model aware of heap-files and global loading exception.
TentackleWurbletsModel() - Constructor for class org.tentackle.wurblet.TentackleWurbletsModel
 
toCode(CodeGenerator<Object>) - Method in class org.tentackle.wurblet.WurbletParameterExpression
Generates the code.
toInternal(String) - Static method in enum org.tentackle.wurblet.WurbletParameterOperator
Determines the operator from a string.
Case doesn't matter.
toString() - Method in class org.tentackle.wurblet.WurbletParameter
 
toString() - Method in class org.tentackle.wurblet.WurbletParameterExpression
 
toString() - Method in enum org.tentackle.wurblet.WurbletParameterOperator
 
translate - Variable in class org.tentackle.wurblet.IncludeWurblet
 

U

UniqueDomainKey - Class in org.tentackle.wurblet
 
UniqueDomainKey() - Constructor for class org.tentackle.wurblet.UniqueDomainKey
 

V

valueOf(String) - Static method in enum org.tentackle.wurblet.WurbletParameterOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tentackle.wurblet.WurbletParameterOperator
Returns an array containing the constants of this enum type, in the order they are declared.

W

WurbletParameter - Class in org.tentackle.wurblet
A wurblet parameter.
Holds select, update/set and sorting parameters.
WurbletParameter(String) - Constructor for class org.tentackle.wurblet.WurbletParameter
Constructs a parameter from a wurblet arg.
WurbletParameterExpression - Class in org.tentackle.wurblet
An expression within a WurbletParameter.
WurbletParameterExpression(WurbletParameterExpression) - Constructor for class org.tentackle.wurblet.WurbletParameterExpression
Creates a new expression.
WurbletParameterOperand - Interface in org.tentackle.wurblet
An operand within a WurbletParameterExpression.
WurbletParameterOperator - Enum in org.tentackle.wurblet
Logical operator for WurbletParameterExpression.
WurbletParameterParser - Class in org.tentackle.wurblet
Parses the wurblet parameters.
WurbletParameterParser(List<String>) - Constructor for class org.tentackle.wurblet.WurbletParameterParser
Creates a parser.
A C D F G I M N O P R S T U V W 
Skip navigation links

Copyright © 2016 Krake Softwaretechnik. All rights reserved.