Package | Description |
---|---|
org.jboss.metadata.ejb.parser.spec | |
org.jboss.metadata.ejb.spec |
Modifier and Type | Method and Description |
---|---|
RelationRoleMetaData |
RelationRoleMetaDataParser.parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Modifier and Type | Method and Description |
---|---|
protected void |
RelationRoleMetaDataParser.processElement(RelationRoleMetaData relation,
XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Modifier and Type | Method and Description |
---|---|
RelationRoleMetaData |
RelationMetaData.getLeftRole()
Get the leftRole.
|
RelationRoleMetaData |
RelationRoleMetaData.getRelatedRole()
Get the releated role
|
RelationRoleMetaData |
RelationMetaData.getRelatedRole(RelationRoleMetaData role)
Get the other role
|
RelationRoleMetaData |
RelationMetaData.getRightRole()
Get the rightRole.
|
Modifier and Type | Method and Description |
---|---|
List<RelationRoleMetaData> |
RelationMetaData.getEjbRelationshipRoles()
TODO JBossXB figureout why this is required and why
JBossXB wants to use the xml name as the property rather than the one I want to give it
|
Modifier and Type | Method and Description |
---|---|
RelationRoleMetaData |
RelationMetaData.getRelatedRole(RelationRoleMetaData role)
Get the other role
|
void |
RelationMetaData.setLeftRole(RelationRoleMetaData leftRole)
Set the leftRole.
|
void |
RelationMetaData.setRightRole(RelationRoleMetaData rightRole)
Set the rightRole.
|
Modifier and Type | Method and Description |
---|---|
void |
RelationMetaData.setEjbRelationshipRoles(List<RelationRoleMetaData> roleMetaData)
Set the relation role metadata
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.