|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData (src)
org.jboss.metadata.RelationshipRoleMetaData
Represents one ejb-relationship-role element found in the ejb-jar.xml file's ejb-relation elements.
Field Summary |
Fields inherited from class org.jboss.metadata.MetaData (src) |
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
RelationshipRoleMetaData(RelationMetaData (src) relationMetaData)
|
Method Summary | |
java.lang.String |
getCMRFieldName()
Gets the name of the entity's cmr field for this role. |
java.lang.String |
getCMRFieldType()
Gets the type of the cmr field (i.e., collection or set) |
java.lang.String |
getEntityName()
Gets the name of the entity that has this role. |
RelationshipRoleMetaData (src) |
getRelatedRoleMetaData()
Gets the related role's metadata |
RelationMetaData (src) |
getRelationMetaData()
Gets the relation meta data to which the role belongs. |
java.lang.String |
getRelationshipRoleName()
Gets the relationship role name |
void |
importEjbJarXml(org.w3c.dom.Element element)
Non-operation. |
boolean |
isCascadeDelete()
Should this entity be deleted when related entity is deleted. |
boolean |
isMultiplicityMany()
Checks if the multiplicity is many. |
boolean |
isMultiplicityOne()
Checks if the multiplicity is one. |
Methods inherited from class org.jboss.metadata.MetaData (src) |
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importJbossXml, importXml, jdk13Enabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RelationshipRoleMetaData(RelationMetaData (src) relationMetaData)
Method Detail |
public java.lang.String getRelationshipRoleName()
public RelationMetaData (src) getRelationMetaData()
public RelationshipRoleMetaData (src) getRelatedRoleMetaData()
public boolean isMultiplicityOne()
public boolean isMultiplicityMany()
public boolean isCascadeDelete()
public java.lang.String getEntityName()
public java.lang.String getCMRFieldName()
public java.lang.String getCMRFieldType()
public void importEjbJarXml(org.w3c.dom.Element element) throws DeploymentException (src)
MetaData (src)
importEjbJarXml
in class MetaData (src)
element
-
DeploymentException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |