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

R

READ_CONNECTIONS_MAX_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.context.persistence.connection.Connection
 
READ_CONNECTIONS_MIN_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.context.persistence.connection.Connection
 
READ_CONNECTIONS_SHARED_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.context.persistence.connection.Connection
 
READ_ONLY - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLink
 
READ_ONLY - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.orm.EclipseLink
 
READ_TRANSFORMER - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLink
 
READ_TRANSFORMER__METHOD - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLink
 
READ_TRANSFORMER__TRANSFORMER_CLASS - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLink
 
READ_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.v2_0.LockModeType_2_0
The 'READ' literal value.
READ_VALUE - Static variable in enum org.eclipse.jpt.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0
The 'READ' literal value.
READ_WRITE_VALUE - Static variable in enum org.eclipse.jpt.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0
The 'READ WRITE' literal value.
rebuildJpaProject(IProject) - Method in interface org.eclipse.jpt.core.JpaProjectManager
The JPA settings associated with the specified Eclipse project have changed in such a way as to require the associated JPA project to be completely rebuilt (e.g.
rebuildJpaProject(IProject) - Static method in class org.eclipse.jpt.core.JptCorePlugin
The JPA settings associated with the specified Eclipse project have changed in such a way as to require the associated JPA project to be completely rebuilt (e.g.
REFERENCED_COLUMN_NAME - Static variable in interface org.eclipse.jpt.core.resource.orm.JPA
 
REFERENCED_COLUMN_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.BaseJoinColumnAnnotation
 
REFERENCED_COLUMN_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.PrimaryKeyJoinColumnAnnotation
 
referencedColumnNameTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.BaseJoinColumnAnnotation
Return whether the specified position touches the 'referencedColumnName' element.
referencedColumnNameTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.PrimaryKeyJoinColumnAnnotation
Return whether the specified position touches the 'referencedColumnName' element.
referencesSingleColumnPrimaryKey() - Method in interface org.eclipse.jpt.db.ForeignKey
Return whether the foreign key references the primary key of the "referenced" table and that primary key has only a single column.
ReferenceTable - Interface in org.eclipse.jpt.core.context
Common interface for JoinTable and CollectionTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReferenceTableAnnotation - Interface in org.eclipse.jpt.core.resource.java
Corresponds to the JPA annotations javax.persistence.JoinTable javax.persistence.CollectionTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReflectiveChangeListener - Class in org.eclipse.jpt.utility.model.listener
This factory builds listeners that reflectively forward change events.
REFRESH_ONLY_IF_NEWER_PROPERTY - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
 
REFRESH_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Cascade
 
relationshipIsOwnedBy(RelationshipMapping) - Method in interface org.eclipse.jpt.core.context.MappedByJoiningStrategy
Return whether this strategy's relationship is owned by the given other relationship mapping
RelationshipMapping - Interface in org.eclipse.jpt.core.context
Relationship (1:1, 1:m, m:1, m:m) mapping.
RelationshipMapping2_0Annotation - Interface in org.eclipse.jpt.core.jpa2.resource.java
Common protocol among 2.0 javax.persistence.ManyToOne javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipMappingAnnotation - Interface in org.eclipse.jpt.core.resource.java
Common protocol among javax.persistence.ManyToOne javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipReference - Interface in org.eclipse.jpt.core.context
A RelationshipReference represents the meta-information required to populate the entities involved in a RelationshipMapping.
REMOVE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Cascade
 
removeAnnotation() - Method in interface org.eclipse.jpt.core.resource.java.Annotation
Remove the corresponding Java annotation from the JDT DOM.
removeAnnotation(String) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Remove the specified annotation.
removeAnnotation(int, String, String) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Remove the specified nestable annotation from the container annotation at the specified index.
removeAnnotation() - Method in interface org.eclipse.jpt.core.utility.jdt.AnnotationAdapter
Remove the annotation.
removeAnnotation(ModifiedDeclaration) - Method in interface org.eclipse.jpt.core.utility.jdt.DeclarationAnnotationAdapter
Remove the annotation from the specified declaration.
removeAnnotationNamed(String) - Method in interface org.eclipse.jpt.core.utility.jdt.ModifiedDeclaration
Remove the *first* annotation with the specified name from the declaration.
removeChangeListener(ChangeListener) - Method in interface org.eclipse.jpt.utility.model.Model
Remove the specified change listener.
removeCollectionChangeListener(String, CollectionChangeListener) - Method in interface org.eclipse.jpt.utility.model.Model
Remove a listener that listens to all collection change events, with the specified collection name.
removeColumn() - Method in interface org.eclipse.jpt.core.resource.java.AttributeOverrideAnnotation
Remove the 'column' element from the AttributeOverride annotation.
removeColumn() - Method in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLinkWriteTransformerAnnotation
Remove the 'column' element from the WriteTransformer annotation.
removeColumnName(int) - Method in interface org.eclipse.jpt.core.context.UniqueConstraint
Remove the column name at the given index from the unique constraint
removeColumnName(String) - Method in interface org.eclipse.jpt.core.context.UniqueConstraint
Remove the column name from the unique constraint
removeColumnName(String) - Method in interface org.eclipse.jpt.core.resource.java.UniqueConstraintAnnotation
Corresponds to the 'columnNames' element of the UniqueConstraint annotation.
removeColumnName(int) - Method in interface org.eclipse.jpt.core.resource.java.UniqueConstraintAnnotation
Corresponds to the 'columnNames' element of the UniqueConstraint annotation.
removeConnectionListener(ConnectionListener) - Method in interface org.eclipse.jpt.db.ConnectionProfile
Remove the specified connection listener from the connection profile.
removeConnectionProfileListener(ConnectionProfileListener) - Method in interface org.eclipse.jpt.db.ConnectionProfileFactory
Remove the specified listener.
removeConversionValue(int) - Method in interface org.eclipse.jpt.eclipselink.core.context.EclipseLinkObjectTypeConverter
Remove the conversion value at the given index from the entity.
removeConversionValue(EclipseLinkConversionValue) - Method in interface org.eclipse.jpt.eclipselink.core.context.EclipseLinkObjectTypeConverter
Remove the conversion value from the entity.
removeConversionValue(int) - Method in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLinkObjectTypeConverterAnnotation
Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
removeCustomConverter() - Method in interface org.eclipse.jpt.eclipselink.core.context.java.JavaEclipseLinkConverterHolder
 
removeCustomConverter(int) - Method in interface org.eclipse.jpt.eclipselink.core.context.orm.EclipseLinkConverterHolder
Remove the custom converter at the index from the converter holder.
removeCustomConverter(EclipseLinkCustomConverter) - Method in interface org.eclipse.jpt.eclipselink.core.context.orm.EclipseLinkConverterHolder
Remove the custom converter at from the converter holder.
removeEntity(String) - Method in interface org.eclipse.jpt.eclipselink.core.context.persistence.caching.Caching
 
removeEntity(String) - Method in interface org.eclipse.jpt.eclipselink.core.context.persistence.customization.Customization
 
removeExpiryTimeOfDay() - Method in interface org.eclipse.jpt.eclipselink.core.context.EclipseLinkCaching
Removes the Cache expiryTimeOfDay annotation/xml element
removeExpiryTimeOfDay() - Method in interface org.eclipse.jpt.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
 
removeFromResourceModel() - Method in interface org.eclipse.jpt.core.context.Converter
Remove the Converter from the resource model
removeFromResourceModel(Attributes) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
removeFromResourceModel(XmlEntityMappings) - Method in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
removeGeneratedValue() - Method in interface org.eclipse.jpt.core.context.IdMapping
 
removeHint(int) - Method in interface org.eclipse.jpt.core.context.Query
Remove the hint from the query.
removeHint(QueryHint) - Method in interface org.eclipse.jpt.core.context.Query
Remove the hint at the index from the query.
removeHint(int) - Method in interface org.eclipse.jpt.core.resource.java.BaseNamedQueryAnnotation
Corresponds to the 'hints' element of the *Query annotation.
removeInverseJoinColumn(int) - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
removeJarFileRef(JarFileRef) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the specified JAR file ref from the persistence unit.
removeJarFileRef(int) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the JAR file ref at the specified index from the persistence unit.
removeJoinColumn(int) - Method in interface org.eclipse.jpt.core.resource.java.AssociationOverrideAnnotation
Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
removeJoinColumn(int) - Method in interface org.eclipse.jpt.core.resource.java.ReferenceTableAnnotation
Corresponds to the 'joinColumns' element of the JoinTable annotation.
removeJoinTable() - Method in interface org.eclipse.jpt.core.jpa2.resource.java.AssociationOverride2_0Annotation
Remove the 'joinTable' element from the AssociationOverride annotation.
removeListChangeListener(String, ListChangeListener) - Method in interface org.eclipse.jpt.utility.model.Model
Remove a listener that listens to all list change events, with the specified list name.
removeListener(JpaXmlResourceProviderListener) - Method in class org.eclipse.jpt.core.resource.AbstractXmlResourceProvider
 
removeNamedNativeQuery(int) - Method in interface org.eclipse.jpt.core.context.QueryContainer
Remove the named native query at the index from the entity.
removeNamedNativeQuery(NamedNativeQuery) - Method in interface org.eclipse.jpt.core.context.QueryContainer
Remove the named native query at from the entity.
removeNamedQuery(int) - Method in interface org.eclipse.jpt.core.context.QueryContainer
Remove the named query at the index from the entity.
removeNamedQuery(NamedQuery) - Method in interface org.eclipse.jpt.core.context.QueryContainer
Remove the named query at from the entity.
removeNestedAnnotation(int) - Method in interface org.eclipse.jpt.core.resource.java.AnnotationContainer
Remove the nested annotation at the specified index from the container without firing change notification.
removeObjectTypeConverter() - Method in interface org.eclipse.jpt.eclipselink.core.context.java.JavaEclipseLinkConverterHolder
 
removeObjectTypeConverter(int) - Method in interface org.eclipse.jpt.eclipselink.core.context.orm.EclipseLinkConverterHolder
Remove the object type converter at the index from the converter holder.
removeObjectTypeConverter(EclipseLinkObjectTypeConverter) - Method in interface org.eclipse.jpt.eclipselink.core.context.orm.EclipseLinkConverterHolder
Remove the object type converter at from the converter holder.
removePersistenceUnit(PersistenceUnit) - Method in interface org.eclipse.jpt.core.context.persistence.Persistence
Remove the persistence unit from the persistence node.
removePersistenceUnit(int) - Method in interface org.eclipse.jpt.core.context.persistence.Persistence
Remove the persistence unit at the specified index from the persistence node.
removePersistentType(int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
removePersistentType(OrmPersistentType) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
removePersistentTypes(IFile) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentTypeCache
Remove all the persistent types associated with the specified JAR file.
removePkJoinColumn(int) - Method in interface org.eclipse.jpt.core.resource.java.SecondaryTableAnnotation
Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.
removePrimaryKeyJoinColumn(int) - Method in interface org.eclipse.jpt.core.context.PrimaryKeyJoinColumnJoiningStrategy
Remove the specified join column from the join table.
removePrimaryKeyJoinColumn(PrimaryKeyJoinColumn) - Method in interface org.eclipse.jpt.core.context.PrimaryKeyJoinColumnJoiningStrategy
Remove the specified join column at the index from the join table.
removeProperty(PersistenceUnit.Property) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the specified property from the persistence unit.
removeProperty(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the *first* property in the persistence unit's property list with the specified name.
removeProperty(String, String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the *first* property in the persistence unit's property list with the specified name and value, allowing the removal of properties with duplicate property names.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.eclipse.jpt.utility.model.Model
Remove a listener that listens to all property change events, with the specified property name.
removeResourceColumn() - Method in interface org.eclipse.jpt.core.context.orm.OrmColumn.Owner
 
removeResourceJoinTable() - Method in interface org.eclipse.jpt.core.context.orm.OrmJoinTableJoiningStrategy
 
removeResourceModelListener(JpaResourceModelListener) - Method in interface org.eclipse.jpt.core.JpaResourceModel
 
removeResourceModelListener(JpaResourceModelListener) - Method in class org.eclipse.jpt.core.resource.xml.JpaXmlResource
 
removeRootStructureNode(Object) - Method in interface org.eclipse.jpt.core.JpaFile
 
removeSequenceGenerator() - Method in interface org.eclipse.jpt.core.context.GeneratorContainer
 
removeSequenceGenerator(int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
removeSequenceGenerator(OrmSequenceGenerator) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
removeSessionCustomizer(String) - Method in interface org.eclipse.jpt.eclipselink.core.context.persistence.customization.Customization
 
removeSpecifiedAttribute(OrmPersistentAttribute) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
 
removeSpecifiedClassRef(ClassRef) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the specified class ref from the persistence unit.
removeSpecifiedClassRef(int) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the specified class ref at the specified index from the persistence unit.
removeSpecifiedInverseJoinColumn(int) - Method in interface org.eclipse.jpt.core.context.JoinTable
Remove the inverse join column at the specified index from the join table.
removeSpecifiedInverseJoinColumn(JoinColumn) - Method in interface org.eclipse.jpt.core.context.JoinTable
Remove the specified inverse join column from the join table.
removeSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.core.context.JoinColumnJoiningStrategy
Remove the specified join column from the join table.
removeSpecifiedJoinColumn(JoinColumn) - Method in interface org.eclipse.jpt.core.context.JoinColumnJoiningStrategy
Remove the specified join column at the index from the join table.
removeSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.core.context.ReferenceTable
Remove the join column at the specified index from the join table.
removeSpecifiedJoinColumn(JoinColumn) - Method in interface org.eclipse.jpt.core.context.ReferenceTable
Remove the specified join column from the join table.
removeSpecifiedMappingFileRef(MappingFileRef) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the specified mapping file ref from the persistence unit.
removeSpecifiedMappingFileRef(int) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Remove the specified mapping file ref at the specified index from the persistence unit.
removeSpecifiedPrimaryKeyJoinColumn(int) - Method in interface org.eclipse.jpt.core.context.Entity
 
removeSpecifiedPrimaryKeyJoinColumn(PrimaryKeyJoinColumn) - Method in interface org.eclipse.jpt.core.context.Entity
 
removeSpecifiedPrimaryKeyJoinColumn(int) - Method in interface org.eclipse.jpt.core.context.SecondaryTable
Remove the specified primary key join column from the secondary table.
removeSpecifiedPrimaryKeyJoinColumn(PrimaryKeyJoinColumn) - Method in interface org.eclipse.jpt.core.context.SecondaryTable
Remove the specified primary key join column at the index from the secondary table.
removeSpecifiedSecondaryTable(int) - Method in interface org.eclipse.jpt.core.context.Entity
Remove the specified secondary table from the entity.
removeSpecifiedSecondaryTable(SecondaryTable) - Method in interface org.eclipse.jpt.core.context.Entity
Remove the specified secondary table at the index from the entity.
removeStateChangeListener(StateChangeListener) - Method in interface org.eclipse.jpt.utility.model.Model
Remove the specified state change listener.
removeStrategy() - Method in interface org.eclipse.jpt.core.context.JoiningStrategy
Remove this strategy from the relationship reference
removeStrategy() - Method in interface org.eclipse.jpt.core.jpa2.context.DerivedIdentityStrategy2_0
Remove this strategy from the relationship reference
removeStructConverter() - Method in interface org.eclipse.jpt.eclipselink.core.context.java.JavaEclipseLinkConverterHolder
 
removeStructConverter(int) - Method in interface org.eclipse.jpt.eclipselink.core.context.orm.EclipseLinkConverterHolder
Remove the struct converter at the index from the converter holder.
removeStructConverter(EclipseLinkStructConverter) - Method in interface org.eclipse.jpt.eclipselink.core.context.orm.EclipseLinkConverterHolder
Remove the struct converter at from the converter holder.
removeTableGenerator() - Method in interface org.eclipse.jpt.core.context.GeneratorContainer
 
removeTableGenerator(int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
removeTableGenerator(OrmTableGenerator) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
removeTreeChangeListener(String, TreeChangeListener) - Method in interface org.eclipse.jpt.utility.model.Model
Remove a listener that listens to all tree change events, with the specified tree name.
removeTypeConverter() - Method in interface org.eclipse.jpt.eclipselink.core.context.java.JavaEclipseLinkConverterHolder
 
removeTypeConverter(int) - Method in interface org.eclipse.jpt.eclipselink.core.context.orm.EclipseLinkConverterHolder
Remove the type converter at the index from the converter holder.
removeTypeConverter(EclipseLinkTypeConverter) - Method in interface org.eclipse.jpt.eclipselink.core.context.orm.EclipseLinkConverterHolder
Remove the type converter at from the converter holder.
removeUniqueConstraint(int) - Method in interface org.eclipse.jpt.core.context.Table
 
removeUniqueConstraint(UniqueConstraint) - Method in interface org.eclipse.jpt.core.context.Table
 
removeUniqueConstraint(int) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
removeUniqueConstraint(UniqueConstraint) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
removeUniqueConstraint(int) - Method in interface org.eclipse.jpt.core.resource.java.BaseTableAnnotation
Corresponds to the 'uniqueConstraints' element of the *Table annotation.
removeUniqueConstraint(int) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
removeValue(String) - Method in interface org.eclipse.jpt.core.jpa2.resource.java.GeneratedAnnotation
Corresponds to the value element of the Generated annotation.
removeValue(int) - Method in interface org.eclipse.jpt.core.jpa2.resource.java.GeneratedAnnotation
Corresponds to the value element of the Generated annotation.
replaceAnnotationNamed(String, Annotation) - Method in interface org.eclipse.jpt.core.utility.jdt.ModifiedDeclaration
Replace the specified old annotation with the specified new annotation.
RESERVED_CONVERTER_NAMES - Static variable in interface org.eclipse.jpt.eclipselink.core.context.EclipseLinkConvert
 
resolveAttribute(String) - Method in interface org.eclipse.jpt.core.context.PersistentType
Resolve and return the persistent attribute with the specified name, if it is distinct and exists within the context of the persistent type.
resolveAttributeMapping(String) - Method in interface org.eclipse.jpt.core.context.AttributeMapping
Returns this attribute mapping if its name matches the name.
resolveAttributeMapping(String) - Method in interface org.eclipse.jpt.core.context.Entity
Returns the attribute mapping that matches the name.
RESOLVED_MAP_KEY_EMBEDDABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.jpa2.context.CollectionMapping2_0
 
RESOLVED_MAP_KEY_ENTITY_PROPERTY - Static variable in interface org.eclipse.jpt.core.jpa2.context.CollectionMapping2_0
 
RESOLVED_TARGET_EMBEDDABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.jpa2.context.ElementCollectionMapping2_0
 
RESOLVED_TARGET_ENTITY_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.RelationshipMapping
 
resolveJavaResourcePersistentType(String) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
Return the JavaResourcePersistentType for the given class name found in the JPA project.
resolveOverriddenColumn(String) - Method in interface org.eclipse.jpt.core.context.AttributeMapping
Returns the Column of the overridable attribute mapping with the given attribute name.
resolveOverriddenColumn(String) - Method in interface org.eclipse.jpt.core.context.AttributeOverride.Owner
Return the column of the mapping or attribute override with the given attribute name.
resolveOverriddenColumn(String) - Method in interface org.eclipse.jpt.core.context.AttributeOverrideContainer.Owner
 
resolveOverriddenColumn(String) - Method in interface org.eclipse.jpt.core.context.TypeMapping
Returns the Column of the overridable attribute mapping with the given attribute name.
resolvePersistentType(String) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
Return the PersistentType for the given class name found in the persistence unit.
resolveRelationshipReference(String) - Method in interface org.eclipse.jpt.core.context.AssociationOverrideContainer.Owner
 
resolveRelationshipReference(String) - Method in interface org.eclipse.jpt.core.context.AttributeMapping
 
resolveRelationshipReference(String) - Method in interface org.eclipse.jpt.core.context.TypeMapping
 
resolveTypes() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourceCompilationUnit
Resolve type information that could be dependent on other files being added/removed.
resolveTypes(CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Resolve type information that could be dependent on changes elsewhere in the workspace.
RESOURCE_LOADED - Static variable in class org.eclipse.jpt.core.resource.JpaXmlResourceProviderEvent
 
RESOURCE_LOCAL_VALUE - Static variable in enum org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnitTransactionType
The 'RESOURCE LOCAL' literal value.
RESOURCE_UNLOADED - Static variable in class org.eclipse.jpt.core.resource.JpaXmlResourceProviderEvent
 
ResourceDefinition - Interface in org.eclipse.jpt.core
A JpaPlatform can support multiple resources.
resourceDefinitions() - Method in interface org.eclipse.jpt.core.JpaPlatformProvider
Return the resource definitions supported by this platform.
resourceExists() - Method in interface org.eclipse.jpt.core.context.MappingFilePersistenceUnitDefaults
Return whether the mapping file's underlying resource exists.
resourceModelChanged(JpaResourceModel) - Method in interface org.eclipse.jpt.core.JpaResourceModelListener
 
resourceModelChanged() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourceNode.Root
Called (via a hook in change notification) whenever anything in the Java resource model changes.
resourceModelProviders() - Method in interface org.eclipse.jpt.core.JpaPlatformProvider
Return the resource model providers that apply to this platform.
resourceModelReverted(JpaResourceModel) - Method in interface org.eclipse.jpt.core.JpaResourceModelListener
 
resourceModelUnloaded(JpaResourceModel) - Method in interface org.eclipse.jpt.core.JpaResourceModelListener
 
ResourceUiDefinition - Interface in org.eclipse.jpt.ui
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
resourceUiDefinitions() - Method in interface org.eclipse.jpt.ui.JpaPlatformUiProvider
Return the resource ui definitions that apply to this platform.
RESULT_CLASS - Static variable in interface org.eclipse.jpt.core.resource.orm.JPA
 
RESULT_CLASS_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.NamedNativeQuery
 
RESULT_CLASS_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.NamedNativeQueryAnnotation
 
RESULT_SET_MAPPING - Static variable in interface org.eclipse.jpt.core.resource.orm.JPA
 
RESULT_SET_MAPPING_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.NamedNativeQuery
 
RESULT_SET_MAPPING_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.NamedNativeQueryAnnotation
 
RETURN_INSERT - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.orm.v2_1.EclipseLink2_1
 
RETURN_ONLY - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.orm.v2_1.EclipseLink2_1
 
RETURN_UPDATE - Static variable in interface org.eclipse.jpt.eclipselink.core.resource.orm.v2_1.EclipseLink2_1
 
ROOT_STRUCTURE_NODES_COLLECTION - Static variable in interface org.eclipse.jpt.core.JpaFile
 
rootStructureNodes() - Method in interface org.eclipse.jpt.core.JpaFile
Return the JPA file's root structure nodes.
rootStructureNodesSize() - Method in interface org.eclipse.jpt.core.JpaFile
Return the count of the JPA file's root context model objects.
run() - Method in class org.eclipse.jpt.core.resource.AbstractXmlResourceProvider.NotifyRunner
 

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