|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of FetchableMapping in org.eclipse.jpt.jpa.core.context |
|---|
| Subinterfaces of FetchableMapping in org.eclipse.jpt.jpa.core.context | |
|---|---|
interface |
BasicMapping
JPA basic mapping. |
interface |
CollectionMapping
JPA collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToManyMapping
JPA m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToOneMapping
JPA m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MultiRelationshipMapping
Multi-valued relationship (1:m, m:m) mapping. |
interface |
OneToManyMapping
JPA 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToOneMapping
JPA 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
RelationshipMapping
JPA relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
SingleRelationshipMapping
JPA single relationship (m:1, 1:1) mapping 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 FetchableMapping in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of FetchableMapping in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaBasicMapping
Java basic mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToManyMapping
Java m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToOneMapping
Java m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToManyMapping
Java 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToOneMapping
Java 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaRelationshipMapping
Java relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
JavaSingleRelationshipMapping
Java single (m:1, 1:1) mapping 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 FetchableMapping in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of FetchableMapping in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmBasicMapping
orm.xml basic mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmManyToManyMapping
orm.xml m:m mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmManyToOneMapping
orm.xml m:1 mapping. |
interface |
OrmMultiRelationshipMapping
orm.xml multi-valued relationship (1:m, m:m) mapping. |
interface |
OrmOneToManyMapping
orm.xml 1:m mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOneToOneMapping
orm.xml 1:1 mapping. |
interface |
OrmRelationshipMapping
orm.xml relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
OrmSingleRelationshipMapping
orm.xml single (1:1, m:1) mapping. |
| Uses of FetchableMapping in org.eclipse.jpt.jpa.core.jpa2.context |
|---|
| Subinterfaces of FetchableMapping in org.eclipse.jpt.jpa.core.jpa2.context | |
|---|---|
interface |
CollectionMapping2_0
JPA 2.0 collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ElementCollectionMapping2_0
JPA 2.0 element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToManyMapping2_0
JPA 2.0 m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToOneMapping2_0
JPA 2.0 m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MultiRelationshipMapping2_0
JPA 2.0 multi relationship (m:m, 1:m) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToManyMapping2_0
JPA 2.0 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToOneMapping2_0
JPA 2.0 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrphanRemovalMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
RelationshipMapping2_0
JPA 2.0 relationship (1:m, m:m, m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
SingleRelationshipMapping2_0
JPA 2.0 single relationship (m:1, 1:1) mapping 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 FetchableMapping in org.eclipse.jpt.jpa.core.jpa2.context.java |
|---|
| Subinterfaces of FetchableMapping in org.eclipse.jpt.jpa.core.jpa2.context.java | |
|---|---|
interface |
JavaCollectionMapping2_0
Java collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaElementCollectionMapping2_0
Java element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaSingleRelationshipMapping2_0
JPA 2.0 Java single (m:1, 1:1) mapping 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 FetchableMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm |
|---|
| Subinterfaces of FetchableMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm | |
|---|---|
interface |
OrmCollectionMapping2_0
orm.xml collection mapping (e.g. 1:m, m:m, element collection)
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmElementCollectionMapping2_0
orm.xml element collection mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmSingleRelationshipMapping2_0
JPA 2.0 orm.xml single (1:1, m:1) mapping. |
| Uses of FetchableMapping in org.eclipse.jpt.jpa.eclipselink.core.context |
|---|
| Subinterfaces of FetchableMapping in org.eclipse.jpt.jpa.eclipselink.core.context | |
|---|---|
interface |
EclipseLinkBasicMapping
EclipseLink basic mapping. |
interface |
EclipseLinkElementCollectionMapping2_0
EclipseLink element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkManyToManyMapping
EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
EclipseLinkManyToManyMapping2_0
EclipseLink ID mapping 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. |
interface |
EclipseLinkManyToOneMapping
EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
EclipseLinkManyToOneMapping2_0
EclipseLink m:1 mapping 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. |
interface |
EclipseLinkOneToManyMapping
EclipseLink 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToManyMapping2_0
EclipseLink 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToOneMapping
EclipseLink 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToOneMapping2_0
EclipseLink 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkRelationshipMapping
EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||