Uses of Interface
org.eclipse.jst.j2ee.ejb.CMPAttribute

Packages that use CMPAttribute
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of CMPAttribute in org.eclipse.jst.j2ee.ejb
 

Subinterfaces of CMPAttribute in org.eclipse.jst.j2ee.ejb
 interface CMRField
          Describes the bean provider's view of a relationship.
 

Methods in org.eclipse.jst.j2ee.ejb that return CMPAttribute
 CMPAttribute EjbFactory.createCMPAttribute()
           
 CMPAttribute ContainerManagedEntity.addKeyAttributeName(java.lang.String aName)
          Create a new instance of CMPAttribute with aName and add it to the keyAttributes of the bean
 CMPAttribute ContainerManagedEntity.addPersistentAttribute(Field aField)
          Add a persistent attribute with the same name as the name for aField.
 CMPAttribute ContainerManagedEntity.addPersistentAttributeName(java.lang.String aName)
          Create a new instance of CMPAttribute with aName and add it to the persistent attributes
 CMPAttribute ContainerManagedEntity.getKeyAttribute(java.lang.String aName)
          Return the keyAttribute with aName.
 CMPAttribute ContainerManagedEntity.getPersistentAttribute(java.lang.String aName)
          Return the persistentAttribute with aName.
 CMPAttribute ContainerManagedEntity.getPrimaryKeyAttribute()
          Deprecated. - Use getPrimKeyField()
 CMPAttribute ContainerManagedEntity.removePersistentAttribute(Field aField)
          Removes the attribute with the name specified in the aField from the list of persistent attributes
 CMPAttribute ContainerManagedEntity.getPrimKeyField()
          Returns the value of the 'Prim Key Field' reference
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type CMPAttribute
 java.lang.String CommonRelationshipRole.getTargetAttributeName(CMPAttribute roleAttribute)
          Gets the attribute name of a given CMPAttribute
 boolean ContainerManagedEntity.isKeyAttribute(CMPAttribute anAttribute)
          Returns true if anAttribute is a key attribute of the CMP
 void ContainerManagedEntity.setPrimKeyField(CMPAttribute value)
          Sets the value of the 'Prim Key Field' reference