A B C D G I M O P R 
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.
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
 
createJdbcGetterName(Attribute) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Creates the "getXXXX" method name for ResultSetWrapper.
createJdbcSetterName(DataType<?>) - 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.
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.
createRelopCode(WurbletArgument) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Creates the relop code for prepared statements.
The code assumes a StringBuilder and begins with ".append(".
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.
createWhereSetPars(Attribute, String) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Creates the java code to set a single-column parameter in a PreparedStatementWrapper.
createWhereSetPars(WurbletArgument) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Creates the java code to set a parameter in a PreparedStatementWrapper.
Works for single- and multicolumn datatypes.

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.

G

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.
getExpression() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Gets the select/where expression.
getExpressionArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Gets the expression arguments.
getExtraArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Gets the extra arguments.
Those are not part of the expression and not sorting arguments.
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
 
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.
getJoinPaths() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Gets the consolidated relation paths for the join arguments.
getMethodArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
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.
getParamCount() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
 
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
 
getSortingArguments() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Gets the sorting arguments.
getUpdateDbInParametersStatements() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
 

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.
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.
isEntityPersistable() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Returns whether SQL statements can be executed for that entity.
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.
isPathAllowed() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Returns whether expression arguments may contain paths to other entities.
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.
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.
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.

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
 

O

org.tentackle.persist.wurblet - package org.tentackle.persist.wurblet
Persistence wurblet support.

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
 
A B C D G I M O P R 
All Classes All Packages