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

I

ID - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
ID_ATTRIBUTE_MAPPING_KEY - Static variable in interface org.eclipse.jpt.core.MappingKeys
 
ID_CLASS - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
ID_CLASS__VALUE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
ID_CLASS_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.IdClassHolder
 
IdAnnotation - Interface in org.eclipse.jpt.core.resource.java
Corresponds to the JPA annotation javax.persistence.Id Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdClassAnnotation - Interface in org.eclipse.jpt.core.resource.java
This interface corresponds to the JPA annotation javax.persistence.IdClass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdClassHolder - 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.
IDENTITY_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.GenerationType
The 'IDENTITY' literal value.
IdMapping - 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.
IMPLIED_CLASS_REFS_COLLECTION - Static variable in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
String constant associated with changes to the persistence unit's implied class refs.
IMPLIED_MAPPING_FILE_REF_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
String constant associated with changes to the persistence unit's implied mapping file ref.
impliedClassRefs() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return the persistence unit's list of implied class refs.
impliedClassRefsSize() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return the size of the persistence unit's list of implied class refs.
IN_OUT_VALUE - Static variable in enum org.eclipse.jpt.eclipselink.core.resource.orm.XmlDirection
The 'IN OUT' literal value.
IN_VALUE - Static variable in enum org.eclipse.jpt.eclipselink.core.resource.orm.XmlDirection
The 'IN' literal value.
includes(int) - Method in class org.eclipse.jpt.core.utility.AbstractTextRange
 
includes(int) - Method in class org.eclipse.jpt.core.utility.TextRange.Empty
 
includes(int) - Method in interface org.eclipse.jpt.core.utility.TextRange
Return whether the range includes the character at the specified index.
IndexedAnnotationAdapter - Interface in org.eclipse.jpt.core.utility.jdt
Adapt an indexed Java annotation with a simple-to-use interface.
IndexedDeclarationAnnotationAdapter - Interface in org.eclipse.jpt.core.utility.jdt
Allow clients to manipulate an annotation within an array of annotations.
indexOfChild(TreeNodeValueModel<T>) - Method in interface org.eclipse.jpt.utility.model.value.TreeNodeValueModel
Return the index in the node's list of children of the specified child.
indexOfConversionValue(ConversionValueAnnotation) - Method in interface org.eclipse.jpt.eclipselink.core.resource.java.ObjectTypeConverterAnnotation
Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
indexOfHint(QueryHintAnnotation) - Method in interface org.eclipse.jpt.core.resource.java.BaseNamedQueryAnnotation
Corresponds to the 'hints' element of the *Query annotation.
indexOfInverseJoinColumn(JoinColumnAnnotation) - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
indexOfJoinColumn(JoinColumnAnnotation) - Method in interface org.eclipse.jpt.core.resource.java.AssociationOverrideAnnotation
Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
indexOfJoinColumn(JoinColumnAnnotation) - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
Corresponds to the 'joinColumns' element of the JoinTable annotation.
indexOfPkJoinColumn(PrimaryKeyJoinColumnAnnotation) - Method in interface org.eclipse.jpt.core.resource.java.SecondaryTableAnnotation
Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.
indexOfUniqueConstraint(UniqueConstraintAnnotation) - Method in interface org.eclipse.jpt.core.resource.java.BaseTableAnnotation
Corresponds to the 'uniqueConstraints' element of the *Table annotation.
indexOfUniqueConstraint(UniqueConstraintAnnotation) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
INHERITANCE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
Inheritance - Class in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Inheritance'.
INHERITANCE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Inheritance' class.
INHERITANCE - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Inheritance' class.
INHERITANCE__STRATEGY - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
INHERITANCE__STRATEGY - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Strategy' attribute.
INHERITANCE__STRATEGY - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Strategy' attribute feature.
INHERITANCE_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Inheritance' class.
INHERITANCE_TYPE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
INHERITANCE_TYPE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Inheritance Type' enum.
INHERITANCE_TYPE - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Inheritance Type' enum.
INHERITANCE_TYPE_ - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
INHERITANCE_TYPE__JOINED - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
INHERITANCE_TYPE__SINGLE_TABLE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
INHERITANCE_TYPE__TABLE_PER_CLASS - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
InheritanceAnnotation - Interface in org.eclipse.jpt.core.resource.java
Corresponds to the JPA annotation javax.persistence.Inheritance Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
inheritanceHierarchy() - Method in interface org.eclipse.jpt.core.context.PersistentType
Includes the present persistent type.
InheritanceType - Enum in org.eclipse.jpt.core.context
Inheritance Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
InheritanceType - Enum in org.eclipse.jpt.core.resource.java
Corresponds to the JPA enum javax.persistence.InheritanceType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
InheritanceType - Enum in org.eclipse.jpt.core.resource.orm
A representation of the literals of the enumeration 'Inheritance Type', and utility methods for working with them.
init() - Static method in class org.eclipse.jpt.core.resource.orm.OrmFactory
Creates the default factory implementation.
init() - Static method in class org.eclipse.jpt.core.resource.orm.OrmPackage
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
Creates the default factory implementation.
init() - Static method in class org.eclipse.jpt.core.resource.persistence.PersistencePackage
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.jpt.eclipselink.core.resource.orm.EclipseLinkOrmFactory
Creates the default factory implementation.
init() - Static method in class org.eclipse.jpt.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.jpt.eclipselink1_1.core.resource.orm.EclipseLink1_1OrmFactory
Creates the default factory implementation.
init() - Static method in class org.eclipse.jpt.eclipselink1_1.core.resource.orm.EclipseLink1_1OrmPackage
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
INITIAL_VALUE_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.GeneratorAnnotation
 
