Skip navigation links
A B C D E G H I M O P R 

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
 
AssertRemote() - Constructor for class org.tentackle.persist.wurblet.AssertRemote
 

B

buildInvocationParameters(boolean, boolean) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Builds the string of invocation parameters.
buildInvocationParameters() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Builds the string of invocation parameters.
buildMethodParameters(boolean, boolean) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Builds the string of method parameters.
buildMethodParameters() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Builds the string of method parameters.

C

ClassVariables - Class in org.tentackle.persist.wurblet
 
ClassVariables() - Constructor for class org.tentackle.persist.wurblet.ClassVariables
 
ComponentJoin - Class in org.tentackle.persist.wurblet
Describes the join to a component's attribute.
ComponentJoin(DbModelWurblet, Entity, Entity) - Constructor for class org.tentackle.persist.wurblet.ComponentJoin
Creates a component join from a wurblet parameter.
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.
createOrderBy(List<WurbletParameter>) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Creates the order by clause.
createOrderBy() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Creates the order by clause.
createRelationArgString(Relation, boolean) - 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.
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
 
DbDeleteBy() - Constructor for class org.tentackle.persist.wurblet.DbDeleteBy
 
DbIsReferencing - Class in org.tentackle.persist.wurblet
 
DbIsReferencing() - Constructor for class org.tentackle.persist.wurblet.DbIsReferencing
 
DbModelWurblet - Class in org.tentackle.persist.wurblet
Adds persistence-specific stuff.
DbModelWurblet() - Constructor for class org.tentackle.persist.wurblet.DbModelWurblet
 
DbSelectList - Class in org.tentackle.persist.wurblet
 
DbSelectList() - Constructor for class org.tentackle.persist.wurblet.DbSelectList
 
DbSelectUnique - Class in org.tentackle.persist.wurblet
 
DbSelectUnique() - Constructor for class org.tentackle.persist.wurblet.DbSelectUnique
 
DbUpdateBy - Class in org.tentackle.persist.wurblet
 
DbUpdateBy() - Constructor for class org.tentackle.persist.wurblet.DbUpdateBy
 
Declare - Class in org.tentackle.persist.wurblet
 
Declare() - Constructor for class org.tentackle.persist.wurblet.Declare
 

E

equals(Object) - Method in class org.tentackle.persist.wurblet.ComponentJoin
 

G

getComponentJoins() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Gets the component joins.
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 Join.
getEntity() - Method in class org.tentackle.persist.wurblet.ComponentJoin
Gets the entity to join to (left side of the join).
getExtraClassName() - Method in class org.tentackle.persist.wurblet.ComponentJoin
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
 
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.
getJoinedEntity() - Method in class org.tentackle.persist.wurblet.ComponentJoin
Gets the entity to join (right side of the join).
getJoinedRelations() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Gets the non-component joined relations.
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
 
getRelationArgs(Relation, boolean) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Gets the relation arguments for delete or select methods.
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.ComponentJoin
Gets the implementing classname holding the root id.
getRootIdColumnName() - Method in class org.tentackle.persist.wurblet.ComponentJoin
Gets the column name holding the rootid.
getUpdateDbInParametersStatements() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
 

H

hashCode() - Method in class org.tentackle.persist.wurblet.ComponentJoin
 

I

isAttracked() - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Returns whether the entity is attracked or fulltracked.
isClassIdRequiredInWhereClause(Entity) - Method in class org.tentackle.persist.wurblet.DbModelWurblet
Returns whether the classid needs to be inluded in the WHERE-clause.
isClassIdRequiredInWhereClause() - 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.
isExtraJoinNecessary() - Method in class org.tentackle.persist.wurblet.ComponentJoin
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.
isPdo() - Method in class org.tentackle.persist.wurblet.RemoteMethodHelper
 
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.

M

MethodsImpl - Class in org.tentackle.persist.wurblet
 
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
 
PdoCache() - Constructor for class org.tentackle.persist.wurblet.PdoCache
 
PdoCopy - Class in org.tentackle.persist.wurblet
 
PdoCopy() - Constructor for class org.tentackle.persist.wurblet.PdoCopy
 
PdoDeleteBy - Class in org.tentackle.persist.wurblet
 
PdoDeleteBy() - Constructor for class org.tentackle.persist.wurblet.PdoDeleteBy
 
PdoIsReferencing - Class in org.tentackle.persist.wurblet
 
PdoIsReferencing() - Constructor for class org.tentackle.persist.wurblet.PdoIsReferencing
 
PdoRelations - Class in org.tentackle.persist.wurblet
 
PdoRelations() - Constructor for class org.tentackle.persist.wurblet.PdoRelations
 
PdoSelectList - Class in org.tentackle.persist.wurblet
 
PdoSelectList() - Constructor for class org.tentackle.persist.wurblet.PdoSelectList
 
PdoSelectUnique - Class in org.tentackle.persist.wurblet
 
PdoSelectUnique() - Constructor for class org.tentackle.persist.wurblet.PdoSelectUnique
 
PdoUpdateBy - Class in org.tentackle.persist.wurblet
 
PdoUpdateBy() - Constructor for class org.tentackle.persist.wurblet.PdoUpdateBy
 

R

RemoteIncludes - Class in org.tentackle.persist.wurblet
Handles generated .remote and .impl-code.
Also creates the RMI-java files, if missing.
RemoteIncludes(ModelWurblet) - Constructor for class org.tentackle.persist.wurblet.RemoteIncludes
Create remote includes.
RemoteMethod - Class in org.tentackle.persist.wurblet
 
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
Overridden to process some arguments.
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.PdoCopy
 
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 E G H I M O P R 
Skip navigation links

Copyright © 2016 Krake Softwaretechnik. All rights reserved.