Dali Provisional API
Release 3.2

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.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.core.jpql.spi   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.jpql.spi   
org.eclipse.jpt.jpa.ui.details   
 

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 TypeMapping.getRootEntity()
          Return the root entity of the inheritance hierarchy or null.
 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
 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.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type Entity
 boolean Entity.EntityIsDescendant.evaluate(Entity entity)
           
 

Constructors in org.eclipse.jpt.jpa.core.context with parameters of type Entity
Entity.EntityIsDescendant(Entity entity)
           
 

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 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.core.context.orm
 

Subinterfaces of Entity in org.eclipse.jpt.jpa.core.context.orm
 interface OrmEntity
          orm.xml entity 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.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return Entity
 Entity PersistenceUnit.getEntity(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
 Iterable<Entity> PersistenceUnit.getEntities()
          Return the persistence unit's entities.
 

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.core.jpa2.context.java
 

Subinterfaces of Entity in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaEntity2_0
          Java entity 2.0 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.core.jpa2.context.orm
 

Subinterfaces of Entity in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmEntity2_0
          orm.xml entity 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.core.jpql.spi
 

Methods in org.eclipse.jpt.jpa.core.jpql.spi that return Entity
 Entity JpaEntity.getManagedType()
          Returns the encapsulated model object.
 

Methods in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type Entity
protected  IEntity JpaManagedTypeProvider.buildEntity(Entity mappedClass)
           
 IEntity JpaManagedTypeBuilder.buildEntity(JpaManagedTypeProvider provider, Entity mappedClass,  mappingBuilder)
          Creates a new concrete instance of an IEntity.
 IEntity IManagedTypeBuilder.buildEntity(JpaManagedTypeProvider provider, Entity mappedClass,  mappingBuilder)
          Creates a new concrete instance of an IEntity.
 

Constructors in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type Entity
JpaEntity(JpaManagedTypeProvider provider, Entity entity,  mappingBuilder)
          Creates a new JpaEntity.
 

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 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.orm
 

Subinterfaces of Entity in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface OrmEclipseLinkEntity
          EclipseLink orm.xml entity 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.jpql.spi
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi with parameters of type Entity
 IEntity EclipseLinkManagedTypeBuilder.buildEntity(JpaManagedTypeProvider provider, Entity mappedClass,  mappingBuilder)
          Creates a new concrete instance of an IEntity.
 

Uses of Entity in org.eclipse.jpt.jpa.ui.details
 

Method parameters in org.eclipse.jpt.jpa.ui.details with type arguments of type Entity
 JpaComposite JpaUiFactory.createEntityComposite(PropertyValueModel<? extends Entity> entityModel, Composite parentComposite, WidgetFactory widgetFactory, ResourceManager resourceManager)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.