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

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

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

Methods in org.eclipse.jpt.jpa.core.context that return Entity
 Entity ReadOnlyRelationship.getEntity()
          Return the entity that contains the relationship's mapping or override.
 Entity ReadOnlySecondaryTable.getParent()
           
 Entity Entity.getParentEntity()
          The first parent in the class hierarchy that is an entity.
 Entity ReadOnlyJoinColumn.Owner.getRelationshipTarget()
          The target of the relationship will usually be the target entity.
 Entity RelationshipMapping.getResolvedTargetEntity()
           
 Entity Entity.getRootEntity()
          Return the top of the entity's inheritance hierarchy.
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type Entity
 java.lang.Iterable<Entity> Entity.getDescendants()
          If the entity is a root entity, return the entity's descendant entities; if the entity is not a root entity, return an empty collection.
 

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

Subinterfaces of Entity in org.eclipse.jpt.jpa.core.context.java
 interface JavaEntity
          Java entity
 

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

Subinterfaces of Entity in org.eclipse.jpt.jpa.core.context.orm
 interface OrmEntity
          orm.xml entity
 

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

Methods in org.eclipse.jpt.jpa.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.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type Entity
 java.lang.Iterable<Entity> PersistenceUnit.getEntities()
          Return the persistence unit's entities.
 java.lang.Iterable<Entity> PersistenceUnit.getJavaEntities()
          Return all the entities defined with both the implied and specified Java classes of a persistence unit
 java.lang.Iterable<Entity> PersistenceUnit.getOrmEntities()
          Return all the entities defined in both the implied and specified mapping files of a persistence unit
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return Entity
 Entity ElementCollectionMapping2_0.getEntity()
          Return the entity that owns the mapping.
 

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

Subinterfaces of Entity in org.eclipse.jpt.jpa.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.jpa.eclipselink.core.context.java
 

Subinterfaces of Entity in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface JavaEclipseLinkEntity
          EclipseLink Java entity
 

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

Subinterfaces of Entity in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface OrmEclipseLinkEntity
          EclipseLink orm.xml entity