xdoclet.modules.bea.wls.ejb
Class WeblogicRelationTagsHandler
RelationTagsHandler
xdoclet.modules.bea.wls.ejb.WeblogicRelationTagsHandler
public class WeblogicRelationTagsHandler
extends RelationTagsHandler
This tag handler handles tags needed for Weblogic relations
ensureColumnMapTagsRight
public void ensureColumnMapTagsRight()
Makes sure the column-map tags are on the right side and target-column-map tags left
forAllColumnMaps
public void forAllColumnMaps(String template,
boolean left)
throws xdoclet.XDocletException
Describe what the method does
template
- Describe what the parameter doesleft
-
xdoclet.XDocletException
- Describe the exception
forAllLeftColumnMaps
public void forAllLeftColumnMaps(String template)
throws xdoclet.XDocletException
forAllRightColumnMaps
public void forAllRightColumnMaps(String template)
throws xdoclet.XDocletException
Describe what the method does
template
- Describe what the parameter does
xdoclet.XDocletException
- Describe the exception
foreignKeyColumn
public String foreignKeyColumn()
Describe what the method does
- Describe the return value
ifHasKeyColumn
public void ifHasKeyColumn(String template)
throws xdoclet.XDocletException
Describe what the method does
template
- Describe what the parameter does
xdoclet.XDocletException
- Describe the exception
ifHasLeftGroupName
public void ifHasLeftGroupName(String template)
throws xdoclet.XDocletException
Describe what the method does
template
- Describe what the parameter does
xdoclet.XDocletException
- Describe the exception
ifHasRightGroupName
public void ifHasRightGroupName(String template)
throws xdoclet.XDocletException
Describe what the method does
template
- Describe what the parameter does
xdoclet.XDocletException
- Describe the exception
joinTableName
public String joinTableName()
throws xdoclet.XDocletException
Describe what the method does
- Describe the return value
xdoclet.XDocletException
- Describe the exception
keyColumn
public String keyColumn()
throws xdoclet.XDocletException
Describe what the method does
- Describe the return value
xdoclet.XDocletException
-
leftGroupName
public String leftGroupName()
throws xdoclet.XDocletException
Describe what the method does
- Describe the return value
xdoclet.XDocletException
- Describe the exception
rightGroupName
public String rightGroupName()
throws xdoclet.XDocletException
Describe what the method does
- Describe the return value
xdoclet.XDocletException
- Describe the exception