|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Entity in org.eclipse.jpt.core.context |
|---|
| Methods in org.eclipse.jpt.core.context that return Entity | |
|---|---|
Entity |
RelationshipReference.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 |
JoinColumn.Owner.getRelationshipTarget()
The target of the relationship will usually be the target entity. |
Entity |
RelationshipMapping.getResolvedTargetEntity()
|
Entity |
Entity.getRootEntity()
Return the ultimate top of the inheritance hierarchy This method should never return null. |
| 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.core.jpa2.context |
|---|
| Methods in org.eclipse.jpt.core.jpa2.context that return Entity | |
|---|---|
Entity |
ElementCollectionMapping2_0.getEntity()
Return the entity that owns the mapping. |
Entity |
CollectionMapping2_0.getResolvedMapKeyEntity()
If the attribute type is not a map or if the map key class is a basic type this will return null. |
| 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 |
JavaEclipseLinkEntity
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.orm |
|---|
| Subinterfaces of Entity in org.eclipse.jpt.eclipselink.core.context.orm | |
|---|---|
interface |
OrmEclipseLinkEntity
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||