xdoclet.modules.jboss.ejb

Class JBossRelationTagsHandler


public class JBossRelationTagsHandler
extends RelationTagsHandler

Version:
$Revision: 1.12 $
Author:
David Budworth
xdoclet.taghandler
namespace = "JBEjbRel"
created
Feb 4, 2002

Method Summary

String
fkColumn()
Describe what the method does
void
forAllLeftForeignKeys(String template)
Describe what the method does
void
forAllRightForeignKeys(String template)
Describe what the method does
void
ifHasJdbcType(String template, Properties attributes)
void
ifHasRelationTableAttribute(String template, Properties attributes)
void
ifHasSqlType(String template, Properties attributes)
void
ifIsForeignKeyMapping(String template)
void
ifIsLeftBatchCascadeDelete(String template)
void
ifIsRelationTableMapping(String template)
void
ifIsRightBatchCascadeDelete(String template)
void
ifLeftHasFK(String template)
Describe what the method does
void
ifLeftHasFKConstraint(String template)
Describe what the method does
void
ifLeftHasReadAhead(String template)
void
ifLeftHasReadAheadEagerLoadGroup(String template)
void
ifLeftHasReadAheadPageSize(String template)
void
ifNotIsForeignKeyMapping(String template)
void
ifNotIsRelationTableMapping(String template)
void
ifNotLeftHasFK(String template)
Describe what the method does
void
ifNotRightHasFK(String template)
Describe what the method does
void
ifRightHasFK(String template)
Describe what the method does
void
ifRightHasFKConstraint(String template)
Describe what the method does
void
ifRightHasReadAhead(String template)
void
ifRightHasReadAheadEagerLoadGroup(String template)
void
ifRightHasReadAheadPageSize(String template)
String
jdbcType()
String
leftFKConstraint()
Describe what the method does
String
leftReadAheadEagerLoadGroup()
String
leftReadAheadPageSize()
String
leftReadAheadStrategy()
String
relatedPKField()
Describe what the method does
String
relationTableAttribute(Properties attributes)
String
rightFKConstraint()
Describe what the method does
String
rightReadAheadEagerLoadGroup()
String
rightReadAheadPageSize()
String
rightReadAheadStrategy()
String
sqlType()

Method Details

fkColumn

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

forAllLeftForeignKeys

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

forAllRightForeignKeys

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

ifHasJdbcType

public void ifHasJdbcType(String template,
                          Properties attributes)
            throws xdoclet.XDocletException

ifHasRelationTableAttribute

public void ifHasRelationTableAttribute(String template,
                                        Properties attributes)
            throws xdoclet.XDocletException

ifHasSqlType

public void ifHasSqlType(String template,
                         Properties attributes)
            throws xdoclet.XDocletException

ifIsForeignKeyMapping

public void ifIsForeignKeyMapping(String template)
            throws xdoclet.XDocletException

ifIsLeftBatchCascadeDelete

public void ifIsLeftBatchCascadeDelete(String template)
            throws xdoclet.XDocletException

ifIsRelationTableMapping

public void ifIsRelationTableMapping(String template)
            throws xdoclet.XDocletException

ifIsRightBatchCascadeDelete

public void ifIsRightBatchCascadeDelete(String template)
            throws xdoclet.XDocletException

ifLeftHasFK

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

ifLeftHasFKConstraint

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

ifLeftHasReadAhead

public void ifLeftHasReadAhead(String template)
            throws xdoclet.XDocletException

ifLeftHasReadAheadEagerLoadGroup

public void ifLeftHasReadAheadEagerLoadGroup(String template)
            throws xdoclet.XDocletException

ifLeftHasReadAheadPageSize

public void ifLeftHasReadAheadPageSize(String template)
            throws xdoclet.XDocletException

ifNotIsForeignKeyMapping

public void ifNotIsForeignKeyMapping(String template)
            throws xdoclet.XDocletException

ifNotIsRelationTableMapping

public void ifNotIsRelationTableMapping(String template)
            throws xdoclet.XDocletException

ifNotLeftHasFK

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

ifNotRightHasFK

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

ifRightHasFK

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

ifRightHasFKConstraint

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

ifRightHasReadAhead

public void ifRightHasReadAhead(String template)
            throws xdoclet.XDocletException

ifRightHasReadAheadEagerLoadGroup

public void ifRightHasReadAheadEagerLoadGroup(String template)
            throws xdoclet.XDocletException

ifRightHasReadAheadPageSize

public void ifRightHasReadAheadPageSize(String template)
            throws xdoclet.XDocletException

jdbcType

public String jdbcType()

leftFKConstraint

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

leftReadAheadEagerLoadGroup

public String leftReadAheadEagerLoadGroup()
            throws xdoclet.XDocletException

leftReadAheadPageSize

public String leftReadAheadPageSize()
            throws xdoclet.XDocletException

leftReadAheadStrategy

public String leftReadAheadStrategy()
            throws xdoclet.XDocletException

relatedPKField

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

relationTableAttribute

public String relationTableAttribute(Properties attributes)
            throws xdoclet.XDocletException

rightFKConstraint

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

rightReadAheadEagerLoadGroup

public String rightReadAheadEagerLoadGroup()
            throws xdoclet.XDocletException

rightReadAheadPageSize

public String rightReadAheadPageSize()
            throws xdoclet.XDocletException

rightReadAheadStrategy

public String rightReadAheadStrategy()
            throws xdoclet.XDocletException

sqlType

public String sqlType()