org.eclipse.jpt.core.context.orm
Interface OrmEmbeddedIdMapping

All Superinterfaces:
AttributeMapping, AttributeOverride.Owner, BaseEmbeddedMapping, BaseOverride.Owner, EmbeddedIdMapping, org.eclipse.core.runtime.IAdaptable, JpaContextNode, JpaNode, Model, OrmAttributeMapping, OrmBaseEmbeddedMapping, OrmJpaContextNode

public interface OrmEmbeddedIdMapping
extends EmbeddedIdMapping, OrmBaseEmbeddedMapping

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.


Field Summary
 
Fields inherited from interface org.eclipse.jpt.core.context.BaseEmbeddedMapping
SPECIFIED_ATTRIBUTE_OVERRIDES_LIST, VIRTUAL_ATTRIBUTE_OVERRIDES_LIST
 
Fields inherited from interface org.eclipse.jpt.core.context.BaseEmbeddedMapping
SPECIFIED_ATTRIBUTE_OVERRIDES_LIST, VIRTUAL_ATTRIBUTE_OVERRIDES_LIST
 
Fields inherited from interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
JAVA_PERSISTENT_ATTRIBUTE_PROPERTY, NAME_PROPERTY
 
Method Summary
 java.util.ListIterator<OrmAttributeOverride> attributeOverrides()
          Return a list iterator of the attribute overrides whether specified or virtual.
 void initialize(XmlEmbeddedId embeddedId)
           
 java.util.ListIterator<OrmAttributeOverride> specifiedAttributeOverrides()
          Return a list iterator of the specified attribute overrides.
 void update(XmlEmbeddedId embeddedId)
           
 java.util.ListIterator<OrmAttributeOverride> virtualAttributeOverrides()
          Return a list iterator of the virtual attribute overrides.
 
Methods inherited from interface org.eclipse.jpt.core.context.BaseEmbeddedMapping
attributeOverridesSize, moveSpecifiedAttributeOverride, specifiedAttributeOverridesSize, virtualAttributeOverridesSize
 
Methods inherited from interface org.eclipse.jpt.core.context.AttributeMapping
getKey, getPrimaryKeyColumnName, getTypeMapping, isDefault, isIdMapping, isOverridableAssociationMapping, isOverridableAttributeMapping
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getEntityMappings, getOrmPersistentType, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent, getResource
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.core.context.AttributeOverride.Owner
getColumnMapping
 
Methods inherited from interface org.eclipse.jpt.core.context.BaseOverride.Owner
getTypeMapping, isVirtual, setVirtual
 
Methods inherited from interface org.eclipse.jpt.core.context.orm.OrmBaseEmbeddedMapping
getAttributeOverrideNamed
 
Methods inherited from interface org.eclipse.jpt.core.context.BaseEmbeddedMapping
attributeOverridesSize, moveSpecifiedAttributeOverride, specifiedAttributeOverridesSize, virtualAttributeOverridesSize
 
Methods inherited from interface org.eclipse.jpt.core.context.AttributeMapping
getKey, getPrimaryKeyColumnName, getTypeMapping, isDefault, isIdMapping, isOverridableAssociationMapping, isOverridableAttributeMapping
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getEntityMappings, getOrmPersistentType, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent, getResource
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.core.context.AttributeOverride.Owner
getColumnMapping
 
Methods inherited from interface org.eclipse.jpt.core.context.BaseOverride.Owner
getTypeMapping, isVirtual, setVirtual
 
Methods inherited from interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
addToResourceModel, contains, getJavaPersistentAttribute, getName, getPersistentAttribute, getSelectionTextRange, getXmlSequence, initializeFromOrmAttributeMapping, initializeFromOrmBasicMapping, initializeFromOrmEmbeddedIdMapping, initializeFromOrmEmbeddedMapping, initializeFromOrmIdMapping, initializeFromOrmManyToManyMapping, initializeFromOrmManyToOneMapping, initializeFromOrmOneToManyMapping, initializeFromOrmOneToOneMapping, initializeFromOrmTransientMapping, initializeFromOrmVersionMapping, initializeOn, removeFromResourceModel, setName
 
Methods inherited from interface org.eclipse.jpt.core.context.AttributeMapping
getKey, getPrimaryKeyColumnName, getTypeMapping, isDefault, isIdMapping, isOverridableAssociationMapping, isOverridableAttributeMapping
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getEntityMappings, getOrmPersistentType, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent, getResource
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.core.context.orm.OrmJpaContextNode
addToMessages, getValidationTextRange
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getEntityMappings, getOrmPersistentType, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent, getResource
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

attributeOverrides

java.util.ListIterator<OrmAttributeOverride> attributeOverrides()
Description copied from interface: BaseEmbeddedMapping
Return a list iterator of the attribute overrides whether specified or virtual. This will not be null.

Specified by:
attributeOverrides in interface BaseEmbeddedMapping
Specified by:
attributeOverrides in interface OrmBaseEmbeddedMapping

virtualAttributeOverrides

java.util.ListIterator<OrmAttributeOverride> virtualAttributeOverrides()
Description copied from interface: BaseEmbeddedMapping
Return a list iterator of the virtual attribute overrides. This will not be null.

Specified by:
virtualAttributeOverrides in interface BaseEmbeddedMapping
Specified by:
virtualAttributeOverrides in interface OrmBaseEmbeddedMapping

specifiedAttributeOverrides

java.util.ListIterator<OrmAttributeOverride> specifiedAttributeOverrides()
Description copied from interface: BaseEmbeddedMapping
Return a list iterator of the specified attribute overrides. This will not be null.

Specified by:
specifiedAttributeOverrides in interface BaseEmbeddedMapping
Specified by:
specifiedAttributeOverrides in interface OrmBaseEmbeddedMapping

initialize

void initialize(XmlEmbeddedId embeddedId)

update

void update(XmlEmbeddedId embeddedId)