xdoclet.modules.borland.bes.ejb
public class BorlandRelationTagsHandler extends RelationTagsHandler
RelationTagsHandler.RelationHolder
currentRelation, relationMap
ALL, LOCAL_SUFFIX, SERVICE_ENDPOINT, SERVICE_ENDPOINT_SUFFIX
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
Constructor and Description |
---|
BorlandRelationTagsHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
defaultLeftColumnName()
Describe what the method does
|
java.lang.String |
defaultLeftTableName()
Describe what the method does
|
java.lang.String |
defaultRightColumnName()
Default right colum name is pk field of the right side bean..
|
java.lang.String |
defaultRightTableName()
Describe what the method does
|
void |
ifDoesntHaveLeftColumnName(java.lang.String template)
Describe what the method does
|
void |
ifDoesntHaveLeftTableName(java.lang.String template)
Describe what the method does
|
void |
ifDoesntHaveRightColumnName(java.lang.String template)
Describe what the method does
|
void |
ifDoesntHaveRightTableName(java.lang.String template)
Describe what the method does
|
void |
ifHasLeftColumnName(java.lang.String template)
Describe what the method does
|
void |
ifHasLeftTableName(java.lang.String template)
Describe what the method does
|
void |
ifHasRightColumnName(java.lang.String template)
Describe what the method does
|
void |
ifHasRightTableName(java.lang.String template)
Describe what the method does
|
java.lang.String |
leftColumnName()
Describe what the method does
|
java.lang.String |
leftTableName()
Describe what the method does
|
java.lang.String |
rightColumnName()
Describe what the method does
|
java.lang.String |
rightTableName()
Describe what the method does
|
forAllRelationships, hasRelationships, ifHasLeftRoleName, ifHasRelationships, ifHasRightRoleName, ifIsBidirectional, ifIsLeftMany, ifIsMany2Many, ifIsNotACollection, ifIsOne2Many, ifIsOne2One, ifIsRightMany, ifIsUnidirectional, ifLeftCascadeDelete, ifLeftNavigable, ifNotHasRelationships, ifNotIsMany2Many, ifNotIsOne2Many, ifNotIsOne2One, ifRightCascadeDelete, ifRightNavigable, isSetOrCollection, leftEJBName, leftFieldName, leftFieldType, leftMultiplicity, leftRoleName, relationComment, relationName, rightEJBName, rightFieldName, rightFieldType, rightMultiplicity, rightRoleName
beanType, choosePackage, concreteFullClassName, ejbExternalRefName, ejbName, ejbRefName, ejbRefName, extendsFromFor, forAllBeans, getDependentClassFor, getDependentClassTagName, getEjb, getEjbIdFor, getEjbNameFor, getEjbSpec, getShortEjbNameFor, hasTransaction, id, ifIsAConcreteEJBean, ifLocalEjb, ifNotLocalEjb, ifNotRemoteEjb, ifNotServiceEndpointEjb, ifRemoteEjb, ifServiceEndpointEjb, isAConcreteEJBean, isEjb, isLocalEjb, isOnlyLocalEjb, isOnlyRemoteEjb, isOnlyServiceEndpointEjb, isRemoteEjb, isServiceEndpointEjb, prefixWithEjbSlash, shortEjbName, shouldTraverseSuperclassForDependentClass, symbolicClassName
delimit, expandClassName, generate, getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getDocletContext, getEngine, getExpandedDelimitedTagValue, getTagValue, getTagValue, getTagValue, hasHavingClassTag, hasTag, isTagValueEqual, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, modifiers, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
getXJavaDoc, setXJavaDoc
public java.lang.String leftTableName() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String defaultLeftTableName() throws XDocletException
XDocletException
- Describe the exceptionpublic void ifHasLeftTableName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void ifDoesntHaveLeftTableName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic java.lang.String leftColumnName() throws XDocletException
XDocletException
- Describe the exceptionpublic void ifHasLeftColumnName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void ifDoesntHaveLeftColumnName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic java.lang.String defaultLeftColumnName() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String rightTableName() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String defaultRightTableName() throws XDocletException
XDocletException
- Describe the exceptionpublic void ifHasRightTableName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void ifDoesntHaveRightTableName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic java.lang.String rightColumnName() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String defaultRightColumnName() throws XDocletException
XDocletException
- Describe the exceptionpublic void ifHasRightColumnName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void ifDoesntHaveRightColumnName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exception