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   
 

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 this relationship mapping
 Entity SecondaryTable.getParent()
           
 Entity Entity.getParentEntity()
          The first parent in the class hierarchy that is an entity.
 Entity RelationshipMapping.getResolvedTargetEntity()
           
 Entity Entity.getRootEntity()
          Return the ultimate top of the inheritance hierarchy This method should never return null.
 Entity JoinColumn.Owner.getTargetEntity()
          return the entity referenced by the join column
 

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.