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

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

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

Methods in org.eclipse.jst.j2ee.ejb that return ContainerManagedEntity
 ContainerManagedEntity Query.getEntity()
           
 ContainerManagedEntity RoleSource.getEntityBean()
           
 ContainerManagedEntity CommonRelationshipRole.getSourceEntity()
           
 ContainerManagedEntity CommonRelationshipRole.getTypeEntity()
          Compute the ContainerManagedEntity which is the type of a role that participates in a relationship.
 ContainerManagedEntity EjbFactory.createContainerManagedEntity()
           
 ContainerManagedEntity EJBRelationshipRole.getSourceEntity()
           
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type ContainerManagedEntity
 void Query.setEntity(ContainerManagedEntity value)
          Sets the value of the 'Entity' container reference
 void RoleSource.setEntityBean(ContainerManagedEntity value)
          Sets the value of the 'Entity Bean' reference
 java.util.List EjbMethodElementHelper.getAvailableSelectQueryMethodsExcludingExisting(ContainerManagedEntity cmp)
           
 java.util.List EjbMethodElementHelper.getAvailableFindQueryMethodsExcludingExisting(ContainerManagedEntity cmp)
          Used to return finder methods with filter
 EJBRelationshipRole EJBJar.getRelationshipRole(java.lang.String aRoleName, ContainerManagedEntity sourceCMP)
          Return the EJBRelationshipRole with the same name as aRoleName that has sourceCMP as its source bean.
 java.util.List EJBJar.getEJBRelationsForSource(ContainerManagedEntity cmp)
          Return all EJBRelation objects that have an EJBRelationshipRole with a source EJB of cmp.
 java.util.List EJBJar.getEJBRelationshipRolesForType(ContainerManagedEntity cmp)
          Return all EJBRelationshipRole objects that have an EJBRelationshipRole with a type EJB of cmp.