xdoclet.modules.jboss.ejb

Class JBossRelationTagsHandler

public class JBossRelationTagsHandler extends RelationTagsHandler

Version: $Revision: 1.12 $

Author: David Budworth

UNKNOWN: Feb 4, 2002 namespace = "JBEjbRel"

Method Summary
StringfkColumn()
Describe what the method does
voidforAllLeftForeignKeys(String template)
Describe what the method does
voidforAllRightForeignKeys(String template)
Describe what the method does
voidifHasJdbcType(String template, Properties attributes)
voidifHasRelationTableAttribute(String template, Properties attributes)
voidifHasSqlType(String template, Properties attributes)
voidifIsForeignKeyMapping(String template)
voidifIsLeftBatchCascadeDelete(String template)
voidifIsRelationTableMapping(String template)
voidifIsRightBatchCascadeDelete(String template)
voidifLeftHasFK(String template)
Describe what the method does
voidifLeftHasFKConstraint(String template)
Describe what the method does
voidifLeftHasReadAhead(String template)
voidifLeftHasReadAheadEagerLoadGroup(String template)
voidifLeftHasReadAheadPageSize(String template)
voidifNotIsForeignKeyMapping(String template)
voidifNotIsRelationTableMapping(String template)
voidifNotLeftHasFK(String template)
Describe what the method does
voidifNotRightHasFK(String template)
Describe what the method does
voidifRightHasFK(String template)
Describe what the method does
voidifRightHasFKConstraint(String template)
Describe what the method does
voidifRightHasReadAhead(String template)
voidifRightHasReadAheadEagerLoadGroup(String template)
voidifRightHasReadAheadPageSize(String template)
StringjdbcType()
StringleftFKConstraint()
Describe what the method does
StringleftReadAheadEagerLoadGroup()
StringleftReadAheadPageSize()
StringleftReadAheadStrategy()
StringrelatedPKField()
Describe what the method does
StringrelationTableAttribute(Properties attributes)
StringrightFKConstraint()
Describe what the method does
StringrightReadAheadEagerLoadGroup()
StringrightReadAheadPageSize()
StringrightReadAheadStrategy()
StringsqlType()

Method Detail

fkColumn

public String fkColumn()
Describe what the method does

Returns: Describe the return value

forAllLeftForeignKeys

public void forAllLeftForeignKeys(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

forAllRightForeignKeys

public void forAllRightForeignKeys(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifHasJdbcType

public void ifHasJdbcType(String template, Properties attributes)

ifHasRelationTableAttribute

public void ifHasRelationTableAttribute(String template, Properties attributes)

ifHasSqlType

public void ifHasSqlType(String template, Properties attributes)

ifIsForeignKeyMapping

public void ifIsForeignKeyMapping(String template)

ifIsLeftBatchCascadeDelete

public void ifIsLeftBatchCascadeDelete(String template)

ifIsRelationTableMapping

public void ifIsRelationTableMapping(String template)

ifIsRightBatchCascadeDelete

public void ifIsRightBatchCascadeDelete(String template)

ifLeftHasFK

public void ifLeftHasFK(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifLeftHasFKConstraint

public void ifLeftHasFKConstraint(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifLeftHasReadAhead

public void ifLeftHasReadAhead(String template)

ifLeftHasReadAheadEagerLoadGroup

public void ifLeftHasReadAheadEagerLoadGroup(String template)

ifLeftHasReadAheadPageSize

public void ifLeftHasReadAheadPageSize(String template)

ifNotIsForeignKeyMapping

public void ifNotIsForeignKeyMapping(String template)

ifNotIsRelationTableMapping

public void ifNotIsRelationTableMapping(String template)

ifNotLeftHasFK

public void ifNotLeftHasFK(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifNotRightHasFK

public void ifNotRightHasFK(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifRightHasFK

public void ifRightHasFK(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifRightHasFKConstraint

public void ifRightHasFKConstraint(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifRightHasReadAhead

public void ifRightHasReadAhead(String template)

ifRightHasReadAheadEagerLoadGroup

public void ifRightHasReadAheadEagerLoadGroup(String template)

ifRightHasReadAheadPageSize

public void ifRightHasReadAheadPageSize(String template)

jdbcType

public String jdbcType()

leftFKConstraint

public String leftFKConstraint()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

leftReadAheadEagerLoadGroup

public String leftReadAheadEagerLoadGroup()

leftReadAheadPageSize

public String leftReadAheadPageSize()

leftReadAheadStrategy

public String leftReadAheadStrategy()

relatedPKField

public String relatedPKField()
Describe what the method does

Returns: Describe the return value

relationTableAttribute

public String relationTableAttribute(Properties attributes)

rightFKConstraint

public String rightFKConstraint()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

rightReadAheadEagerLoadGroup

public String rightReadAheadEagerLoadGroup()

rightReadAheadPageSize

public String rightReadAheadPageSize()

rightReadAheadStrategy

public String rightReadAheadStrategy()

sqlType

public String sqlType()