Uses of Interface
org.eclipse.jpt.core.context.Entity

Packages that use Entity
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.context.java   
 

Uses of Entity in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return Entity
 Entity RelationshipMapping.getEntity()
          Return the entity that owns the relationship mapping.
 Entity SecondaryTable.getParent()
           
 Entity Entity.getParentEntity()
          The first parent in the class hierarchy that is an entity.
 Entity RelationshipMapping.getResolvedTargetEntity()
           
 Entity JoinColumn.Owner.getTargetEntity()
          return the entity referenced by the join column
 

Methods in org.eclipse.jpt.core.context with parameters of type Entity
 void Entity.addSubEntity(Entity subEntity)
          The given Entity has this entity as its root entity, add it as a sub entity.
 

Uses of Entity in org.eclipse.jpt.core.context.java
 

Subinterfaces of Entity in org.eclipse.jpt.core.context.java
 interface JavaEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of Entity in org.eclipse.jpt.core.context.orm
 

Subinterfaces of Entity in org.eclipse.jpt.core.context.orm
 interface OrmEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of Entity in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return Entity
 Entity PersistenceUnit.getEntity(java.lang.String typeName)
          Return the entity specified in the persistence unit with the specified name.
 

Uses of Entity in org.eclipse.jpt.eclipselink.core.context
 

Subinterfaces of Entity in org.eclipse.jpt.eclipselink.core.context
 interface EclipseLinkEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of Entity in org.eclipse.jpt.eclipselink.core.context.java
 

Subinterfaces of Entity in org.eclipse.jpt.eclipselink.core.context.java
 interface EclipseLinkJavaEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.