Uses of Interface
org.eclipse.jpt.core.context.AttributeOverride

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
<T extends AttributeOverride>
java.util.ListIterator<T>
BaseEmbeddedMapping.attributeOverrides()
          Return a list iterator of the attribute overrides whether specified or virtual.
<T extends AttributeOverride>
java.util.ListIterator<T>
Entity.attributeOverrides()
          Return a list iterator of the attribute overrides whether specified or default.
<T extends AttributeOverride>
java.util.ListIterator<T>
BaseEmbeddedMapping.specifiedAttributeOverrides()
          Return a list iterator of the specified attribute overrides.
<T extends AttributeOverride>
java.util.ListIterator<T>
Entity.specifiedAttributeOverrides()
          Return a list iterator of the specified attribute overrides.
<T extends AttributeOverride>
java.util.ListIterator<T>
BaseEmbeddedMapping.virtualAttributeOverrides()
          Return a list iterator of the virtual attribute overrides.
<T extends AttributeOverride>
java.util.ListIterator<T>
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.