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
Corresponds to the JPA annotation javax.persistence.ManyToMany 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.
ManyToManyRelationshipReference - Interface in org.eclipse.jpt.core.context
Represents the RelationshipReference of a ManyToManyMapping 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
Corresponds to the JPA annotation javax.persistence.ManyToOne 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.
ManyToOneRelationshipReference - Interface in org.eclipse.jpt.core.context
Represents the RelationshipReference of a ManyToOneMapping 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 JPA annotation javax.persistence.MapKey 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_ATTRIBUTE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.MappedByJoiningStrategy
String associated with changes to the attribute property of this object
MAPPED_BY_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.OwnableRelationshipMappingAnnotation
 
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
 
MappedByJoiningStrategy - Interface in org.eclipse.jpt.core.context
Joining strategy that depends on another mapping (the owning side of the relationship) to join the two entities.
mappedByTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.OwnableRelationshipMappingAnnotation
Return whether the specified position 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
Corresponds to the JPA annotation javax.persistence.MappedSuperclass 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 - Static variable in interface org.eclipse.jpt.core.resource.persistence.JPA
 
MAPPING_FILE_CONTENT_TYPE - Static variable in class org.eclipse.jpt.core.JptCorePlugin
 
MAPPING_FILE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.persistence.MappingFileRef
String constant associated with changes to the mapping file.
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 the member's mapping annotations.
mappingAnnotationsSize() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Return the number of mapping annotations.
MappingFile - 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.
MappingFilePersistenceUnitDefaults - 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.
MappingFileProvider - 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.
mappingFileProviders() - Method in interface org.eclipse.jpt.core.JpaPlatformProvider
Return the mapping file providers that apply to this platform.
MappingFileRef - Interface in org.eclipse.jpt.core.context.persistence
This is the context model corresponding to the persistence resource model XmlMappingFileRef, which corresponds to the 'mapping-file' tag in the persistence.xml.
mappingFileRefs() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return the persistence unit's list of mapping file refs, both specified and implied.
mappingFileRefsContaining(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return all the mapping file refs, both specified and implied, containing the specified type.
mappingFileRefsSize() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return the size of the persistence unit's list of mapping file refs, both specified and implied.
MappingFileRoot - 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.
mappingFileStructureProviders() - Method in interface org.eclipse.jpt.ui.JpaPlatformUiProvider
Return the mapping file structure providers that apply to this platform.
mappingIsDefault(JavaAttributeMapping) - Method in interface org.eclipse.jpt.core.context.java.JavaPersistentAttribute
Return whether the specified mapping is the attribute's default mapping.
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).
mayBeMappedBy(AttributeMapping) - Method in interface org.eclipse.jpt.core.context.OwnableRelationshipReference
Validates whether the given mapping may own the relationship
mayHaveDefaultJoinColumn() - Method in interface org.eclipse.jpt.core.context.JoinColumnEnabledRelationshipReference
Return whether this reference may potentially have a default join column.
mayHaveDefaultJoinTable() - Method in interface org.eclipse.jpt.core.context.JoinTableEnabledRelationshipReference
Return whether this reference may potentially have a default join table.
mayHaveDefaultPrimaryKeyJoinColumn() - Method in interface org.eclipse.jpt.core.context.PrimaryKeyJoinColumnEnabledRelationshipReference
Return whether this reference may potentially have a default primary key join column.
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
 
METHOD_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.TransformerAnnotation
 
MethodAttribute - Interface in org.eclipse.jpt.core.utility.jdt
Property attribute: just some covariant overrides.
methods() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentType
Return the type's methods.
METHODS_COLLECTION - Static variable in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentType
 
MethodSignature - Interface in org.eclipse.jpt.utility
This interface describes a Java method signature; i.e.
MILLISECOND_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.context.ExpiryTimeOfDay
 
MILLISECOND_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.TimeOfDayAnnotation
 
MINUTE_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.context.ExpiryTimeOfDay
 
MINUTE_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.TimeOfDayAnnotation
 
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.
modelChanged(JpaXmlResourceProviderEvent) - Method in interface org.eclipse.jpt.core.resource.JpaXmlResourceProviderListener
 
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.
MODIFIERS_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
 
modify(Runnable) - Method in class org.eclipse.jpt.core.resource.xml.JpaXmlResource
 
moveAnnotation(int) - Method in interface org.eclipse.jpt.core.resource.java.NestableAnnotation
Move the annotation to the specified index within its container annotation.
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
Corresponds to the 'columnNames' element of the UniqueConstraint annotation.
moveConversionValue(int, int) - Method in interface org.eclipse.jpt.eclipselink.core.context.ObjectTypeConverter
Move the conversion values from the source index to the target index.
moveConversionValue(int, int) - Method in interface org.eclipse.jpt.eclipselink.core.resource.java.ObjectTypeConverterAnnotation
Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
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.BaseNamedQueryAnnotation
Corresponds to the 'hints' element of the *Query annotation.
moveInverseJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
moveJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.resource.java.AssociationOverrideAnnotation
Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
moveJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
Corresponds to the 'joinColumns' element of the JoinTable annotation.
moveNamedNativeQuery(int, int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
moveNamedNativeQuery(int, int) - Method in interface org.eclipse.jpt.core.context.QueryContainer
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.QueryContainer
Move the named query from the source index to the target index.
moveNestedAnnotationInternal(int, int) - Method in interface org.eclipse.jpt.core.resource.java.AnnotationContainer
Move the nested annotation at the specified source index in the container to the specified target index without firing change notification.
movePkJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.resource.java.SecondaryTableAnnotation
Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.
movePrimaryKeyJoinColumn(int, int) - Method in interface org.eclipse.jpt.core.context.PrimaryKeyJoinColumnJoiningStrategy
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.JoinColumnJoiningStrategy
Move the specified join column from the source index to the target index.
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.
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.
moveSupportingAnnotation(int, int, String) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Move the supporting nestable annotation found in the specified container annotation at the specified source index to the specified 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
 
moveUniqueConstraint(int, int) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
moveUniqueConstraint(int, int) - Method in interface org.eclipse.jpt.core.resource.java.BaseTableAnnotation
Corresponds to the 'uniqueConstraints' element of the *Table annotation.
moveUniqueConstraint(int, int) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
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.
Mutable - Interface in org.eclipse.jpt.eclipselink.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.
MUTABLE - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLinkJPA
 
MUTABLE__VALUE - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLinkJPA
 
MutableAnnotation - Interface in org.eclipse.jpt.eclipselink.core.resource.java
Corresponds to the Eclipselink annotation org.eclipse.persistence.annotations.Mutable 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