Uses of Class
org.glassfish.ejb.deployment.descriptor.RelationshipDescriptor
-
Packages that use RelationshipDescriptor Package Description org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.node org.glassfish.ejb.deployment.util -
-
Uses of RelationshipDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return RelationshipDescriptor Modifier and Type Method Description RelationshipDescriptorRelationRoleDescriptor. getRelationshipDescriptor()Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type RelationshipDescriptor Modifier and Type Method Description Set<RelationshipDescriptor>EjbBundleDescriptorImpl. getRelationships()Get all relationships in this ejb-jar.Methods in org.glassfish.ejb.deployment.descriptor with parameters of type RelationshipDescriptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. addRelationship(RelationshipDescriptor relDesc)Add a RelationshipDescriptor which describes a CMR field between a bean/DO/entityRef in this ejb-jar.booleanEjbBundleDescriptorImpl. hasRelationship(RelationshipDescriptor rd)Returns true if given relationship is already part of this ejb-jar.voidEjbBundleDescriptorImpl. removeRelationship(RelationshipDescriptor relDesc)Add a RelationshipDescriptor which describes a CMR field between a bean/DO/entityRef in this ejb-jar.voidRelationRoleDescriptor. setRelationshipDescriptor(RelationshipDescriptor relnDesc) -
Uses of RelationshipDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return RelationshipDescriptor Modifier and Type Method Description RelationshipDescriptorEjbRelationNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type RelationshipDescriptor Modifier and Type Method Description NodeEjbRelationNode. writeDescriptor(Node parent, String nodeName, RelationshipDescriptor descriptor) -
Uses of RelationshipDescriptor in org.glassfish.ejb.deployment.util
Methods in org.glassfish.ejb.deployment.util with parameters of type RelationshipDescriptor Modifier and Type Method Description protected voidEjbBundleTracerVisitor. accept(RelationshipDescriptor rd)
-