xdoclet.modules.objectweb.jonas.ejb

Class JonasRelationTagsHandler


public class JonasRelationTagsHandler
extends RelationTagsHandler

This tag handler handles tags needed for JOnAS relations
Version:
$Revision$
Author:
Aslak Helles?y
xdoclet.taghandler
namespace = "JOnASEjbRel"
created
12 mei 2002

Method Summary

void
ensureColumnMapTagsRight()
Makes sure the column-map tags are on the right side and target-column-map tags left
void
forAllColumnMaps(String template, boolean left)
Describe what the method does
void
forAllLeftColumnMaps(String template)
void
forAllRightColumnMaps(String template)
Describe what the method does
String
foreignKeyColumn()
Describe what the method does
void
ifHasKeyColumn(String template)
Describe what the method does
String
keyColumn()
Describe what the method does

Method Details

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
Parameters:
template - Describe what the parameter does
left -
Throws:
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
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

foreignKeyColumn

public String foreignKeyColumn()
Describe what the method does
Returns:
Describe the return value

ifHasKeyColumn

public void ifHasKeyColumn(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

keyColumn

public String keyColumn()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException -