|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeOverride | |
---|---|
org.eclipse.jpt.core.context | |
org.eclipse.jpt.core.context.java | |
org.eclipse.jpt.core.context.orm |
Uses of AttributeOverride in org.eclipse.jpt.core.context |
---|
Methods in org.eclipse.jpt.core.context with type parameters of type AttributeOverride | ||
---|---|---|
|
BaseEmbeddedMapping.attributeOverrides()
Return a list iterator of the attribute overrides whether specified or virtual. |
|
|
Entity.attributeOverrides()
Return a list iterator of the attribute overrides whether specified or default. |
|
|
BaseEmbeddedMapping.specifiedAttributeOverrides()
Return a list iterator of the specified attribute overrides. |
|
|
Entity.specifiedAttributeOverrides()
Return a list iterator of the specified attribute overrides. |
|
|
BaseEmbeddedMapping.virtualAttributeOverrides()
Return a list iterator of the virtual attribute overrides. |
|
|
Entity.virtualAttributeOverrides()
Return a list iterator of the virtual attribute overrides, those not specified. |
Methods in org.eclipse.jpt.core.context that return AttributeOverride | |
---|---|
AttributeOverride |
BaseEmbeddedMapping.getAttributeOverrideNamed(java.lang.String name)
Return the attribute overrides, whether specified or default, with the given name. |
AttributeOverride |
Entity.getAttributeOverrideNamed(java.lang.String name)
Return the attribute overrides, whether specified or default, with the given name. |
AttributeOverride |
AttributeOverride.setVirtual(boolean virtual)
|
Uses of AttributeOverride in org.eclipse.jpt.core.context.java |
---|
Subinterfaces of AttributeOverride in org.eclipse.jpt.core.context.java | |
---|---|
interface |
JavaAttributeOverride
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 AttributeOverride in org.eclipse.jpt.core.context.orm |
---|
Subinterfaces of AttributeOverride in org.eclipse.jpt.core.context.orm | |
---|---|
interface |
OrmAttributeOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |