| java.lang.Object org.jboss.metadata.MetaData org.jboss.metadata.RelationshipRoleMetaData
RelationshipRoleMetaData | public class RelationshipRoleMetaData extends MetaData (Code) | | Represents one ejb-relationship-role element found in the ejb-jar.xml
file's ejb-relation elements.
author: Dain Sundstrom version: $Revision: 57209 $ |
getCMRFieldName | public String getCMRFieldName()(Code) | | Gets the name of the entity's cmr field for this role.
|
getCMRFieldType | public String getCMRFieldType()(Code) | | Gets the type of the cmr field (i.e., collection or set)
|
getEntityName | public String getEntityName()(Code) | | Gets the name of the entity that has this role.
|
getRelationMetaData | public RelationMetaData getRelationMetaData()(Code) | | Gets the relation meta data to which the role belongs.
|
getRelationshipRoleName | public String getRelationshipRoleName()(Code) | | Gets the relationship role name
|
importEjbJarXml | public void importEjbJarXml(Element element) throws DeploymentException(Code) | | |
isCascadeDelete | public boolean isCascadeDelete()(Code) | | Should this entity be deleted when related entity is deleted.
|
isMultiplicityMany | public boolean isMultiplicityMany()(Code) | | Checks if the multiplicity is many.
|
isMultiplicityOne | public boolean isMultiplicityOne()(Code) | | Checks if the multiplicity is one.
|
Methods inherited from org.jboss.metadata.MetaData | public Object clone()(Code)(Java Doc) public static Iterator getChildrenByTagName(Element element, String tagName)(Code)(Java Doc) public static String getElementAttribute(Element element, String attrName)(Code)(Java Doc) public static String getElementAttribute(Element element, String attrName, boolean replace)(Code)(Java Doc) public static String getElementContent(Element element)(Code)(Java Doc) public static String getElementContent(Element element, String defaultStr)(Code)(Java Doc) public static String getElementContent(Element element, String defaultStr, boolean replace)(Code)(Java Doc) public static String getFirstElementContent(Element element, String defaultStr)(Code)(Java Doc) public static String getFirstElementContent(Element element, String defaultStr, boolean replace)(Code)(Java Doc) public static Element getOptionalChild(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static Element getOptionalChild(Element element, String tagName, Element defaultElement) throws DeploymentException(Code)(Java Doc) public static boolean getOptionalChildBooleanContent(Element element, String name) throws DeploymentException(Code)(Java Doc) public static boolean getOptionalChildBooleanContent(Element element, String name, boolean defaultValue) throws DeploymentException(Code)(Java Doc) public static String getOptionalChildContent(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static String getOptionalChildContent(Element element, String tagName, String defaultValue) throws DeploymentException(Code)(Java Doc) public static Element getUniqueChild(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static String getUniqueChildContent(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public void importEjbJarXml(Element element) throws DeploymentException(Code)(Java Doc) public void importJbossXml(Element element) throws DeploymentException(Code)(Java Doc) public void importXml(Element element) throws DeploymentException(Code)(Java Doc) protected boolean jdk13Enabled()(Code)(Java Doc)
|
|
|