xdoclet.modules.objectweb.jonas.ejb
Class JonasRelationTagsHandler
RelationTagsHandler
xdoclet.modules.objectweb.jonas.ejb.JonasRelationTagsHandler
public class JonasRelationTagsHandler
extends RelationTagsHandler
This tag handler handles tags needed for JOnAS relations
- namespace = "JOnASEjbRel"
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
keyColumn
public String keyColumn()
throws xdoclet.XDocletException
Describe what the method does
- Describe the return value
xdoclet.XDocletException
-