Uses of Class
org.glassfish.ejb.deployment.descriptor.RelationRoleDescriptor
-
Packages that use RelationRoleDescriptor Package Description org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.node -
-
Uses of RelationRoleDescriptor in org.glassfish.ejb.deployment.descriptor
Fields in org.glassfish.ejb.deployment.descriptor declared as RelationRoleDescriptor Modifier and Type Field Description RelationRoleDescriptorCMRFieldInfo. roleMethods in org.glassfish.ejb.deployment.descriptor that return RelationRoleDescriptor Modifier and Type Method Description RelationRoleDescriptorRelationRoleDescriptor. getPartner()The other role in the relationship I participate in.RelationRoleDescriptorRelationshipDescriptor. getSink()RelationRoleDescriptorRelationshipDescriptor. getSource()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type RelationRoleDescriptor Modifier and Type Method Description voidRelationRoleDescriptor. setPartner(RelationRoleDescriptor partner)voidRelationshipDescriptor. setSink(RelationRoleDescriptor sink)voidRelationshipDescriptor. setSource(RelationRoleDescriptor source) -
Uses of RelationRoleDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return RelationRoleDescriptor Modifier and Type Method Description RelationRoleDescriptorEjbRelationshipRoleNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type RelationRoleDescriptor Modifier and Type Method Description NodeEjbRelationshipRoleNode. writeDescriptor(Node parent, String nodeName, RelationRoleDescriptor descriptor)
-