A B C D E F G H I J L M N O P Q R S T U V W X

M

makePersistentAttributeSpecified(OrmPersistentAttribute) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
Add the given virtual orm persistent attribute to the orm.xml.
makePersistentAttributeSpecified(OrmPersistentAttribute, String) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
Add the given virtual orm persistent attribute to the orm.xml with a mapping of type mappingKey.
makePersistentAttributeVirtual(OrmPersistentAttribute) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
Remove the given specified orm persistent attribute from the orm.xml.
makeSpecified() - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentAttribute
Take a virtual persistent attribute and specify it.
makeSpecified(String) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentAttribute
Take a virtual persistent attribute and specify it.
makeVirtual() - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentAttribute
Make the persistent attribute virtual.
MANY_TO_MANY - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_MANY__CASCADE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_MANY__FETCH - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_MANY__MAPPED_BY - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_MANY__TARGET_ENTITY - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_MANY_ATTRIBUTE_MAPPING_KEY - Static variable in interface org.eclipse.jpt.core.MappingKeys
 
MANY_TO_ONE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_ONE__CASCADE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_ONE__FETCH - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_ONE__OPTIONAL - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_ONE__TARGET_ENTITY - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MANY_TO_ONE_ATTRIBUTE_MAPPING_KEY - Static variable in interface org.eclipse.jpt.core.MappingKeys
 
ManyToManyAnnotation - Interface in org.eclipse.jpt.core.resource.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToManyMapping - Interface in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneAnnotation - Interface in org.eclipse.jpt.core.resource.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneMapping - Interface in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MAP_KEY - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MAP_KEY - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Map Key' class.
MAP_KEY - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Map Key' class.
MAP_KEY__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MAP_KEY__NAME - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Name' attribute feature.
MAP_KEY__NAME - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Name' attribute.
MAP_KEY_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Map Key' class.
MAP_KEY_IMPL - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Map Key Impl' class.
MAP_KEY_IMPL - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Map Key Impl' class.
MAP_KEY_IMPL__NAME - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Name' attribute.
MAP_KEY_IMPL_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Map Key Impl' class.
MAP_KEY_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
MapKey - Interface in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Map Key'.
MapKeyAnnotation - Interface in org.eclipse.jpt.core.resource.java
Corresponds to the javax.persistence.MapKey annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MapKeyImpl - Class in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Map Key'.
MAPPED_BY_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.NonOwningMapping
 
MAPPED_BY_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.ManyToManyAnnotation
 
MAPPED_BY_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.OneToManyAnnotation
 
MAPPED_BY_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.OneToOneAnnotation
 
MAPPED_SUPERCLASS - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
MAPPED_SUPERCLASS_TYPE_MAPPING_KEY - Static variable in interface org.eclipse.jpt.core.MappingKeys
 
mappedByIsValid(AttributeMapping) - Method in interface org.eclipse.jpt.core.context.NonOwningMapping
 
mappedByTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.ManyToManyAnnotation
Return whether the specified postition touches the mappedBy element.
mappedByTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.OneToManyAnnotation
Return whether the specified postition touches the mappedBy element.
mappedByTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.OneToOneAnnotation
Return whether the specified postition touches the mappedBy element.
MappedSuperclass - Interface in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappedSuperclassAnnotation - Interface in org.eclipse.jpt.core.resource.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MAPPING_ANNOTATIONS_COLLECTION - Static variable in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
 
MAPPING_FILE_REF_ID - Static variable in interface org.eclipse.jpt.core.context.persistence.PersistenceStructureNodes
 
MAPPING_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.PersistentType
 
mappingAnnotations() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Return all JavaResources that correspond to type mapping annotations specified in the source code.
mappingAnnotationsSize() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
 
MappingFileRef - Interface in org.eclipse.jpt.core.context.persistence
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
mappingFileRefs() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return an iterator on the list of mapping file refs, whether specified or implied.
mappingFileRefsSize() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return of mapping file refs, specified and implied.
MappingKeys - Interface in org.eclipse.jpt.core
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappingUiProvider<T> - Interface in org.eclipse.jpt.ui.details
A UI provider is reponsible to provide the support for displaying the information for a certain mapping type.
matches(String, int) - Method in interface org.eclipse.jpt.core.utility.jdt.Member
Return whether the member matches the specified member and occurrence.
matches(MethodSignature, int) - Method in interface org.eclipse.jpt.core.utility.jdt.MethodAttribute
This method must be used instead of Member#matches(String, int).
matchesJavaFieldName(String) - Method in interface org.eclipse.jpt.db.Column
Return whether the column's name matches the specified Java identifier, respecting the database's case-sensitivity.
matchesShortJavaClassName(String) - Method in interface org.eclipse.jpt.db.Table
Return whether the table's name matches the specified Java-appropriate identifier, respecting the database's case-sensitivity.
Member - Interface in org.eclipse.jpt.core.utility.jdt
Dali manipulates annotations on members (types, fields, and methods).
Member.Editor - Interface in org.eclipse.jpt.core.utility.jdt
This interface defines a callback that is invoked when the member's compilation unit/AST is in a state to be manipulated.
MERGE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Cascade
 
