|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Entity in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return Entity | |
|---|---|
Entity |
Relationship.getEntity()
Return the entity that contains the relationship's mapping or override. |
Entity |
SecondaryTable.getParent()
|
Entity |
Entity.getParentEntity()
The first parent in the class hierarchy that is an entity. |
Entity |
JoinColumn.ParentAdapter.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.IsDescendant.evaluate(Entity entity)
|
| Constructors in org.eclipse.jpt.jpa.core.context with parameters of type Entity | |
|---|---|
Entity.IsDescendant(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,
Creates a new concrete instance of an IEntity. |
IEntity |
IManagedTypeBuilder.buildEntity(JpaManagedTypeProvider provider,
Entity mappedClass,
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,
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 |
EclipseLinkJavaEntity
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 |
EclipseLinkOrmEntity
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,
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 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||