org.eclipse.jpt.core.context.orm
Interface OrmBasicMapping
- All Superinterfaces:
- AttributeMapping, BaseColumn.Owner, BasicMapping, ColumnMapping, ConvertibleMapping, Fetchable, org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, Model, NamedColumn.Owner, Nullable, OrmAttributeMapping, OrmBaseColumn.Owner, OrmColumn.Owner, OrmColumnMapping, OrmNamedColumn.Owner, XmlContextNode
public interface OrmBasicMapping
- extends BasicMapping, OrmAttributeMapping, OrmColumnMapping
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.
|
Method Summary |
OrmConverter |
getDefaultConverter()
Return the default converter, NO_CONVERTER except in instances where an underlying
model has a converter set (an xml mapping could return a default converter if one is set in java) |
OrmConverter |
getSpecifiedConverter()
Return the specified converter or null, if none is specified in the underlying resource model |
| Methods inherited from interface org.eclipse.jpt.core.context.AttributeMapping |
getKey, getName, getPersistentAttribute, getPrimaryKeyColumnName, getTypeMapping, isDefault, isIdMapping, isOverridableAssociationMapping, isOverridableAttributeMapping, isOwnedBy, shouldValidateAgainstDatabase |
| 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.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.AttributeMapping |
getKey, getName, getPersistentAttribute, getPrimaryKeyColumnName, getTypeMapping, isDefault, isIdMapping, isOverridableAssociationMapping, isOverridableAttributeMapping, isOwnedBy, shouldValidateAgainstDatabase |
| 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.AttributeMapping |
getKey, getName, getPersistentAttribute, getPrimaryKeyColumnName, getTypeMapping, isDefault, isIdMapping, isOverridableAssociationMapping, isOverridableAttributeMapping, isOwnedBy, shouldValidateAgainstDatabase |
| 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.OrmAttributeMapping |
addToResourceModel, contains, getName, getNameTextRange, getPersistentAttribute, getResourceAttributeMapping, getSelectionTextRange, getXmlSequence, initializeFromOrmAttributeMapping, initializeFromOrmBasicMapping, initializeFromOrmEmbeddedIdMapping, initializeFromOrmEmbeddedMapping, initializeFromOrmIdMapping, initializeFromOrmManyToManyMapping, initializeFromOrmManyToOneMapping, initializeFromOrmOneToManyMapping, initializeFromOrmOneToOneMapping, initializeFromOrmTransientMapping, initializeFromOrmVersionMapping, initializeOn, removeFromResourceModel, setName, update |
getDefaultConverter
OrmConverter getDefaultConverter()
- Description copied from interface:
ConvertibleMapping
- Return the default converter, NO_CONVERTER except in instances where an underlying
model has a converter set (an xml mapping could return a default converter if one is set in java)
- Specified by:
getDefaultConverter in interface ConvertibleMapping
getSpecifiedConverter
OrmConverter getSpecifiedConverter()
- Description copied from interface:
ConvertibleMapping
- Return the specified converter or null, if none is specified in the underlying resource model
- Specified by:
getSpecifiedConverter in interface ConvertibleMapping