|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Nested Class Summary | |
|---|---|
static interface |
AssociationOverrideContainer.Owner
|
| Field Summary | |
|---|---|
static java.lang.String |
SPECIFIED_ASSOCIATION_OVERRIDES_LIST
|
static java.lang.String |
VIRTUAL_ASSOCIATION_OVERRIDES_LIST
|
| Method Summary | ||
|---|---|---|
|
associationOverrides()
Return a list iterator of the association overrides whether specified or default. |
|
int |
associationOverridesSize()
Return the number of association overrides, both specified and default. |
|
AssociationOverride |
getAssociationOverrideNamed(java.lang.String name)
Return the association override, whether specified or default, with the given name. |
|
void |
moveSpecifiedAssociationOverride(int targetIndex,
int sourceIndex)
Move the specified association override from the source index to the target index. |
|
|
specifiedAssociationOverrides()
Return a list iterator of the specified association overrides. |
|
int |
specifiedAssociationOverridesSize()
Return the number of specified association overrides. |
|
|
virtualAssociationOverrides()
Return the number of default association overrides. |
|
int |
virtualAssociationOverridesSize()
Return the number of default association overrides. |
|
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, getResourceType, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.JpaNode |
|---|
getJpaProject, getParent |
| Methods inherited from interface org.eclipse.jpt.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.jpt.core.IResourcePart |
|---|
getResource |
| Field Detail |
|---|
static final java.lang.String SPECIFIED_ASSOCIATION_OVERRIDES_LIST
static final java.lang.String VIRTUAL_ASSOCIATION_OVERRIDES_LIST
| Method Detail |
|---|
<T extends AssociationOverride> java.util.ListIterator<T> associationOverrides()
int associationOverridesSize()
<T extends AssociationOverride> java.util.ListIterator<T> specifiedAssociationOverrides()
AssociationOverride.setVirtual(boolean) to add/remove the association
override from the source
int specifiedAssociationOverridesSize()
<T extends AssociationOverride> java.util.ListIterator<T> virtualAssociationOverrides()
int virtualAssociationOverridesSize()
void moveSpecifiedAssociationOverride(int targetIndex,
int sourceIndex)
AssociationOverride getAssociationOverrideNamed(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||