A B C D E F G H I J M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- aas(String) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Utility method to generate argument list.
- acs(String, String) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Adds a string to a comma separated list.
- addOperand(WurbletArgumentOperator, WurbletArgumentOperand) - Method in class org.tentackle.persist.wurblet.WurbletArgumentExpression
-
Adds an operand.
- AND - org.tentackle.persist.wurblet.WurbletArgumentOperator
-
logical AND.
- ANDNOT - org.tentackle.persist.wurblet.WurbletArgumentOperator
-
AND NOT combined as a single pseudo-operator.
- appendImpl(String) - Method in class org.tentackle.persist.wurblet.RemoteIncludes
-
Appends text to impl file.
- appendRemote(String) - Method in class org.tentackle.persist.wurblet.RemoteIncludes
-
Appends text to remote file.
- as(String) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Utility method to always get a non-null string.
- assertEntityIsPersistable() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Asserts that SQL statements can be executed for that entity.
- AssertRemote - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Asserts that remote delegates exist and generates them if missing. - AssertRemote() - Constructor for class org.tentackle.persist.wurblet.AssertRemote
B
- buildInvocationParameters() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Builds the string of invocation parameters.
- buildInvocationParameters(boolean, boolean) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Builds the string of invocation parameters.
- buildMethodParameters() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Builds the string of method parameters.
- buildMethodParameters(boolean, boolean) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Builds the string of method parameters.
C
- ClassVariables - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generates the code to setup the class-variables for an entity. - ClassVariables() - Constructor for class org.tentackle.persist.wurblet.ClassVariables
- CodeGenerator<T> - Interface in org.tentackle.persist.wurblet
-
Code generator for nested structures.
- ComponentInfo - Class in org.tentackle.persist.wurblet
-
Describes the join to a component's attribute.
- ComponentInfo(DbModelWurblet, Entity) - Constructor for class org.tentackle.persist.wurblet.ComponentInfo
-
Creates info for a component.
- CONDITION - org.tentackle.persist.wurblet.WurbletArgumentType
-
An
Attributethat must meet a condition. - create(List<Join>, List<JoinPath>) - Method in class org.tentackle.persist.wurblet.JoinPathFactory
- create(List<Join>, JoinPath) - Method in class org.tentackle.persist.wurblet.JoinPathFactory
- createArgument(String, boolean, boolean) - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Creates a wurblet argument.
- createComponentInfo(Entity) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the component info for a given component.
- createJdbcGetterName(Attribute) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the "getXXXX" method name for ResultSetWrapper.
- createJdbcSetterName(Attribute) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the "setXXXX" method name for PreparedStatementWrapper.
- createJoins() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the java code for
JoinedSelects. - createJoinSetPars() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates optional JDBC-set paramaters code for joins with extra arguments.
- createOrderBy() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the order by clause.
- createOrderBy(List<WurbletArgument>) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the order by clause.
- createPaths(List<WurbletArgument>) - Method in class org.tentackle.persist.wurblet.JoinPathFactory
-
Creates a list of consolidated paths from wurblet arguments.
Identical leading path segments are consolidated to a single path with child paths. - createRelationArgString(Relation) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the argument string for select- or delete statement of a relation.
- createRelationDeleteCode(Relation) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the java code to delete a relation.
- createRelationLinkCode(Relation) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the java code to set the link of a relation.
- createRelationSelectCode(Relation) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the java code to select a relation.
- createRelationSetFirstArgMethodName(Relation) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the set-first-arg method name (useful only in object relations).
- createRelationUpdateReferenceCode(Relation) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the java code to update the reference of a relation.
The pdo name is fixed"me()". - createRelationUpdateReferenceCode(Relation, String, boolean) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the java code to update the reference of a relation.
- createRelationWurbletArgString(Relation) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the wurblet argument string for select- or delete statement of a relation.
- createStatementId() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates the name of a statement id.
Because statement ids are final, the name is in uppercase.
D
- DbDeleteBy - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to delete low-level persistent objects. - DbDeleteBy() - Constructor for class org.tentackle.persist.wurblet.DbDeleteBy
- DbIsReferencing - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to check whether a low-level persistent object is referenced. - DbIsReferencing() - Constructor for class org.tentackle.persist.wurblet.DbIsReferencing
- DbModelWurblet - Class in org.tentackle.persist.wurblet
-
Base class for persistence wurblets.
- DbModelWurblet() - Constructor for class org.tentackle.persist.wurblet.DbModelWurblet
- DbSelectList - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to select a list of low-level persistent objects. - DbSelectList() - Constructor for class org.tentackle.persist.wurblet.DbSelectList
- DbSelectUnique - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to select a low-level persistent object. - DbSelectUnique() - Constructor for class org.tentackle.persist.wurblet.DbSelectUnique
- DbUpdateBy - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to update low-level persistent objects. - DbUpdateBy() - Constructor for class org.tentackle.persist.wurblet.DbUpdateBy
- Declare - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to declare the attributes of an entity. - Declare() - Constructor for class org.tentackle.persist.wurblet.Declare
- discard() - Method in class org.tentackle.persist.wurblet.RemoteIncludes
-
Marks the heapfiles as discarded.
Such files should not be used to generate code because their contents are incomplete because of former errors.
E
- equals(Object) - Method in class org.tentackle.persist.wurblet.Join
- EXTRA - org.tentackle.persist.wurblet.WurbletArgumentType
-
An extra
Attribute.
Usually used for SQL UPDATE.
F
- findJoin(List<Relation>) - Method in class org.tentackle.persist.wurblet.JoinPath
-
Find the join for given relation path.
G
- generate(T) - Method in interface org.tentackle.persist.wurblet.CodeGenerator
-
Generates code.
- getAllArguments() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets all arguments.
- getArgumentType() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the argument type.
- getAttribute() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the model attribute.
- getComponent() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the component that prepends the relation path.
- getContextAttribute() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the context attribute.
- getDeclarationParameterString() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- getDefaultSorting() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Goes up the inheritance tree until a default sorting is found.
- getDefaultSortKeys() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the default sorting keys.
- getEagerRelations() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
The TT persistence layer provides an optimized select for a single eager relations via a LeftJoin.
- getElements() - Method in class org.tentackle.persist.wurblet.JoinPath
- getEntity() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the entity the wurblet is applied to.
- getEntity() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets the entity the wurblet is applied to.
- getExistsComponents() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the components for the current SQL EXISTS clause.
- getExistsRelations() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Sets the relations used within the current SQL EXISTS clause.
- getExpression() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the select/where expression.
- getExpression() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets the where expression.
- getExpressionArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the expression arguments.
- getExpressionArguments() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets all arguments part of the expression.
- getExpressionRelations() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the compacted relation path starting with the last component relation in chain, if any.
- getExtraArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the extra arguments.
Those are not part of the expression and not sorting arguments. - getExtraArguments() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets the extra arguments.
Those are not part of the expression and not sorting arguments. - getExtraClassName() - Method in class org.tentackle.persist.wurblet.ComponentInfo
-
Returns the extra classname to be joined by id.
Necessary for multi-table inherited joins if attribute belongs to child class. - getFirstName() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- getGenericReturnType() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
-
Gets the generic return type.
- getImplStream() - Method in class org.tentackle.persist.wurblet.RemoteIncludes
- getIndex() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the index within the wurblet anchor.
- getInvocationParameterString() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- getJdbcCode(Attribute, String) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates java code applicable to the JDBC layer from model variable access code.
Applies .toExternal() if attribute is an application specific type. - getJdbcDataType(Attribute) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the effective DataType used agains Tentackle's JDBC wrapper layer.
- getJdbcValue() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the value to be used in JDBC prepared statements.
- getJoinArguments() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets the join arguments.
- getJoinedEntity() - Method in class org.tentackle.persist.wurblet.ComponentInfo
-
Gets the entity to join (right side of the join).
- getJoinPaths() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the consolidated relation paths for the join arguments.
- getJoinPaths() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets the consolidated relation paths for the join arguments.
- getMergedPaths() - Method in class org.tentackle.persist.wurblet.WurbletArgumentExpression
-
Gets the paths for wurblet arguments which can be expressed in a single SQL EXISTS clause.
The returned list is empty, if there are no paths at all or each argument needs its own EXISTS clause. - getMethodArgumentName() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the effective name of the method argument.
This is ether the optionally defined[name]or the name of theAttribute. - getMethodArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the method arguments.
- getMethodArguments() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets the method arguments.
- getMethodName() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- getModelCode(Attribute, String) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Creates java code applicable to the application model from JDBC variable access code.
Applies .toInternal() if attribute is an application specific type. - getName() - Method in class org.tentackle.persist.wurblet.Join
-
Gets the name of the join.
- getName() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the optional name of the method argument.
- getOperands() - Method in class org.tentackle.persist.wurblet.WurbletArgumentExpression
-
Gets the n operands.
- getOperators() - Method in class org.tentackle.persist.wurblet.WurbletArgumentExpression
-
Gets the n-1 operators.
- getParamCount() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- getParent() - Method in class org.tentackle.persist.wurblet.WurbletArgumentExpression
-
Gets the parent expression.
- getPaths() - Method in class org.tentackle.persist.wurblet.JoinPath
- getRelation() - Method in class org.tentackle.persist.wurblet.Join
-
Gets the relation wrapped by this join.
- getRelations() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the relation path.
- getRelop() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the relop string.
- getRemoteInvocationParameterString() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- getRemoteStream() - Method in class org.tentackle.persist.wurblet.RemoteIncludes
- getReturnType() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- getRootIdClassName() - Method in class org.tentackle.persist.wurblet.ComponentInfo
-
Gets the implementing classname holding the root id.
- getRootIdColumnName() - Method in class org.tentackle.persist.wurblet.ComponentInfo
-
Gets the column name holding the rootid.
- getSortingArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Gets the sorting arguments.
- getSortingArguments() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Gets the sorting arguments.
- getSortType() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the sorting type if this a sorting criteria argument.
- getSql() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentOperator
-
Gets the Backend.SQL_...
- getText() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the original text.
- getText() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentOperator
-
Gets the sql text.
- getUpdateDbInParametersStatements() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- getValue() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Gets the predefined value.
H
- hashCode() - Method in class org.tentackle.persist.wurblet.Join
I
- isArgumentGroupingEnabled() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether argument grouping is enabled.
By default, the grouping separator '|' just improves readability.
Some wurblet, however, need extra arguments separated from the main expression. - isAttracked() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether the entity is attracked or fulltracked.
- isAttributeAllowed() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns whether an
Attributeis allowed. - isAttributeOptional() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns whether an
Attributemay be given optionally. - isAttributeRequired() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns whether an
Attributeis required. - isClassIdRequiredInWhereClause() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether the classid needs to be inluded in the WHERE-clause.
- isClassIdRequiredInWhereClause(Entity) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether the classid needs to be inluded in the WHERE-clause.
- isEndOfExistsClause() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Returns whether this is the last argument of the current SQL EXISTS clause.
- isEntityPersistable() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether SQL statements can be executed for that entity.
- isExtraJoinNecessary() - Method in class org.tentackle.persist.wurblet.ComponentInfo
-
Returns whether the joined attribute belongs to another table than that holding the rootid.
- isFirstInstanceOfDb() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- isFirstInstanceOfDomainContext() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- isFullTracked() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether the entity is fulltracked.
- isMethodArgument() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Returns whether this is a method argument.
- isNameOptional() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns whether the name of the method argument is optional.
- isPath() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Returns whether argument points to another entity.
- isPathAllowed() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether expression arguments may contain paths to other entities.
- isPathAllowed() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns whether a
Relationpath is allowed. - isPathOptional() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns whether a
Relationpath may be given optionally. - isPathRequired() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns whether a
Relationpath is required. - isPdo() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- isPdoProvidingArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Determines whether one the wurblet arguments refer to a value returned by a PDO's method.
- isRelationTransient(Relation) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether the relation is transient.
- isRelopOptional() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns whether the relop is optional.
- isReturningCollection() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- isReturningCursor() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- isReturningObject() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- isReturningVoid() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- isStaticMethod() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
- isTracked() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether the entity is tracked.
- isValueLiterally() - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
fixed value (directly put into sql-statement).
- isWithDefaultSorting() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether default sorting is configured for the entity.
- isWithJoins() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether there are load joins.
- isWithSorting() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Returns whether sorting is configured for this wurblet.
J
- Join - Class in org.tentackle.persist.wurblet
-
Load join.
- Join(Relation) - Constructor for class org.tentackle.persist.wurblet.Join
-
Creates an unnamed join.
- JOIN - org.tentackle.persist.wurblet.WurbletArgumentType
-
A
Relationthat will be joined and eagerly loaded. - JoinPath - Class in org.tentackle.persist.wurblet
-
Path of
Joins. - JoinPath(List<Join>, List<JoinPath>) - Constructor for class org.tentackle.persist.wurblet.JoinPath
-
Creates a relation path.
- JoinPath(Join, List<JoinPath>) - Constructor for class org.tentackle.persist.wurblet.JoinPath
-
Creates a normalized relation path.
- JoinPathFactory - Class in org.tentackle.persist.wurblet
-
Factory for relation paths.
- JoinPathFactory() - Constructor for class org.tentackle.persist.wurblet.JoinPathFactory
M
- MethodsImpl - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate getters, setters and other methods for an entity. - MethodsImpl() - Constructor for class org.tentackle.persist.wurblet.MethodsImpl
N
- needParenthesesAfterAndOperator() - Method in class org.tentackle.persist.wurblet.WurbletArgumentExpression
-
Returns whether expression must be enclosed in parentheses after an AND operator.
- normalize() - Method in class org.tentackle.persist.wurblet.JoinPath
-
Normalizes the join and all subjoins.
A normalized join contains only a single element. - NOT - org.tentackle.persist.wurblet.WurbletArgumentOperator
-
logical NOT at the beginning of an expression.
O
- OR - org.tentackle.persist.wurblet.WurbletArgumentOperator
-
logical OR.
- org.tentackle.persist.wurblet - package org.tentackle.persist.wurblet
-
Persistence wurblet support.
- ORNOT - org.tentackle.persist.wurblet.WurbletArgumentOperator
-
OR NOT combined as a single pseudo-operator.
P
- pcs(String, String) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
-
Prepends a string to a comma separated list.
- PdoCache - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code for setting up a PdoCache for an entity. - PdoCache() - Constructor for class org.tentackle.persist.wurblet.PdoCache
- PdoDeleteBy - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to delete entities. - PdoDeleteBy() - Constructor for class org.tentackle.persist.wurblet.PdoDeleteBy
- PdoIsReferencing - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to check whether a low-level persistent object is referenced. - PdoIsReferencing() - Constructor for class org.tentackle.persist.wurblet.PdoIsReferencing
- PdoRelations - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code for related entities. - PdoRelations() - Constructor for class org.tentackle.persist.wurblet.PdoRelations
- PdoSelectList - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to select a list of entities. - PdoSelectList() - Constructor for class org.tentackle.persist.wurblet.PdoSelectList
- PdoSelectUnique - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to select an entity. - PdoSelectUnique() - Constructor for class org.tentackle.persist.wurblet.PdoSelectUnique
- PdoUpdateBy - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generate code to update entities. - PdoUpdateBy() - Constructor for class org.tentackle.persist.wurblet.PdoUpdateBy
- process(String) - Method in class org.tentackle.persist.wurblet.DbDeleteBy
- process(String) - Method in class org.tentackle.persist.wurblet.DbIsReferencing
- process(String) - Method in class org.tentackle.persist.wurblet.DbSelectList
- process(String) - Method in class org.tentackle.persist.wurblet.DbSelectUnique
- process(String) - Method in class org.tentackle.persist.wurblet.DbUpdateBy
- process(String) - Method in class org.tentackle.persist.wurblet.PdoDeleteBy
- process(String) - Method in class org.tentackle.persist.wurblet.PdoIsReferencing
- process(String) - Method in class org.tentackle.persist.wurblet.PdoSelectList
- process(String) - Method in class org.tentackle.persist.wurblet.PdoSelectUnique
- process(String) - Method in class org.tentackle.persist.wurblet.PdoUpdateBy
R
- RemoteIncludes - Class in org.tentackle.persist.wurblet
-
Handles generated .remote and .impl-code.
- RemoteIncludes(ModelWurblet) - Constructor for class org.tentackle.persist.wurblet.RemoteIncludes
-
Create remote includes.
- RemoteMethod - Class in org.tentackle.persist.wurblet
-
(
@wurblet) Generates the remote delegate invocation code. - RemoteMethod() - Constructor for class org.tentackle.persist.wurblet.RemoteMethod
- RemoteMethodHelper - Class in org.tentackle.persist.wurblet
-
Extracts the wurblet tags for a method from a classfile.
- RemoteMethodHelper(RemoteMethodInfo, String, boolean) - Constructor for class org.tentackle.persist.wurblet.RemoteMethodHelper
-
Loads a class and inspects the method via reflection
- run() - Method in class org.tentackle.persist.wurblet.AssertRemote
- run() - Method in class org.tentackle.persist.wurblet.ClassVariables
- run() - Method in class org.tentackle.persist.wurblet.DbDeleteBy
- run() - Method in class org.tentackle.persist.wurblet.DbIsReferencing
- run() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
- run() - Method in class org.tentackle.persist.wurblet.DbSelectList
- run() - Method in class org.tentackle.persist.wurblet.DbSelectUnique
- run() - Method in class org.tentackle.persist.wurblet.DbUpdateBy
- run() - Method in class org.tentackle.persist.wurblet.Declare
- run() - Method in class org.tentackle.persist.wurblet.MethodsImpl
- run() - Method in class org.tentackle.persist.wurblet.PdoCache
- run() - Method in class org.tentackle.persist.wurblet.PdoDeleteBy
- run() - Method in class org.tentackle.persist.wurblet.PdoIsReferencing
- run() - Method in class org.tentackle.persist.wurblet.PdoRelations
- run() - Method in class org.tentackle.persist.wurblet.PdoSelectList
- run() - Method in class org.tentackle.persist.wurblet.PdoSelectUnique
- run() - Method in class org.tentackle.persist.wurblet.PdoUpdateBy
- run() - Method in class org.tentackle.persist.wurblet.RemoteMethod
S
- setEndOfExistsClause(boolean) - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Sets whether this is the last argument of the current SQL EXISTS clause.
- setExistsComponents(Set<Entity>) - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Sets the components for the current SQL EXISTS clause.
- setExistsRelations(Set<Relation>) - Method in class org.tentackle.persist.wurblet.WurbletArgument
-
Sets the relations used within the current SQL EXISTS clause.
- setName(String) - Method in class org.tentackle.persist.wurblet.Join
-
Sets the name of the join.
- SORT - org.tentackle.persist.wurblet.WurbletArgumentType
-
An
Attributeused for sorting.
T
- toCode(CodeGenerator<Object>) - Method in class org.tentackle.persist.wurblet.WurbletArgumentExpression
-
Generates the code.
- toInternal(String) - Static method in enum org.tentackle.persist.wurblet.WurbletArgumentOperator
-
Determines the operator from a string.
Case doesn't matter. - toString() - Method in class org.tentackle.persist.wurblet.Join
- toString() - Method in class org.tentackle.persist.wurblet.JoinPath
- toString() - Method in class org.tentackle.persist.wurblet.WurbletArgument
- toString() - Method in class org.tentackle.persist.wurblet.WurbletArgumentExpression
- toString() - Method in enum org.tentackle.persist.wurblet.WurbletArgumentOperator
- toString() - Method in class org.tentackle.persist.wurblet.WurbletArgumentParser
V
- valueOf(String) - Static method in enum org.tentackle.persist.wurblet.WurbletArgumentOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.tentackle.persist.wurblet.WurbletArgumentOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.tentackle.persist.wurblet.WurbletArgumentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WurbletArgument - Class in org.tentackle.persist.wurblet
-
A wurblet argument.
- WurbletArgument(Entity, int, String, boolean, boolean) - Constructor for class org.tentackle.persist.wurblet.WurbletArgument
-
Constructs a wurblet argument.
- WurbletArgumentExpression - Class in org.tentackle.persist.wurblet
-
An expression of wurblet arguments or other expressions.
- WurbletArgumentExpression(WurbletArgumentExpression) - Constructor for class org.tentackle.persist.wurblet.WurbletArgumentExpression
-
Creates a new expression.
- WurbletArgumentOperand - Interface in org.tentackle.persist.wurblet
-
An operand within a
WurbletArgumentExpression. - WurbletArgumentOperator - Enum in org.tentackle.persist.wurblet
-
Logical operator for
WurbletArgumentExpression. - WurbletArgumentParser - Class in org.tentackle.persist.wurblet
-
Parses the wurblet arguments.
The parser analyzes all regular wurblet arguments, i.e. - WurbletArgumentParser(Entity, boolean, List<String>) - Constructor for class org.tentackle.persist.wurblet.WurbletArgumentParser
-
Creates a parser.
- WurbletArgumentType - Enum in org.tentackle.persist.wurblet
-
The type of a
WurbletArgument.
All Classes All Packages