- 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
-