|
Dali Provisional API Release 3.2 |
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
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.Transformer that returns the super type mapping of the input,
except if result would be the leaf type mapping.IType.ExpressionConverter that can further retrieve sub-expressions
based on indices.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.JPA preferences initializer.
orm.xml relationship mapping to
another; to preserve any specified strategies.
orm.xml
mapping to another; so we can use double-dispatching.
OrmMappingRelationship.initializeFrom(OrmMappingRelationship) (on the old
relationship) so we can use double-dispatching.
InterruptedException.InterruptedException."array depth" is greater than zero).
JavaPersistentAttribute
in the default (ignoring all mapping annotations) case.
supported JAXB facet versions.
persistence.xml default (as opposed to
explicitly specified).
supported JPA facet versions.
@MapsId annotation.
'.'
- isFor(JavaResourceField) -
Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentAttribute
-
- isFor(JavaResourceMethod, JavaResourceMethod) -
Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentAttribute
-
- isFor(String) -
Method in interface org.eclipse.jpt.jpa.core.context.persistence.ClassRef
- Return whether the class ref is a reference to the specified type.
- isGenerated(JavaResourceAbstractType) -
Static method in class org.eclipse.jpt.jpa.core.jpa2.JpaMetamodelSynchronizer2_0.MetamodelTools
- The type must be annotated with
@javax.annotation.Generated with the appropriate
value and date.
- isGeneratedMetamodelTopLevelType(JavaResourceAbstractType, IPackageFragmentRoot) -
Static method in class org.eclipse.jpt.jpa.core.jpa2.JpaMetamodelSynchronizer2_0.MetamodelTools
- The type must be:
in the specified source folder
a top-level type
annotated with
@javax.annotation.Generated with
the appropriate value and date
either itself or one of its nested types annotated with
@javax.persistence.metamodel.StaticMetamodel
- isGeneratedMetamodelTopLevelType(JavaResourceAbstractType) -
Static method in class org.eclipse.jpt.jpa.core.jpa2.JpaMetamodelSynchronizer2_0.MetamodelTools
- The type must be:
a top-level type
annotated with
@javax.annotation.Generated with
the appropriate value and date
either itself or one of its nested types annotated with
@javax.persistence.metamodel.StaticMetamodel
- isGenericMappingFile() -
Method in interface org.eclipse.jpt.jpa.core.context.XmlFile
- Return whether the XML file is a generic mapping file
- isGenericMappingFile(XmlFile) -
Static method in class org.eclipse.jpt.jpa.core.context.XmlFile.XmlFile_
-
- isGenericTypeDeclaration() -
Method in interface org.eclipse.jpt.common.core.utility.jdt.TypeBinding
- Return whether type represents a generic type *declaration*.
- isGlobalScope() -
Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
- Return true if the scope is default or is specified to be XmlElementDecl.GLOBAL.
- isIn(IPackageFragment) -
Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceAbstractType
-
- isIn(IPackageFragmentRoot) -
Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceAbstractType
-
- isIn(IFolder) -
Method in interface org.eclipse.jpt.jpa.core.context.java.JarFile
- Return true if this jar file exists in the given folder
- isIn(IPackageFragment) -
Method in interface org.eclipse.jpt.jpa.core.context.ManagedType
- Return whether the managed type resolves to a Java class in the
specified package fragment.
- isIn(IFolder) -
Method in interface org.eclipse.jpt.jpa.core.context.MappingFile
- Return whether the mapping file exists in the specified folder.
- isInactive() -
Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
- Return whether the profile is neither connected to a live database
session nor working off-line (i.e. it has access to meta-data).
- isIncludeCriteria() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkMultitenancy2_3
- This is the combination of defaultIncludeCriteria and specifiedIncludeCriteria.
- isInherited() -
Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
- Return true if the source of the attribute is defined in a superclass
- isInsertable() -
Method in interface org.eclipse.jpt.jpa.core.context.BaseColumn
- Return the specified insertable setting if present, otherwise return the
default insertable setting.
- isInsertable() -
Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SpecifiedOrderColumn2_0
- Return the specified insertable setting if present, otherwise return the
default insertable setting.
- isInterface() -
Method in interface org.eclipse.jpt.common.core.utility.jdt.TypeBinding
- Return whether the type resolves to an interface type.
- isJavaResourceAttributeCollectionType() -
Method in interface org.eclipse.jpt.jaxb.core.context.Accessor
- (See JAXB 2.2 Spec, sect. 5.5.2)
Return true if the java attribute type is an extension of java.util.Collection or a single
dimensional array (except for byte[], which is treated like a non-array)
- isJavaResourceAttributeCollectionType() -
Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
- (See JAXB 2.2 Spec, sect. 5.5.2)
Return true if the java attribute type is an extension of java.util.Collection or a single
dimensional array (except for byte[], which is treated like a non-array)
- isJavaResourceAttributeTypeSubTypeOf(String) -
Method in interface org.eclipse.jpt.jaxb.core.context.Accessor
- Return whether the java resource attribute type is a subtype of the given type
This might not return the same thing as getJavaResourceAttribute().typeIsSubTypeOf(String).
- isJavaResourceAttributeTypeSubTypeOf(String) -
Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
- Return whether the java resource attribute type is a subtype of the given type
This might not return the same thing as getJavaResourceAttribute().typeIsSubTypeOf(String).
- isJoinTableOverridable() -
Method in interface org.eclipse.jpt.jpa.core.JpaPlatformVariation
- This is used to determine if a relationship mapping that uses a join table
can be overridden with an association override.
- isKindOf(JptResourceType) -
Method in interface org.eclipse.jpt.common.core.JptResourceType
- Return whether either of the following is
true:
Both of the following are true:
the resource type's content type
is a kind of the
specified resource type's content type
the resource type's version is compatible with the
specified resource type's version
(i.e. the resource type's version is greater than or
equal to the specified resource type's version);
if the resource type's version is indeterminate, it is compatible only if the specified resource
type's version is also indeterminate
Any one of the resource type's base types
is a kind of the specified
resource type
- isLabelProperty(String) -
Method in interface org.eclipse.jpt.common.ui.jface.ItemLabelProvider
- Return whether the label for the provider's item would be affected by a
change to the specified property.
- isLatestSupportedVersion() -
Method in interface org.eclipse.jpt.jpa.core.context.XmlFile
- Return whether the XML file's version is the latest supported by its
JPA platform.
- isLatestSupportedVersion(XmlFile) -
Static method in class org.eclipse.jpt.jpa.core.context.XmlFile.XmlFile_
-
- isLax() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlAnyElementMapping
-
- isLeaf() -
Method in interface org.eclipse.jpt.common.utility.model.value.TreeNodeValueModel
- Return whether the node is a leaf (i.e. it has no children)
- isLoaded() -
Method in interface org.eclipse.jpt.jaxb.core.SchemaEntry
- Return whether the schema referred to by the entry is loaded
- isLOB() -
Method in interface org.eclipse.jpt.jpa.db.Column
- Return whether the column's datatype is a LOB type
(i.e.
- isManaged() -
Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelSourceType2_0
- Return whether the source type is "managed" (i.e. persistent).
- isMap() -
Method in interface org.eclipse.jpt.jpa.core.context.java.JavaSpecifiedPersistentAttribute.JpaContainerDefinition
-
- isMap() -
Method in class org.eclipse.jpt.jpa.core.context.java.JavaSpecifiedPersistentAttribute.JpaContainerDefinition.Null
-
- isMapped() -
Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
-
- isMapped() -
Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
-
- isMemberTypeDeclaration() -
Method in interface org.eclipse.jpt.common.core.utility.jdt.TypeBinding
- Return whether type represents a member type *declaration*.
- isMerge() -
Method in interface org.eclipse.jpt.jpa.core.context.Cascade
-
- isMetadataComplete() -
Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
-
- isMetamodel(JavaResourceAbstractType) -
Static method in class org.eclipse.jpt.jpa.core.jpa2.JpaMetamodelSynchronizer2_0.MetamodelTools
-
- isMultitenant() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkMultitenancy2_3
-
- isMultitenantMetadataAllowed() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkNonEmbeddableTypeMapping
- Used for validating whether tenant discriminator columns may be specified
- isMutable() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkMutable
-
- isNillable() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlElement
-
- isNillable() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
-
- isNoMapKey() -
Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
-
- isNoOrdering() -
Method in interface org.eclipse.jpt.jpa.core.context.Orderable
- Will have no ordering if no other metadata is present
- isNullable() -
Method in interface org.eclipse.jpt.jpa.core.context.BaseColumn
- Return the specified nullable setting if present, otherwise return the
default nullable setting.
- isNullable() -
Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SpecifiedOrderColumn2_0
- Return the specified nullable setting if present, otherwise return the
default nullable setting.
- isNullable() -
Method in interface org.eclipse.jpt.jpa.db.Column
- Return whether the column is nullable.
- isNumeric() -
Method in interface org.eclipse.jpt.jpa.db.Column
- Return whether the column's type is numeric.
- ISOLATION_PROPERTY -
Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.CacheAnnotation
-
- isOptional() -
Method in interface org.eclipse.jpt.jpa.core.context.OptionalMapping
-
- isOracleDatabase(String) -
Static method in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkTargetDatabase
-
- isOrderByOrdering() -
Method in interface org.eclipse.jpt.jpa.core.context.Orderable
- If true, will have orderBy metadata that takes precedence over other metadata
- isOrderColumnOrdering() -
Method in interface org.eclipse.jpt.jpa.core.jpa2.context.Orderable2_0
- If true, will have orderColumn metadata that takes precedence over other metadata
- isOrphanRemoval() -
Method in interface org.eclipse.jpt.jpa.core.jpa2.context.OrphanRemovable2_0
-
- isOverridable() -
Method in interface org.eclipse.jpt.jpa.core.context.MappingRelationship
- Return whether the relationship's mapping can be overridden with an
association override.
- isOverridable() -
Method in interface org.eclipse.jpt.jpa.core.context.SpecifiedRelationshipStrategy
- Return whether the relationship's mapping can be overridden with an
association override.
- isOverridableAssociationMapping() -
Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
- Return whether the "association" mapping can be overridden.
- isOverridableAttributeMapping() -
Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
- Return whether the "attribute" mapping can be overridden.
- isOverrideMetadataComplete() -
Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
- Override metadata complete is true if the type mapping's persistence
unit is marked "XML mapping metadata complete".
- isOwnedBy(AttributeMapping) -
Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
- Return whether the specified mapping manages a relationship with the
mapping.
- isOwnedBy(RelationshipMapping) -
Method in interface org.eclipse.jpt.jpa.core.context.MappingRelationship
- Return whether the specified mapping owns the relationship.
- isOwner() -
Method in interface org.eclipse.jpt.jpa.core.context.MappingRelationship
- Return whether the relationship's mapping is the relationship owner.
- isParticleMapping() -
Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
- Return whether the attribute is mapped to a particle
(e.g.
- isPartOfForeignKey() -
Method in interface org.eclipse.jpt.jpa.db.Column
- Return whether the column is part of one of its table's foreign keys.
- isPartOfPrimaryKey() -
Method in interface org.eclipse.jpt.jpa.db.Column
- Return whether the column is part of its table's primary key.
- isPartOfUniqueConstraint() -
Method in interface org.eclipse.jpt.jpa.db.Column
- Return whether the column is part of a unique constraint defined for its
table.
- isPersist() -
Method in interface org.eclipse.jpt.jpa.core.context.Cascade
-
- isPkMapKey() -
Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
-
- isPossibleJoinTable() -
Method in interface org.eclipse.jpt.jpa.db.Table
- Return whether the table is possibly a join table
(i.e. it contains only 2 foreign keys).
- isPrimaryKey() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTenantDiscriminatorColumn2_3
- Return the specified primaryKey setting if present, otherwise return the
default primaryKey setting.
- isPrimitive() -
Method in interface org.eclipse.jpt.common.utility.JavaType
- Return whether the type is a "primitive" (e.g.
- isPrimitiveWrapper() -
Method in interface org.eclipse.jpt.common.utility.JavaType
- Return whether the type is a "primitive wrapper" (e.g.
- isPrivateOwned() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkPrivateOwned
-
- isProperty() -
Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
-
- isProperty() -
Method in class org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicMapping
-
- isProtected() -
Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceMember
-
- isPublic() -
Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceMember
-
- isPublicOrProtected() -
Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceMember
- Return whether the Java resource member is public or protected
- isReadOnly() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkReadOnly
-
- isRefresh() -
Method in interface org.eclipse.jpt.jpa.core.context.Cascade
-
- isRefreshOnlyIfNewer() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
- This is the combination of defaultRefreshOnlyIfNewer and specifiedRefreshOnlyIfNewer.
- isRelationship() -
Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
-
- isRelationship() -
Method in class org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicMapping
-
- isRelationship() -
Method in class org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkMapping
-
- isRelationshipOwner() -
Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
- Return whether this mapping is the owning side of a relationship.
- isRelevant(String) -
Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaOverrideContainer2_0.ParentAdapter
- This is necessary for JPA 2.0 because an override annotation for an
element collection can have a name with a prefix that indicates
whether the override applies to element collection's embedded key or
value.
- isRemove() -
Method in interface org.eclipse.jpt.jpa.core.context.Cascade
-
- isRequired() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlAttributeMapping
-
- isRequired() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlElement
-
- isRequired() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementRef
-
- isRequired() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
-
- isResolvable() -
Method in class org.eclipse.jpt.jpa.core.jpql.spi.JavaType
-
- isResolvable() -
Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaType
-
- isResolvable() -
Method in class org.eclipse.jpt.jpa.core.jpql.spi.SimpleType
-
- isResolvable() -
Method in class org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicType
-
- isResolved() -
Method in interface org.eclipse.jpt.jpa.core.context.NamedColumn
- Return whether the column is found on the datasource.
- isResolved() -
Method in interface org.eclipse.jpt.jpa.core.context.Table
- Return whether the table can be resolved to a table on the database.
- isRootEntity() -
Method in interface org.eclipse.jpt.jpa.core.context.IdTypeMapping
- Return whether this type mapping is a root entity in an inheritance hierarchy.
- isShared() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
- This is the combination of defaultShared and specifiedShared.
- isSingleRelationshipMapping() -
Method in class org.eclipse.jpt.jpa.core.context.orm.NullOrmAttributeMappingDefinition
-
- isSingleRelationshipMapping() -
Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMappingDefinition
-
- isSingleRelationshipMapping() -
Method in class org.eclipse.jpt.jpa.core.context.orm.UnsupportedOrmAttributeMappingDefinition
-
- isSpecified(JavaPersistentAttribute) -
Method in interface org.eclipse.jpt.jaxb.core.context.java.JavaAttributeMappingDefinition
- Return whether this mapping provider should be used for the given
PersistentAttribute
in the specified (observing all mapping annotations) case.
- isSpecified() -
Method in interface org.eclipse.jpt.jpa.core.context.IdClassReference
- Return whether the id class has been specified.
- isSpecified(JavaSpecifiedPersistentAttribute) -
Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMappingDefinition
- Return whether the definition's mapping is
the "specified" mapping for the specified persistent attribute.
- isSpecified() -
Method in interface org.eclipse.jpt.jpa.core.jpa2.context.DerivedIdentityStrategy2_0
- Return whether the strategy is specified on the resource model.
- isSpecified() -
Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseTableAnnotation
- Return whether the annotation exists in Java.
- isSpecified() -
Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedColumnAnnotation
- Return whether the annotation exists in Java.
- isSpecified() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.MultitenantAnnotation2_3
- Return whether the annotation exists in Java.
- isSpecifiedInResource() -
Method in interface org.eclipse.jpt.jpa.core.context.SpecifiedTable
- Return whether the table is specified in the
(Java or XML) resource.
- isSpecifiedMultitenant() -
Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkMultitenancy2_3
-
- isSpecifiedXmlList() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlNodeMapping
-
- isStatic() -
Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceMember
-
- isSubTypeOf(String) -
Method in interface org.eclipse.jpt.common.core.utility.jdt.TypeBinding
- Return whether the type implements or extends the specified
type.
- isTargetForeignKey() -
Method in interface org.eclipse.jpt.jpa.core.context.JoinColumnRelationshipStrategy
- Return whether this relationship is a target foreign key relationship.
- isTargetForeignKey() -
Method in interface org.eclipse.jpt.jpa.core.context.MappingRelationship
- Return whether the relationship's mapping is a target foreign key
relationship.
- isTimeDataType() -
Method in interface org.eclipse.jpt.jpa.db.Column
- Return whether the column's type is time type.
- isTransient() -
Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceMember
-
- isTransient() -
Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
- Return whether the attribute is specifically excluded from being mapped
(e.g.
- isTransient() -
Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
-
- isTransient() -
Method in class org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicMapping
-
- isUnique() -
Method in interface org.eclipse.jpt.jpa.core.context.BaseColumn
- Return the specified unique setting if present, otherwise return the
default unique setting.
- isUnset() -
Method in interface org.eclipse.jpt.common.core.resource.java.Annotation
- Return whether all the annotation's member values are
null;
implying the annotation can be removed if it has no semantic value as a
marker annotation.
- isUnset() -
Method in interface org.eclipse.jpt.common.core.resource.xml.EBaseObject
- Return whether all the object's EMF features are "unset".
- isUnset() -
Method in class org.eclipse.jpt.common.core.resource.xml.EBaseObjectImpl
-
- isUpdatable() -
Method in interface org.eclipse.jpt.jpa.core.context.BaseColumn
- Return the specified updatable setting if present, otherwise return the
default updatable setting.
- isUpdatable() -
Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SpecifiedOrderColumn2_0
- Return the specified updatable setting if present, otherwise return the
default updatable setting.
- isVariablePrimitive() -
Method in interface org.eclipse.jpt.common.core.utility.jdt.TypeBinding
- Return whether the type is a "variable" primitive type
(i.e. any primitive type except 'void').
- isVariablePrimitive() -
Method in interface org.eclipse.jpt.common.utility.JavaType
- Return whether the type is a "variable primitive" (e.g.
- isVariablePrimitiveWrapper() -
Method in interface org.eclipse.jpt.common.utility.JavaType
- Return whether the type is a "variable primitive wrapper" (e.g.
- isVirtual() -
Method in interface org.eclipse.jpt.jpa.core.context.NamedColumn
- Return whether the column has a textual representation
in its underlying resource.
- isVirtual() -
Method in interface org.eclipse.jpt.jpa.core.context.Override_
- Return
true if the override is not explicitly specified on
the override's parent (i.e. it occurs by default); return false
if the override is explicitly specified on the override's parent.
- isVirtual() -
Method in interface org.eclipse.jpt.jpa.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.jpa.core.context.PersistentAttribute
- Return whether the attribute has a textual representation
in its underlying resource.
- isVirtual() -
Method in interface org.eclipse.jpt.jpa.core.context.Relationship
- Return whether the the relationship is virtual.
- isVirtual() -
Method in interface org.eclipse.jpt.jpa.core.context.SecondaryTable
- Return whether the secondary table is part of an
orm.xml
entity but is specified only in the entity's Java annotations (as
opposed to explicitly in the orm.xml).
- isWorkingOffline() -
Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
- Return whether the profile is working off-line (i.e. the meta-data
comes from a local cache), as opposed to connected to a live
database session.
- isXmlList() -
Method in interface org.eclipse.jpt.jaxb.core.context.XmlNodeMapping
-
- isXmlMappingMetadataComplete() -
Method in interface org.eclipse.jpt.jaxb.eclipselink.core.context.oxm.OxmXmlBindings
-
- isXmlMappingMetadataComplete() -
Method in interface org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitMetadata
- Return whether any annotations on the persistent types associated with
the mapping file's persistence unit are to be ignored.
- isXmlMappingMetadataComplete() -
Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
- Return the default "XML mapping metadata complete" flag from the
first persistence unit metadata
found in the persistence unit's list of mapping files.
- isXmlTransient() -
Method in interface org.eclipse.jpt.jaxb.core.context.JaxbTypeMapping
-
- ItemContentProvider - Interface in org.eclipse.jpt.common.ui.jface
- Implementations of this interface can be used to maintain the children
of a specific item.
- ItemContentProvider.Manager - Interface in org.eclipse.jpt.common.ui.jface
- An item content provider's manager provides a
viewer
to be used for notifying the manager of any changes on the appropriate UI
thread. - ItemExtendedLabelProvider - Interface in org.eclipse.jpt.common.ui.jface
- Implementations of this interface can be used to maintain the label (image
and text) and description of a specific item.
- ItemExtendedLabelProvider.Factory - Interface in org.eclipse.jpt.common.ui.jface
- Factory interface for constructing item extended label providers.
- ItemExtendedLabelProvider.Manager - Interface in org.eclipse.jpt.common.ui.jface
- An item extended label provider's manager is notified whenever the item's
description has changed.
- itemIsProperty(PersistenceUnit.Property) -
Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnitProperties
- Method used for identifying the given property.
- ItemLabelProvider - Interface in org.eclipse.jpt.common.ui.jface
- Implementations of this interface can be used to maintain the label (image,
and text) of a specific item.
- ItemLabelProvider.Factory - Interface in org.eclipse.jpt.common.ui.jface
- Factory interface for constructing item label providers.
- ItemLabelProvider.Manager - Interface in org.eclipse.jpt.common.ui.jface
- An item label provider's manager is notified whenever the item's
label has changed.
- itemsAdded(CollectionAddEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.AbstractChangeListener
-
- itemsAdded(ListAddEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.AbstractChangeListener
-
- itemsAdded(CollectionAddEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ChangeAdapter
-
- itemsAdded(ListAddEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ChangeAdapter
-
- itemsAdded(CollectionAddEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.CollectionChangeAdapter
-
- itemsAdded(CollectionAddEvent) -
Method in interface org.eclipse.jpt.common.utility.model.listener.CollectionChangeListener
- This method gets called when items are added to a bound collection.
- itemsAdded(ListAddEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ListChangeAdapter
-
- itemsAdded(ListAddEvent) -
Method in interface org.eclipse.jpt.common.utility.model.listener.ListChangeListener
- This method gets called when items are added to a bound list.
- itemsMoved(ListMoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.AbstractChangeListener
-
- itemsMoved(ListMoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ChangeAdapter
-
- itemsMoved(ListMoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ListChangeAdapter
-
- itemsMoved(ListMoveEvent) -
Method in interface org.eclipse.jpt.common.utility.model.listener.ListChangeListener
- This method gets called when items in a bound list are moved.
- itemsRemoved(CollectionRemoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.AbstractChangeListener
-
- itemsRemoved(ListRemoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.AbstractChangeListener
-
- itemsRemoved(CollectionRemoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ChangeAdapter
-
- itemsRemoved(ListRemoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ChangeAdapter
-
- itemsRemoved(CollectionRemoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.CollectionChangeAdapter
-
- itemsRemoved(CollectionRemoveEvent) -
Method in interface org.eclipse.jpt.common.utility.model.listener.CollectionChangeListener
- This method gets called when items are removed from a bound collection.
- itemsRemoved(ListRemoveEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ListChangeAdapter
-
- itemsRemoved(ListRemoveEvent) -
Method in interface org.eclipse.jpt.common.utility.model.listener.ListChangeListener
- This method gets called when items are removed from a bound list.
- itemsReplaced(ListReplaceEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.AbstractChangeListener
-
- itemsReplaced(ListReplaceEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ChangeAdapter
-
- itemsReplaced(ListReplaceEvent) -
Method in class org.eclipse.jpt.common.utility.model.listener.ListChangeAdapter
-
- itemsReplaced(ListReplaceEvent) -
Method in interface org.eclipse.jpt.common.utility.model.listener.ListChangeListener
- This method gets called when items in a bound list are replaced.
- ItemStructuredContentProvider - Interface in org.eclipse.jpt.common.ui.jface
- Implementations of this interface can be used to maintain the elements
of a specific input element.
- ItemStructuredContentProvider.Factory - Interface in org.eclipse.jpt.common.ui.jface
- Factory interface for constructing an item structured content provider
for a specified item.
- ItemStructuredContentProvider.Manager - Interface in org.eclipse.jpt.common.ui.jface
- An item structured content provider's manager is notified whenever the
input element's list of elements has changed.
- ItemTreeContentProvider - Interface in org.eclipse.jpt.common.ui.jface
- Implementations of this interface can be used to maintain the content of a
specific (non-root) tree item.
- ItemTreeContentProvider.Factory - Interface in org.eclipse.jpt.common.ui.jface
- Factory interface for constructing item tree content providers
for both root and branch/leaf items.
- ItemTreeContentProvider.Manager - Interface in org.eclipse.jpt.common.ui.jface
- An item tree content provider's manager is notified whenever the
item's list of children has changed.
- ItemTreeStateProviderFactoryProvider - Interface in org.eclipse.jpt.common.ui.jface
- This provider supplies the factories used by a tree view to build
the content and labels in its tree.
- iterator() -
Method in interface org.eclipse.jpt.common.utility.model.value.CollectionValueModel
- Return the collection's values.
- iterator() -
Method in interface org.eclipse.jpt.common.utility.model.value.ListValueModel
- Return the list's values.
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||