initialize(AssociationOverrideAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaAssociationOverride
 
initialize(Annotation) - Method in interface org.eclipse.jpt.core.context.java.JavaAttributeMapping
 
initialize(AttributeOverrideAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaAttributeOverride
 
initialize(ColumnAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaColumn
 
initialize(JavaResourcePersistentMember) - Method in interface org.eclipse.jpt.core.context.java.JavaDiscriminatorColumn
 
initialize(GeneratedValueAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaGeneratedValue
 
initialize(JoinColumnAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaJoinColumn
 
initialize() - Method in interface org.eclipse.jpt.core.context.java.JavaJoiningStrategy
 
initialize(JavaResourcePersistentAttribute) - Method in interface org.eclipse.jpt.core.context.java.JavaJoinTable
 
initialize(NamedNativeQueryAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaNamedNativeQuery
 
initialize(NamedQueryAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaNamedQuery
 
initialize(PrimaryKeyJoinColumnAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaPrimaryKeyJoinColumn
 
initialize(QueryHintAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaQueryHint
 
initialize() - Method in interface org.eclipse.jpt.core.context.java.JavaRelationshipReference
 
initialize(SecondaryTableAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaSecondaryTable
 
initialize(SequenceGeneratorAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaSequenceGenerator
 
initialize(JavaResourcePersistentMember) - Method in interface org.eclipse.jpt.core.context.java.JavaTable
 
initialize(TableGeneratorAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaTableGenerator
 
initialize(JavaResourcePersistentType) - Method in interface org.eclipse.jpt.core.context.java.JavaTypeMapping
 
initialize(UniqueConstraintAnnotation) - Method in interface org.eclipse.jpt.core.context.java.JavaUniqueConstraint
 
initialize(XmlColumn) - Method in interface org.eclipse.jpt.core.context.orm.OrmColumn
 
initialize(XmlEntity) - Method in interface org.eclipse.jpt.core.context.orm.OrmDiscriminatorColumn
 
initialize(XmlEntity) - Method in interface org.eclipse.jpt.core.context.orm.OrmTable
 
initialize(CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourceNode
Initialize the [source] with the specified AST.
initialize(JavaResourcePersistentType) - Method in interface org.eclipse.jpt.eclipselink.core.context.java.JavaCaching
Initialize the EclipseLinkJavaCaching context model object to match the CacheAnnotation resource model object.
initialize(JavaResourcePersistentType) - Method in interface org.eclipse.jpt.eclipselink.core.context.java.JavaConverterHolder
Initialize the JavaConverterHolder context model object to match the JavaResourcePersistentType resource model object.
initializeFrom(Column) - Method in interface org.eclipse.jpt.core.context.orm.OrmColumn
 
initializeFrom(JoinColumn) - Method in interface org.eclipse.jpt.core.context.orm.OrmJoinColumn
 
initializeFrom(JoinTable) - Method in interface org.eclipse.jpt.core.context.orm.OrmJoinTable
 
initializeFrom(PrimaryKeyJoinColumn) - Method in interface org.eclipse.jpt.core.context.orm.OrmPrimaryKeyJoinColumn
 
initializeFrom(SecondaryTable) - Method in interface org.eclipse.jpt.core.context.orm.OrmSecondaryTable
 
initializeFrom(OrmTypeMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
initializeFrom(NestableAnnotation) - Method in interface org.eclipse.jpt.core.resource.java.NestableAnnotation
 
initializeFromJoinColumnEnabledRelationshipReference(OrmJoinColumnEnabledRelationshipReference) - Method in interface org.eclipse.jpt.core.context.orm.OrmRelationshipReference
 
initializeFromJoinTableEnabledRelationshipReference(OrmJoinTableEnabledRelationshipReference) - Method in interface org.eclipse.jpt.core.context.orm.OrmRelationshipReference
 
initializeFromOrmAttributeMapping(OrmAttributeMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmBasicMapping(OrmBasicMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmEmbeddedIdMapping(OrmEmbeddedIdMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmEmbeddedMapping(OrmEmbeddedMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmIdMapping(OrmIdMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmManyToManyMapping(OrmManyToManyMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmManyToOneMapping(OrmManyToOneMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmOneToManyMapping(OrmOneToManyMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmOneToOneMapping(OrmOneToOneMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmTransientMapping(OrmTransientMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOrmVersionMapping(OrmVersionMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeFromOwnableRelationshipReference(OrmOwnableRelationshipReference) - Method in interface org.eclipse.jpt.core.context.orm.OrmRelationshipReference
 
initializeOn(OrmAttributeMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
initializeOn(OrmRelationshipReference) - Method in interface org.eclipse.jpt.core.context.orm.OrmRelationshipReference
 
initializePackageContents() - Method in class org.eclipse.jpt.core.resource.orm.OrmPackage
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.jpt.core.resource.persistence.PersistencePackage
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.jpt.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.jpt.eclipselink1_1.core.resource.orm.EclipseLink1_1OrmPackage
Complete the initialization of the package and its meta-model.
INNER_VALUE - Static variable in enum org.eclipse.jpt.eclipselink.core.resource.orm.XmlJoinFetchType
The 'INNER' literal value.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jpt.ui.jface.DelegatingContentAndLabelProvider
 
INSERTABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.BaseColumnAnnotation
 
instance() - Static method in class org.eclipse.jpt.core.JpaProject.Updater.Null
 
instance() - Static method in class org.eclipse.jpt.core.JptCorePlugin
Return the singleton JPT plug-in.
INSTANCE - Static variable in class org.eclipse.jpt.core.utility.TextRange.Empty
 
instance() - Static method in class org.eclipse.jpt.core.utility.TextRange.Empty
 
INSTANCE - Static variable in class org.eclipse.jpt.db.DatabaseFinder.Default
 
instance() - Static method in class org.eclipse.jpt.db.DatabaseFinder.Default
 
INSTANCE - Static variable in class org.eclipse.jpt.db.DatabaseFinder.Simple
 
instance() - Static method in class org.eclipse.jpt.db.DatabaseFinder.Simple
 
instance() - Static method in class org.eclipse.jpt.db.JptDbPlugin
Return the singleton JPT DB plug-in.
instance() - Static method in class org.eclipse.jpt.eclipselink.ui.JptEclipseLinkUiPlugin
Returns the singleton Plugin
instance() - Static method in class org.eclipse.jpt.ui.JptUiPlugin
Returns the singleton JPT UI plug-in.
INSTANCE - Static variable in class org.eclipse.jpt.utility.Command.Disabled
 
instance() - Static method in class org.eclipse.jpt.utility.Command.Disabled
 
INSTANCE - Static variable in class org.eclipse.jpt.utility.Command.Null
 
instance() - Static method in class org.eclipse.jpt.utility.Command.Null
 
INSTANCE - Static variable in class org.eclipse.jpt.utility.CommandExecutor.Default
 
instance() - Static method in class org.eclipse.jpt.utility.CommandExecutor.Default
 
INSTANCE - Static variable in class org.eclipse.jpt.utility.Filter.Disabled
 
instance() - Static method in class org.eclipse.jpt.utility.Filter.Disabled
 
INSTANCE - Static variable in class org.eclipse.jpt.utility.Filter.Null
 
instance() - Static method in class org.eclipse.jpt.utility.Filter.Null
 
INSTANCE - Static variable in class org.eclipse.jpt.utility.Filter.Opaque
 
instance() - Static method in class org.eclipse.jpt.utility.Filter.Opaque
 
INSTRUMENTABLE_CLASS_LOADER - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
INTEGER_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.DiscriminatorType
The 'INTEGER' literal value.
INVALIDATE_CHANGED_OBJECTS_VALUE - Static variable in enum org.eclipse.jpt.eclipselink.core.resource.orm.CacheCoordinationType
The 'INVALIDATE CHANGED OBJECTS' literal value.
INVERSE_JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
 
inverseJoinColumnAt(int) - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
inverseJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaJoinTable
 
inverseJoinColumns() - Method in interface org.eclipse.jpt.core.context.JoinTable
Return a list iterator of the inverse join columns whether specified or default.
inverseJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmJoinTable
 
inverseJoinColumns() - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
inverseJoinColumnsSize() - Method in interface org.eclipse.jpt.core.context.JoinTable
Return the number of inverse join columns, both specified and default.
inverseJoinColumnsSize() - Method in interface org.eclipse.jpt.core.resource.java.JoinTableAnnotation
Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
IResourcePart - Interface in org.eclipse.jpt.core
Represents an object that can be described as being part of an IResource
isAbstract() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentType
Return whether the type is abstract.
isActive() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Return whether the profile is either connected to a live database session or working off-line (i.e.
isAll() - Method in interface org.eclipse.jpt.core.context.Cascade
 
isAlwaysRefresh() - Method in interface org.eclipse.jpt.eclipselink.core.context.Caching
This is the combination of defaultAlwaysRefresh and specifiedAlwaysRefresh.
isArray() - Method in interface org.eclipse.jpt.utility.JavaType
Return whether the type is an array (i.e.
isCascadeAll() - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
Corresponds to the 'cascade' element of the relationship annotations.
isCascadeAll() - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Returns the value of the 'Cascade All' attribute.
isCascadeAll() - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Returns the value of the 'Cascade All' attribute.
isCascadeMerge() - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
Corresponds to the 'cascade' element of the relationship annotations.
isCascadeMerge() - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Returns the value of the 'Cascade Merge' attribute.
isCascadeMerge() - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Returns the value of the 'Cascade Merge' attribute.
isCascadePersist() - Method in interface org.eclipse.jpt.core.context.MappingFilePersistenceUnitDefaults
 
isCascadePersist() - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistenceUnitDefaults
 
isCascadePersist() - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
Corresponds to the 'cascade' element of the relationship annotations.
isCascadePersist() - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Returns the value of the 'Cascade Persist' attribute.
isCascadePersist() - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Returns the value of the 'Cascade Persist' attribute.
isCascadePersist() - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitDefaults
Returns the value of the 'Cascade Persist' attribute.
isCascadeRefresh() - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
Corresponds to the 'cascade' element of the relationship annotations.
isCascadeRefresh() - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Returns the value of the 'Cascade Refresh' attribute.
isCascadeRefresh() - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Returns the value of the 'Cascade Refresh' attribute.
isCascadeRemove() - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
Corresponds to the 'cascade' element of the relationship annotations.
isCascadeRemove() - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Returns the value of the 'Cascade Remove' attribute.
isCascadeRemove() - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Returns the value of the 'Cascade Remove' attribute.
isConnected() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Return whether the profile is connected to a live database session (i.e.
isCustomOrdering() - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
isDefault() - Method in interface org.eclipse.jpt.core.context.AttributeMapping
 
isDefaultAlwaysRefresh() - Method in interface org.eclipse.jpt.eclipselink.core.context.Caching
 
isDefaultDisableHits() - Method in interface org.eclipse.jpt.eclipselink.core.context.Caching
 
isDefaultInsertable() - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
isDefaultMetadataComplete() - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
Return whether the persistent type is default metadata complete.
isDefaultMetadataComplete() - Method in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
isDefaultMutable() - Method in interface org.eclipse.jpt.eclipselink.core.context.Mutable
 
isDefaultNullable() - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
isDefaultOptional() - Method in interface org.eclipse.jpt.core.context.Nullable
 
isDefaultPersistentTypeMetadataComplete() - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
Return the default metadata complete value for persistent types in this context
isDefaultReadOnly() - Method in interface org.eclipse.jpt.eclipselink.core.context.ReadOnly
 
isDefaultRefreshOnlyIfNewer() - Method in interface org.eclipse.jpt.eclipselink.core.context.Caching
 
isDefaultShared() - Method in interface org.eclipse.jpt.eclipselink.core.context.Caching
 
isDefaultUnique() - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
isDefaultUpdatable() - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
isDirty() - Method in class org.eclipse.jpt.core.resource.AbstractXmlResourceProvider
 
isDisableHits() - Method in interface org.eclipse.jpt.eclipselink.core.context.Caching
This is the combination of defaultDisableHits and specifiedDisableHits.
isDisconnected() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Return whether the profile is not connected to a live database session (i.e.
isExcludeDefaultListeners() - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Returns the value of the 'Exclude Default Listeners' attribute.
isExcludeDefaultListeners() - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Exclude Default Listeners' attribute.
isExcludeDefaultMappings() - Method in class org.eclipse.jpt.eclipselink.core.resource.orm.XmlPersistenceUnitMetadata
Returns the value of the 'Exclude Default Mappings' attribute.
isExcludeSuperclassListeners() - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Returns the value of the 'Exclude Superclass Listeners' attribute.
isExcludeSuperclassListeners() - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Exclude Superclass Listeners' attribute.
isFactoryForType(Object) - Method in class org.eclipse.jpt.eclipselink1_1.core.resource.orm.util.EclipseLink1_1OrmAdapterFactory
Returns whether this factory is applicable for the type of the object.
isField() - Method in interface org.eclipse.jpt.core.context.java.JavaPersistentAttribute
Return whether the attribute is a field (as opposed to a property).
isField() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
Whether the Java resource persistent attribute is a field does not change.
isField() - Method in interface org.eclipse.jpt.core.utility.jdt.Attribute
Return whether the attribute is a field.
isFinal() - Method in interface org.eclipse.jpt.core.context.java.JavaPersistentAttribute
Return whether the attribute is 'final', which is problematic.
isFor(String) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
Return whether the persistent type applies to the specified type.
isFor(String) - Method in interface org.eclipse.jpt.core.context.persistence.ClassRef
Return whether the class ref is a reference to the specified type.
isFor(MethodSignature, int) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
Return whether the Java resource persistent attribute is for the specified method.
isFor(String, int) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Return whether the Java resource persistent member is for the specified member.
isIdAttribute() - Method in interface org.eclipse.jpt.core.context.PersistentAttribute
Return whether the attribute's "attribute" mapping is for an ID.
isIdMapping() - Method in interface org.eclipse.jpt.core.context.AttributeMapping
Return whether the "attribute" mapping is for an ID.
isImplied() - Method in interface org.eclipse.jpt.core.context.persistence.MappingFileRef
Return whether the mapping file ref is "implied" by, or explicitly specified in, the persistence.xml.
isInactive() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Return whether the profile is neither connected to a live database session nor working off-line (i.e.
isInsertable() - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
isLeaf() - Method in interface org.eclipse.jpt.utility.model.value.TreeNodeValueModel
Return whether the node is a leaf (i.e.
isLob() - Method in class org.eclipse.jpt.core.resource.orm.XmlBasicImpl
Returns the value of the 'Lob' attribute.
isLob() - Method in interface org.eclipse.jpt.core.resource.orm.XmlConvertibleMapping
Returns the value of the 'Lob' attribute.
isLob() - Method in class org.eclipse.jpt.core.resource.orm.XmlIdImpl
Returns the value of the 'Lob' attribute.
isLob() - Method in class org.eclipse.jpt.core.resource.orm.XmlVersionImpl
Returns the value of the 'Lob' attribute.
isLOB() - Method in interface org.eclipse.jpt.db.Column
Return whether the column's datatype is a LOB type (i.e.
isMapped() - Method in interface org.eclipse.jpt.core.context.PersistentType
 
isMapped() - Method in interface org.eclipse.jpt.core.context.TypeMapping
 
isMerge() - Method in interface org.eclipse.jpt.core.context.Cascade
 
isMetadataComplete() - Method in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
isMutable() - Method in interface org.eclipse.jpt.eclipselink.core.context.Mutable
 
isNoOrdering() - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
isNullable() - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
isNullable() - Method in interface org.eclipse.jpt.db.Column
Return whether the column is nullable.
isNumeric() - Method in interface org.eclipse.jpt.db.Column
Return whether the column's type is numeric.
isOptional() - Method in interface org.eclipse.jpt.core.context.Nullable
 
isOverridableAssociation() - Method in interface org.eclipse.jpt.core.context.PersistentAttribute
Return whether the attribute's "association" mapping can be overridden.
isOverridableAssociationMapping() - Method in interface org.eclipse.jpt.core.context.AttributeMapping
Return whether the "association" mapping can be overridden.
isOverridableAttribute() - Method in interface org.eclipse.jpt.core.context.PersistentAttribute
Return whether the attribute's "attribute" mapping can be overridden.
isOverridableAttributeMapping() - Method in interface org.eclipse.jpt.core.context.AttributeMapping
Return whether the "attribute" mapping can be overridden.
isOwnedBy(RelationshipMapping) - Method in interface org.eclipse.jpt.core.context.AttributeMapping
Return whether the given mapping manages a relationship with this mapping
isOwnedBy(RelationshipMapping) - Method in interface org.eclipse.jpt.core.context.RelationshipReference
Returns whether the given mapping is the owning side of a relationship with this relationship reference
isPartOfForeignKey() - Method in interface org.eclipse.jpt.db.Column
Return whether the column is part of one of it's table's foreign keys.
isPartOfPrimaryKey() - Method in interface org.eclipse.jpt.db.Column
Return whether the column is part of it's table's primary key.
isPartOfUniqueConstraint() - Method in interface org.eclipse.jpt.db.Column
Return whether the column is part of a unique constraint defined for its table.
isPersist() - Method in interface org.eclipse.jpt.core.context.Cascade
 
isPersistable() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Return whether the underlying JDT member is persistable according to the JPA spec.
isPersistable(CompilationUnit) - Method in interface org.eclipse.jpt.core.utility.jdt.Member
Return whether the attribute is a persistable field or property getter.
isPersisted() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Return whether the underlying JDT member is currently annotated as being persistent (equivalent to "is mapped").
isPkOrdering() - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
isPossibleJoinTable() - Method in interface org.eclipse.jpt.db.Table
Return whether the table is possibly a "join" table (i.e.
isPrimitive() - Method in interface org.eclipse.jpt.utility.JavaType
Return whether the type is a "primitive" (e.g.
isPrimitiveWrapper() - Method in interface org.eclipse.jpt.utility.JavaType
Return whether the type is a "primitive" (e.g.
isPrivateOwned() - Method in interface org.eclipse.jpt.eclipselink.core.context.PrivateOwned
 
isPrivateOwned() - Method in class org.eclipse.jpt.eclipselink.core.resource.orm.XmlOneToManyImpl
Returns the value of the 'Private Owned' attribute.
isPrivateOwned() - Method in class org.eclipse.jpt.eclipselink.core.resource.orm.XmlOneToOneImpl
Returns the value of the 'Private Owned' attribute.
isPrivateOwned() - Method in interface org.eclipse.jpt.eclipselink.core.resource.orm.XmlPrivateOwned
Returns the value of the 'Private Owned' attribute.
isProperty() - Method in interface org.eclipse.jpt.core.context.java.JavaPersistentAttribute
Return whether the attribute is a property (as opposed to a field).
isProperty() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
Whether the Java resource persistent attribute is a property does not change.
isPublic() - Method in interface org.eclipse.jpt.core.context.java.JavaPersistentAttribute
Return whether the attribute is 'public', which is problematic for fields.
isReadOnly() - Method in interface org.eclipse.jpt.eclipselink.core.context.ReadOnly
 
isReferencedColumnResolved() - Method in interface org.eclipse.jpt.core.context.BaseJoinColumn
Return whether the reference column is found on the datasource
isRefresh() - Method in interface org.eclipse.jpt.core.context.Cascade
 
isRefreshOnlyIfNewer() - Method in interface org.eclipse.jpt.eclipselink.core.context.Caching
This is the combination of defaultRefreshOnlyIfNewer and specifiedRefreshOnlyIfNewer.
isRelationshipOwner() - Method in interface org.eclipse.jpt.core.context.RelationshipMapping
Return whether this mapping is the owning side of the relationship.
isRelationshipOwner() - Method in interface org.eclipse.jpt.core.context.RelationshipReference
Return whether this is the owning side of the relationship.
isRemove() - Method in interface org.eclipse.jpt.core.context.Cascade
 
isResolved() - Method in interface org.eclipse.jpt.core.context.NamedColumn
Return whether the column is found on the datasource.
isResolved() - Method in interface org.eclipse.jpt.core.context.Table
Return whether the table can be resolved to a table on the database.
isResourceSpecified() - Method in interface org.eclipse.jpt.core.context.DiscriminatorColumn
Return whether the column is specified in the resource.
isResourceSpecified() - Method in interface org.eclipse.jpt.core.context.Table
Return whether the table is specified in the resource.
isRootWithSubEntities(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return whether the entity with the given name is a root entity that also has sub entities.
isSetVersion() - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
Returns whether the value of the 'Version' attribute is set.
isShared() - Method in interface org.eclipse.jpt.eclipselink.core.context.Caching
This is the combination of defaultShared and specifiedShared.
isSpecified() - Method in class org.eclipse.jpt.core.resource.orm.XmlJoinTableImpl
 
isUnique() - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
isUnset() - Method in class org.eclipse.jpt.core.resource.xml.AbstractJpaEObject
 
isUnset() - Method in interface org.eclipse.jpt.core.resource.xml.JpaEObject
Return whether all the object's EMF features are "unset".
isUpdatable() - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
isVariablePrimitive() - Method in interface org.eclipse.jpt.utility.JavaType
Return whether the type is a "variable primitive" (e.g.
isVariablePrimitiveWrapper() - Method in interface org.eclipse.jpt.utility.JavaType
Return whether the type is a "variable primitive" (e.g.
isVirtual() - Method in interface org.eclipse.jpt.core.context.BaseJoinColumn
 
isVirtual(BaseJoinColumn) - Method in interface org.eclipse.jpt.core.context.BaseJoinColumn.Owner
 
isVirtual() - Method in interface org.eclipse.jpt.core.context.BaseOverride
Return true if override exists as specified on the owning object, or false if the override is "gotten for free" as a result of defaults calculation
isVirtual(BaseOverride) - Method in interface org.eclipse.jpt.core.context.BaseOverride.Owner
Return whether the given override is virtual.
isVirtual() - Method in interface org.eclipse.jpt.core.context.Generator
 
isVirtual() - Method in interface org.eclipse.jpt.core.context.persistence.ClassRef
Return true if the mapping file ref is "virtual"; return false if the mapping file ref is represented by an entry in the persistence.xml file.
isVirtual() - Method in interface org.eclipse.jpt.core.context.PersistentAttribute
Return whether this attribute actually has a textual representation in its underlying resource (false = no)
isVirtual() - Method in interface org.eclipse.jpt.core.context.SecondaryTable
Return true if the secondary table exists as specified on the owning object, or false if the secondary table is a result of defaults calculation
isVirtual() - Method in interface org.eclipse.jpt.core.resource.orm.XmlGenerator
 
isVirtual() - Method in class org.eclipse.jpt.core.resource.orm.XmlSequenceGeneratorImpl
 
isVirtual() - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
 
isWorkingOffline() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Return whether the profile is working off-line (i.e.
isXmlMappingMetadataComplete() - Method in interface org.eclipse.jpt.core.context.orm.PersistenceUnitMetadata
 
isXmlMappingMetadataComplete() - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitMetadata
Returns the value of the 'Xml Mapping Metadata Complete' attribute.
ItemContentProvider - Interface in org.eclipse.jpt.ui.jface
Marker interface used in conjunction with DelegatingContentProvider to return content information for a particular item.
ItemContentProviderFactory - Interface in org.eclipse.jpt.ui.jface
Factory interface used to describe how to build ItemContentProviders for a DelegatingContentAndLabelProvider Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ItemLabelProvider - Interface in org.eclipse.jpt.ui.jface
Interface used in conjunction with DelegatingLabelProvider to return label information for a particular item.
ItemLabelProviderFactory - Interface in org.eclipse.jpt.ui.jface
Factory interface used to describe how to build IItemLabelProviders for a DelegatingContentAndLabelProvider Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
items() - Method in class org.eclipse.jpt.utility.model.event.CollectionChangeEvent
Return an iterator on the items that were added to or removed from the collection.
items() - Method in class org.eclipse.jpt.utility.model.event.ListChangeEvent
Return a list iterator on the items that were added to or removed from the list.
itemsAdded(CollectionChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.CollectionChangeAdapter
 
itemsAdded(CollectionChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.CollectionChangeListener
This method gets called when items are added to a bound collection.
itemsAdded(ListChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.ListChangeAdapter
 
itemsAdded(ListChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.ListChangeListener
This method gets called when items are added to a bound list.
itemsMoved(ListChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.ListChangeAdapter
 
itemsMoved(ListChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.ListChangeListener
This method gets called when items in a bound list are moved.
itemsRemoved(CollectionChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.CollectionChangeAdapter
 
itemsRemoved(CollectionChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.CollectionChangeListener
This method gets called when items are removed from a bound collection.
itemsRemoved(ListChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.ListChangeAdapter
 
itemsRemoved(ListChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.ListChangeListener
This method gets called when items are removed from a bound list.
itemsReplaced(ListChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.ListChangeAdapter
 
itemsReplaced(ListChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.ListChangeListener
This method gets called when items in a bound list are replaced.
itemsSize() - Method in class org.eclipse.jpt.utility.model.event.CollectionChangeEvent
Return the number of items that were added to or removed from the collection.
itemsSize() - Method in class org.eclipse.jpt.utility.model.event.ListChangeEvent
Return the number of items that were added to, removed from, or replaced in the list.
iterator() - Method in interface org.eclipse.jpt.utility.model.value.CollectionValueModel
Return the collection's values.
iterator() - Method in interface org.eclipse.jpt.utility.model.value.ListValueModel
Return the list's values.

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