MethodAttribute - Interface in org.eclipse.jpt.core.utility.jdt
Property attribute: just some covariant overrides.
MethodSignature - Interface in org.eclipse.jpt.utility
This interface describes a Java method signature; i.e.
Model - Interface in org.eclipse.jpt.utility.model
Interface to be implemented by models that notify listeners of changes to bound properties, collections, lists, and/or trees.
modified(ConnectionProfile) - Method in class org.eclipse.jpt.db.ConnectionAdapter
 
modified(ConnectionProfile) - Method in interface org.eclipse.jpt.db.ConnectionListener
 
ModifiedDeclaration - Interface in org.eclipse.jpt.core.utility.jdt
Define a wrapper that provides a common protocol for all the various AST declarations that have modifiers (i.e.
move(int, int) - Method in interface org.eclipse.jpt.core.resource.java.ContainerAnnotation
 
move(int, int, String) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Move nestableAnnotation found in the containerAnnotation from the specified source index to the specified target index.
moveAnnotation(int) - Method in interface org.eclipse.jpt.core.resource.java.NestableAnnotation
Should only be called when the NestableAnnotation is actually nested
moveAnnotation(int) - Method in interface org.eclipse.jpt.core.utility.jdt.IndexedAnnotationAdapter
Move the annotation to the specified index, leaving its original position cleared out.
moveAnnotation(int, ModifiedDeclaration) - Method in interface org.eclipse.jpt.core.utility.jdt.IndexedDeclarationAnnotationAdapter
Move the annotation to the specified index, leaving its original position cleared out.
moveColumnName(int, int) - Method in interface org.eclipse.jpt.core.context.UniqueConstraint
Move the column name from the source index to the target index.
moveColumnName(int, int) - Method in interface org.eclipse.jpt.core.resource.java.UniqueConstraintAnnotation
 
moveHint(int, int) - Method in interface org.eclipse.jpt.core.context.Query
Move the hint from the source index to the target index.
moveHint(int, int) - Method in interface org.eclipse.jpt.core.resource.java.QueryAnnotation
 
moveInternal(int, int) - Method in interface org.eclipse.jpt.core.resource.java.ContainerAnnotation
Move in the List without firing change notification.
moveInverseJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
 
moveJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.resource.java.AssociationOverrideAnnotation
 
moveJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
 
moveNamedNativeQuery(int, int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
moveNamedNativeQuery(int, int) - Method in interface org.eclipse.jpt.core.context.QueryHolder
Move the named native query from the source index to the target index.
moveNamedQuery(int, int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
moveNamedQuery(int, int) - Method in interface org.eclipse.jpt.core.context.QueryHolder
Move the named query from the source index to the target index.
movePkJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.resource.java.SecondaryTableAnnotation
 
movePrimaryKeyJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.context.OneToOneMapping
Move the specified join column from the source index to the target index.
moveSequenceGenerator(int, int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
moveSpecifiedAssociationOverride(int, int) - Method in interface org.eclipse.jpt.core.context.Entity
Move the specified association override from the source index to the target index.
moveSpecifiedAttributeOverride(int, int) - Method in interface org.eclipse.jpt.core.context.BaseEmbeddedMapping
Move the specified attribute override from the source index to the target index.
moveSpecifiedAttributeOverride(int, int) - Method in interface org.eclipse.jpt.core.context.Entity
Move the specified attribute override from the source index to the target index.
moveSpecifiedInverseJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.context.JoinTable
Move the specified inverse join column from the source index to the target index.
moveSpecifiedJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.context.AssociationOverride
 
moveSpecifiedJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.context.JoinTable
Move the specified join column from the source index to the target index.
moveSpecifiedJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.context.SingleRelationshipMapping
Move the specified join column from the source index to the target index.
moveSpecifiedPrimaryKeyJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.context.Entity
 
moveSpecifiedPrimaryKeyJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.context.SecondaryTable
Move the specified primary key join column from the source index to the target index.
moveSpecifiedSecondaryTable(int, int) - Method in interface org.eclipse.jpt.core.context.Entity
Move the specified secondary table from the source index to the target index.
moveTableGenerator(int, int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
moveUniqueConstraint(int, int) - Method in interface org.eclipse.jpt.core.context.Table
Move the unique constraint from the source index to the target index.
moveUniqueConstraint(int, int) - Method in interface org.eclipse.jpt.core.context.TableGenerator
Move the unique constraint from the source index to the target index.
moveUniqueConstraint(int, int) - Method in interface org.eclipse.jpt.core.resource.java.TableAnnotation
 
moveUniqueConstraint(int, int) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
 
MultiRelationshipMapping - Interface in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.

A B C D E F G H I J L M N O P Q R S T U V W X