xdoclet.modules.bea.wls.ejb
public class WeblogicRelationTagsHandler 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 |
---|
WeblogicRelationTagsHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ensureColumnMapTagsRight()
Makes sure the column-map tags are on the right side and target-column-map tags left
|
void |
forAllColumnMaps(java.lang.String template,
boolean left)
Describe what the method does
|
void |
forAllLeftColumnMaps(java.lang.String template) |
void |
forAllRightColumnMaps(java.lang.String template)
Describe what the method does
|
java.lang.String |
foreignKeyColumn()
Describe what the method does
|
void |
ifHasKeyColumn(java.lang.String template)
Describe what the method does
|
void |
ifHasLeftGroupName(java.lang.String template)
Describe what the method does
|
void |
ifHasRightGroupName(java.lang.String template)
Describe what the method does
|
java.lang.String |
joinTableName()
Describe what the method does
|
java.lang.String |
keyColumn()
Describe what the method does
|
java.lang.String |
leftGroupName()
Describe what the method does
|
java.lang.String |
rightGroupName()
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 void forAllColumnMaps(java.lang.String template, boolean left) throws XDocletException
template
- Describe what the parameter doesleft
- XDocletException
- Describe the exceptionpublic void forAllLeftColumnMaps(java.lang.String template) throws XDocletException
XDocletException
public void forAllRightColumnMaps(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void ensureColumnMapTagsRight()
public java.lang.String joinTableName() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String leftGroupName() throws XDocletException
XDocletException
- Describe the exceptionpublic void ifHasLeftGroupName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic java.lang.String rightGroupName() throws XDocletException
XDocletException
- Describe the exceptionpublic void ifHasRightGroupName(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void ifHasKeyColumn(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic java.lang.String keyColumn() throws XDocletException
XDocletException
public java.lang.String foreignKeyColumn()