xdoclet.modules.caucho
public class ResinEjbTagsHandler extends RelationTagsHandler
See Also: Resin CMP Configuration
UNKNOWN: June 5, 2002 namespace = "ResinEjb"
Method Summary | |
---|---|
void | ifHasLeftOrderBy(String template)
Evaluates the body if the left side of the relationship is many and the order-by parameter of the
resinejb:relation method-level tag is defined.
|
void | ifHasLeftSqlColumn(String template)
Evaluates the body if the left side of the relationship is single and the sql-column parameter of the
resinejb:relation method-level tag is defined.
|
void | ifHasRightOrderBy(String template)
Evaluates the body if the right side of the relationship is many and the order-by parameter of the
resinejb:relation method-level tag is defined.
|
void | ifHasRightSqlColumn(String template)
Evaluates the body if the right side of the relationship is single and the sql-column parameter of the
resinejb:relation method-level tag is defined.
|
void | ifHasSqlTable(String template)
Evaluates the body if either side of the current relation is many and the sql-table parameter of the
resinejb:relation method-level tag is defined.
|
String | leftOrderBy()
Returns the order-by for the left side of the current relation, if applicable.
|
String | leftSqlColumn()
Returns the sql-column for the left side of the current relation, if applicable.
|
String | rightOrderBy()
Returns the order-by for the right side of the current relation, if applicable.
|
String | rightSqlColumn()
Returns the sql-column for the right side of the current relation, if applicable.
|
String | signatureFromMethod()
Returns the signature of the current method in a form suitable for the
/resinejb/enterprise-beans/entity/method/signature element.
|
String | sqlTable()
Returns the sql-table of the current relationship, if any.
|
Parameters: template
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template
Throws: XDocletException
UNKNOWN: type = "block"
Returns:
Throws: XDocletException
See Also: ifHasLeftOrderBy
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
See Also: ifHasLeftSqlColumn
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
See Also: ifHasRightOrderBy
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
See Also: ifHasRightSqlColumn
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
See Also: ifHasSqlTable
UNKNOWN: type = "content"