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

G

GeneralProperties - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.general
GeneralProperties
GENERATED_VALUE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GENERATED_VALUE - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
GENERATED_VALUE__GENERATOR - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GENERATED_VALUE__STRATEGY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GENERATED_VALUE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.context.IdMapping
 
GeneratedAnnotation - Interface in org.eclipse.jpt.jpa.core.jpa2.resource.java
Corresponds to the Java 6 annotation javax.annotation.Generated
generateDDL(JpaProject, IStructuredSelection) - Method in interface org.eclipse.jpt.jpa.ui.JpaPlatformUi
 
GeneratedValue - Interface in org.eclipse.jpt.jpa.core.context
JPA generated value
GeneratedValueAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA annotation javax.persistence.GeneratedValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
generateEntities(JpaProject, IStructuredSelection) - Method in interface org.eclipse.jpt.jpa.ui.JpaPlatformUi
 
GENERATION_TYPE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GENERATION_TYPE - Static variable in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
The meta object id for the 'Generation Type' enum.
GENERATION_TYPE - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Generation Type' enum.
GENERATION_TYPE_ - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GENERATION_TYPE__AUTO - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GENERATION_TYPE__IDENTITY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GENERATION_TYPE__SEQUENCE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GENERATION_TYPE__TABLE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
GenerationType - Enum in org.eclipse.jpt.jpa.core.context
Generation Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GenerationType - Enum in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA enum javax.persistence.GenerationType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GenerationType - Enum in org.eclipse.jpt.jpa.core.resource.orm
A representation of the literals of the enumeration 'Generation Type', and utility methods for working with them.
Generator - Interface in org.eclipse.jpt.jpa.core.context
Sequence and table generators.
GENERATOR - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
GENERATOR_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.GeneratedValueAnnotation
 
GeneratorAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Common protocol among javax.persistence.SequenceGenerator javax.persistence.TableGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratorContainer - Interface in org.eclipse.jpt.jpa.core.context
Container for a table generator and/or sequence generator.
generators() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the "active" generators defined within the persistence unit's scope, including generators with duplicate names.
GENERATORS_COLLECTION - Static variable in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
String constant associated with changes to the persistence unit's collection of "global" generators.
generatorsSize() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the number of "active" generators defined within the persistence unit's scope.
generatorTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratedValueAnnotation
Return whether the specified position touches the 'generator' element.
GenericJaxbPlatform - Class in org.eclipse.jpt.jaxb.core
Constants pertaining to the Generic JAXB platforms and their group.
GenericPlatform - Class in org.eclipse.jpt.jpa.core.platform
Constants pertaining to the Generic JPA platforms and their group.
get(int) - Method in interface org.eclipse.jpt.common.utility.model.value.ListValueModel
Return the item at the specified index of the list.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.AccessType
Returns the 'Access Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.AccessType
Returns the 'Access Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.DiscriminatorType
Returns the 'Discriminator Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.DiscriminatorType
Returns the 'Discriminator Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.EnumType
Returns the 'Enum Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.EnumType
Returns the 'Enum Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.FetchType
Returns the 'Fetch Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.FetchType
Returns the 'Fetch Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.GenerationType
Returns the 'Generation Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.GenerationType
Returns the 'Generation Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.InheritanceType
Returns the 'Inheritance Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.InheritanceType
Returns the 'Inheritance Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.TemporalType
Returns the 'Temporal Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.TemporalType
Returns the 'Temporal Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.v2_0.LockModeType_2_0
Returns the 'Lock Mode Type 20' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.v2_0.LockModeType_2_0
Returns the 'Lock Mode Type 20' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0
Returns the 'Xml Persistence Unit Caching Type 20' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0
Returns the 'Xml Persistence Unit Caching Type 20' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitValidationModeType_2_0
Returns the 'Xml Persistence Unit Validation Mode Type 20' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitValidationModeType_2_0
Returns the 'Xml Persistence Unit Validation Mode Type 20' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnitTransactionType
Returns the 'Xml Persistence Unit Transaction Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnitTransactionType
Returns the 'Xml Persistence Unit Transaction Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheCoordinationType
Returns the 'Cache Coordination Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheCoordinationType
Returns the 'Cache Coordination Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheType
Returns the 'Cache Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheType
Returns the 'Cache Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.ExistenceType
Returns the 'Existence Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.ExistenceType
Returns the 'Existence Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.IdValidationType_1_1
Returns the 'Id Validation Type 11' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.IdValidationType_1_1
Returns the 'Id Validation Type 11' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0
Returns the 'Order Correction Type 20' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0
Returns the 'Order Correction Type 20' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.BatchFetchType_2_1
Returns the 'Batch Fetch Type 21' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.BatchFetchType_2_1
Returns the 'Batch Fetch Type 21' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.CacheKeyType_2_1
Returns the 'Cache Key Type 21' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.CacheKeyType_2_1
Returns the 'Cache Key Type 21' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTrackingType
Returns the 'Xml Change Tracking Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTrackingType
Returns the 'Xml Change Tracking Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection
Returns the 'Xml Direction' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection
Returns the 'Xml Direction' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetchType
Returns the 'Xml Join Fetch Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetchType
Returns the 'Xml Join Fetch Type' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLockingType
Returns the 'Xml Optimistic Locking Type' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLockingType
Returns the 'Xml Optimistic Locking Type' literal with the specified integer value.
getAbstractJpaRootEObject() - Method in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
Returns the meta object for class 'Abstract Jpa Root EObject'.
getAbstractXmlAttributeMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Attribute Mapping'.
getAbstractXmlColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Column'.
getAbstractXmlColumn_Insertable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Insertable'.
getAbstractXmlColumn_Nullable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Nullable'.
getAbstractXmlColumn_Table() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Table'.
getAbstractXmlColumn_Unique() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Unique'.
getAbstractXmlColumn_Updatable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Updatable'.
getAbstractXmlEmbedded() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Embedded'.
getAbstractXmlMultiRelationshipMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Multi Relationship Mapping'.
getAbstractXmlMultiRelationshipMapping_MapKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Map Key'.
getAbstractXmlNamedColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Named Column'.
getAbstractXmlNamedColumn_ColumnDefinition() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Column Definition'.
getAbstractXmlNamedColumn_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getAbstractXmlReferenceTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Reference Table'.
getAbstractXmlRelationshipMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Relationship Mapping'.
getAbstractXmlRelationshipMapping_Cascade() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Cascade'.
getAbstractXmlRelationshipMapping_Fetch() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Fetch'.
getAbstractXmlRelationshipMapping_TargetEntity() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Target Entity'.
getAbstractXmlSingleRelationshipMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Single Relationship Mapping'.
getAbstractXmlSingleRelationshipMapping_Optional() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Optional'.
getAbstractXmlTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Table'.
getAbstractXmlTable_Catalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Catalog'.
getAbstractXmlTable_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getAbstractXmlTable_Schema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Schema'.
getAbstractXmlTable_UniqueConstraints() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Unique Constraints'.
getAbstractXmlTypeMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Abstract Xml Type Mapping'.
getAccess() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitDefaults
Return the access type for all managed classes in the persistence unit, unless overridden by a local annotation or XML setting.
getAccess() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFileRoot
Return the specified access if present, otherwise return the default access.
getAccess() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyAccessHolder
Return the access type, whether specified or defaulted.
getAccess() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlAttributeMapping
Returns the value of the 'Access' attribute.
getAccess() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTypeMapping
Returns the value of the 'Access' attribute.
getAccess() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlAccessHolder
Returns the value of the 'Access' attribute.
getAccess() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Access' attribute.
getAccess() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPersistenceUnitDefaults
Returns the value of the 'Access' attribute.
getAccessMethods() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlAccessMethodsHolder
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasicCollection
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasicMap
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbedded
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddedId
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPersistenceUnitDefaults
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTransformation
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTransient
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Access Methods' containment reference.
getAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Access Methods' containment reference.
getAccessOrder() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAccessOrderHolder
Return the access order, whether specified or defaulted.
getAccessType() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributesContainer.Owner
Return the access type of the owner, to be used in determining which attributes to build
getAccessType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAccessTypeHolder
Return the access type, whether specified or defaulted.
getAccessType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for enum 'Access Type'.
getAdapter(Notifier) - Static method in class org.eclipse.jpt.jaxb.core.xsd.XsdUtil
 
getAdditionalCriteria() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntity_2_2
Returns the value of the 'Additional Criteria' containment reference.
getAdditionalCriteria() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlMappedSuperclass_2_2
Returns the value of the 'Additional Criteria' containment reference.
getAdditionalCriteria() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Additional Criteria' containment reference.
getAdditionalCriteria() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Additional Criteria' containment reference.
getAllAttributeMappings(String) - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return attribute mappings of a particular mapping type that are declared anywhere on this type mapping's hierarchy
getAllEnums() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType
Return all the enums; the enum itself, its children, its grandchildren, etc.
getAllocationSize() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
Return the specified allocation size if present, otherwise return the default allocation size.
getAllocationSize() - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratorAnnotation
Corresponds to the 'allocationSize' element of the *Generator annotation.
getAllocationSize() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlGenerator
Returns the value of the 'Allocation Size' attribute.
getAllocationSize() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSequenceGenerator
Returns the value of the 'Allocation Size' attribute.
getAllocationSize() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Allocation Size' attribute.
getAllocationSizeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratorAnnotation
Return the TextRange for the 'allocationSize' element.
getAllQueries() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlQueryRedirectors_2_0
Returns the value of the 'All Queries' attribute.
getAllQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryRedirectors
Returns the value of the 'All Queries' attribute.
getAllTypeDefinitions() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getAllTypes() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType
Return all the types; the type itself, its children, its grandchildren, etc.
getAlwaysRefresh() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'alwaysRefresh' element of the Cache annotation.
getAlwaysRefresh() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Always Refresh' attribute.
getAlwaysRefreshTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'alwaysRefresh' element.
getAncestors() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbClass
Return the persistent type's "persistence" inheritance hierarchy, excluding the persistent type itself.
getAnnotatedJavaResourcePackage(String) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the java resource package for the specified package if and only if it has recognized annotations.
getAnnotatedJavaResourcePackages() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the java resource packages that are annotated with 1 or more valid JAXB package annotations
getAnnotatedJavaSourceClassNames() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the names of the JPA project's annotated Java classes (ignoring classes in JARs referenced in the persistence.xml).
getAnnotatedJavaSourceResourceTypes() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return all JavaResourceAbstractTypes that are represented by java source within this project, that are also annotated with a recognized annotation (and are persistable)
getAnnotation(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotationAdapter
Given the specified compilation unit, return the value of the adapter's annotation.
getAnnotation(ModifiedDeclaration) - Method in interface org.eclipse.jpt.common.core.utility.jdt.DeclarationAnnotationAdapter
Given the specified declaration, return the annotation.
getAnnotation(String) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAnnotatedElement
Return the annotation with the specified name.
getAnnotation(int, String) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAnnotatedElement
Return the nestable annotation at the specified index with the specified name.
getAnnotation(String) - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceAnnotatedElement
Return the annotation with the specified name.
getAnnotationDefinitions() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDefinition
 
getAnnotationEditFormatter() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatform
Return a formatter that can clean up the Java annotations added to source code.
getAnnotationEditFormatter() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceCompilationUnit
Return the JPA project's annotation formatter.
getAnnotationEditFormatter() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return a formatter that can clean up the Java annotations added to source code.
getAnnotationEditFormatter() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceCompilationUnit
Return the JPA project's annotation formatter.
getAnnotationForUpdate() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMapping
 
getAnnotationForUpdate() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaManyToManyMapping
 
getAnnotationForUpdate() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOneToManyMapping
 
getAnnotationForUpdate() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOneToOneMapping
 
getAnnotationForUpdate() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaRelationshipMapping
 
getAnnotationName() - Method in interface org.eclipse.jpt.jaxb.core.context.java.JavaAttributeMappingDefinition
Return the attribute mapping's Java annotation name.
getAnnotationName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.Annotation
Return the annotation's fully qualified name, as opposed to the value of the annotation's 'name' element.
getAnnotationName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.AnnotationDefinition
Return the name of the annotation the definition will build in the various #build...(...) methods.
getAnnotationName() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMappingDefinition
Return the name of the attribute mapping's annotation.
getAnnotationName() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTypeMappingDefinition
Return the name of the type mapping's annotation.
getAnnotationName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.Annotation
Return the annotation's fully qualified name, as opposed to the value of the annotation's name element.
getAnnotationName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AnnotationDefinition
Return the name of the annotation the definition will build in the various #build...(...) methods.
getAnnotationNamed(String) - Method in interface org.eclipse.jpt.common.core.utility.jdt.ModifiedDeclaration
Return the *first* annotation with the specified name.
getAnnotationNames() - Method in interface org.eclipse.jpt.jaxb.core.AnnotationProvider
Return the names of the annotations.
getAnnotationProvider() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatform
Return an annotation provider responsible for determining what Java annotations are supported and constructing java resource model objects.
getAnnotationProvider() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceNode.Root
Return the annotation provider that supplies the annotations found in the Java resource model.
getAnnotationProvider() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return an annotation provider responsible for determining what Java annotations are supported and constructing java resource model objects.
getAnnotationProvider() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceNode.Root
Return the annotation provider that supplies the annotations found in the Java resource model.
getAnnotations() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAnnotatedElement
Return the member's annotations in the order that they appear.
getAnnotations(String) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAnnotatedElement
Return the nestable annotations with the specified name in the order that they appear.
getAnnotationsSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAnnotatedElement
Return the number of annotations.
getAnnotationsSize(String) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAnnotatedElement
Return the number of nestable annotations with the specified name.
getApplicationLocation() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getArrayDepth() - Method in interface org.eclipse.jpt.common.utility.JavaType
Return the type's "array depth".
getAssociationOverride() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideRelationship
 
getAssociationOverride() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualOverrideRelationship
 
getAssociationOverride() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideRelationship
 
getAssociationOverride() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualOverrideRelationship
 
getAssociationOverride() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideRelationship
 
getAssociationOverride() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyOverrideRelationship
 
getAssociationOverride() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualOverrideRelationship
 
getAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.EmbeddedMapping2_0
 
getAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaEmbeddedMapping2_0
 
getAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmEmbeddedMapping2_0
 
getAssociationOverrides() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlAssociationOverrideContainer
Returns the value of the 'Association Overrides' containment reference list.
getAssociationOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Association Overrides' containment reference list.
getAssociationOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEmbedded
Returns the value of the 'Association Overrides' containment reference list.
getAssociationOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Association Overrides' containment reference list.
getAssociationOverrides() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Association Overrides' containment reference list.
getAssociationOverrides() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Association Overrides' containment reference list.
getAst() - Method in interface org.eclipse.jpt.common.core.utility.jdt.ModifiedDeclaration
Return the "declaration" AST.
getAstAnnotation(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.Annotation
Return the corresponding JDT DOM annotation from the specified AST compilation unit.
getAstAnnotation(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.Annotation
Return the corresponding JDT DOM annotation from the specified AST compilation unit.
getAstAnnotation(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.AnnotationContainer
Return the corresponding JDT DOM annotation from the specified AST compilation unit.
getAstNode(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotationAdapter
Return the AST node corresponding to the annotation.
getAstNode(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotationElementAdapter
Return the AST node corresponding to the element.
getAstNode(ModifiedDeclaration) - Method in interface org.eclipse.jpt.common.core.utility.jdt.DeclarationAnnotationAdapter
Given the specified declaration, return the AST node corresponding to the annotation.
getAstNode(ModifiedDeclaration) - Method in interface org.eclipse.jpt.common.core.utility.jdt.DeclarationAnnotationElementAdapter
Given the specified declaration, return the AST node corresponding to the element's value.
getAttribute(String, String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdComplexTypeDefinition
 
getAttribute(String, String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSimpleTypeDefinition
 
getAttribute(String, String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdTypeDefinition
 
getAttributeAnnotationDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaAnnotationDefinitionProvider
Return all annotation definitions which can appear on an attribute
getAttributeFor(JavaResourcePersistentAttribute) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentType
 
getAttributeFormDefault() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackage
Return the attribute form default associated with this package
getAttributeFormDefault() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
Return the specified attribute form default or XmlNsForm.UNSET (default value)
getAttributeFormDefault() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Corresponds to the 'attributeFormDefault' element of the XmlSchema annotation.
getAttributeFormDefaultTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Return the TextRange for the 'attributeFormDefault' element.
getAttributeMappingDefinition(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmXmlDefinition
Return an attribute mapping definiton for the specified mapping key.
getAttributeMappings(String) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTypeMapping
 
getAttributeMappings(String) - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return attribute mappings of a particular mapping type that are declared on this type mapping
getAttributeMappings() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
 
getAttributeMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.Attributes
 
getAttributeName() - Method in interface org.eclipse.jpt.common.core.utility.jdt.Attribute
Return the attribute's name, as opposed to the member's name (e.g.
getAttributeName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumn.Owner
return the join column's attribute name
getAttributeName() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return an appropriate name for an attribute that holds the entity mapped to the foreign key's referenced table.
getAttributeNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentType
 
getAttributeNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentType
 
getAttributeNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
Return the persistent attribute with the specified name, if it exists locally on the persistent type (as opposed to in its inheritance hierarchy).
getAttributeNameProposals(String, Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdComplexTypeDefinition
 
getAttributeNameProposals(String, Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSimpleTypeDefinition
 
getAttributeNameProposals(String, Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdTypeDefinition
 
getAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.BaseEmbeddedMapping
 
getAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaBaseEmbeddedMapping
 
getAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmBaseEmbeddedMapping
 
getAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getAttributeOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlEmbedded
Returns the value of the 'Attribute Overrides' containment reference list.
getAttributeOverrides() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeOverrideContainer
Returns the value of the 'Attribute Overrides' containment reference list.
getAttributeOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Attribute Overrides' containment reference list.
getAttributeOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Attribute Overrides' containment reference list.
getAttributeOverrides() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Attribute Overrides' containment reference list.
getAttributeOverrides() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Attribute Overrides' containment reference list.
getAttributes() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributesContainer
attributes
getAttributes() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentClass
attributes
getAttributes() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTypeMapping
Returns the value of the 'Attributes' containment reference.
getAttributes() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Attributes'.
getAttributes() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping
Returns the value of the 'Attributes' containment reference.
getAttributes() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Attributes'.
getAttributes() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlFetchGroup_2_1
Returns the value of the 'Attributes' containment reference list.
getAttributes() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlFetchGroup
Returns the value of the 'Attributes' containment reference list.
getAttributes_BasicCollections() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Basic Collections'.
getAttributes_BasicMaps() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Basic Maps'.
getAttributes_Basics() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Basics'.
getAttributes_EmbeddedIds() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Embedded Ids'.
getAttributes_Embeddeds() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Embeddeds'.
getAttributes_Ids() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Ids'.
getAttributes_ManyToManys() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Many To Manys'.
getAttributes_ManyToOnes() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Many To Ones'.
getAttributes_OneToManys() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'One To Manys'.
getAttributes_OneToOnes() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'One To Ones'.
getAttributes_Transformations() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Transformations'.
getAttributes_Transients() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Transients'.
getAttributes_VariableOneToOnes() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Variable One To Ones'.
getAttributes_Versions() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Versions'.
getAttributesSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributesContainer
 
getAttributesSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentClass
 
getAttributesTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
 
getAttributesTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTypeMapping
 
getAttributesTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping
 
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlBasic_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlElementCollection_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlEmbedded_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlEmbeddedId_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlId_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlManyToMany_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlOneToMany_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlTransformation_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlVersion_2_1
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbedded
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddedId
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTransformation
Returns the value of the 'Attribute Type' attribute.
getAttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Attribute Type' attribute.
getBaseColumn() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey.ColumnPair
Return the column pair's base column.
getBaseColumns() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return the foreign key's base columns.
getBaseTable() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return the foreign key's base table.
getBasicCollections() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.Attributes
Returns the value of the 'Basic Collections' containment reference list.
getBasicMaps() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.Attributes
Returns the value of the 'Basic Maps' containment reference list.
getBasics() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Basics' containment reference list.
getBatchFetch() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBatchFetchHolder
Returns the value of the 'Batch Fetch' containment reference.
getBatchFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Batch Fetch' containment reference.
getBatchFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Batch Fetch' containment reference.
getBatchFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Batch Fetch' containment reference.
getBatchFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Batch Fetch' containment reference.
getBatchFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Batch Fetch' containment reference.
getBatchFetchType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlBatchFetch_2_1
Returns the value of the 'Batch Fetch Type' attribute.
getBatchFetchType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBatchFetch
Returns the value of the 'Batch Fetch Type' attribute.
getBatchFetchType_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for enum 'Batch Fetch Type 21'.
getBatchWriting() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getBinding(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AbstractType
Covariant override.
getBinding(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotatedElement
Return the annotated element's binding from the specified AST.
getBinding(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotatedPackage
Covariant override.
getBinding(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.EnumConstant
Covariant override.
getBinding(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.FieldAttribute
Covariant override.
getBinding(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.MethodAttribute
Covariant override.
getBindParameters() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getBodyDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AbstractType
Covariant override.
getBodyDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotatedElement
Return the annotated element's body declaration from the specified AST.
getBodyDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotatedPackage
Covariant override.
getBodyDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.Enum
Covariant override.
getBodyDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.EnumConstant
Covariant override.
getBodyDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.FieldAttribute
Covariant override.
getBodyDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.MethodAttribute
Covariant override.
getBodyDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.Type
Covariant override.
getBuiltInTypeDefinitions() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.AccessType
Returns the 'Access Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.DiscriminatorType
Returns the 'Discriminator Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.EnumType
Returns the 'Enum Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.FetchType
Returns the 'Fetch Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.GenerationType
Returns the 'Generation Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.InheritanceType
Returns the 'Inheritance Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.TemporalType
Returns the 'Temporal Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.orm.v2_0.LockModeType_2_0
Returns the 'Lock Mode Type 20' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0
Returns the 'Xml Persistence Unit Caching Type 20' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitValidationModeType_2_0
Returns the 'Xml Persistence Unit Validation Mode Type 20' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnitTransactionType
Returns the 'Xml Persistence Unit Transaction Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheCoordinationType
Returns the 'Cache Coordination Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheType
Returns the 'Cache Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.ExistenceType
Returns the 'Existence Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.IdValidationType_1_1
Returns the 'Id Validation Type 11' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0
Returns the 'Order Correction Type 20' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.BatchFetchType_2_1
Returns the 'Batch Fetch Type 21' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.CacheKeyType_2_1
Returns the 'Cache Key Type 21' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTrackingType
Returns the 'Xml Change Tracking Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection
Returns the 'Xml Direction' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetchType
Returns the 'Xml Join Fetch Type' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLockingType
Returns the 'Xml Optimistic Locking Type' literal with the specified name.
getCache() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCacheHolder
Returns the value of the 'Cache' containment reference.
getCache() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Cache' containment reference.
getCache() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Cache' containment reference.
getCacheable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CacheableHolder2_0
 
getCacheable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaCacheableHolder2_0
 
getCacheable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmCacheableHolder2_0
 
getCacheable() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlCacheable_2_0
Returns the value of the 'Cacheable' attribute.
getCacheable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Cacheable' attribute.
getCacheable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Cacheable' attribute.
getCacheableTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlCacheable_2_0
Return the TextRange for the cacheable annotation
getCacheableTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
 
getCacheableTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
 
getCacheCoordinationType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for enum 'Cache Coordination Type'.
getCacheInterceptor() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlEntity_2_0
Returns the value of the 'Cache Interceptor' containment reference.
getCacheInterceptor() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlMappedSuperclass_2_0
Returns the value of the 'Cache Interceptor' containment reference.
getCacheInterceptor() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Cache Interceptor' containment reference.
getCacheInterceptor() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Cache Interceptor' containment reference.
getCacheKeyType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlPrimaryKey_2_1
Returns the value of the 'Cache Key Type' attribute.
getCacheKeyType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPrimaryKey
Returns the value of the 'Cache Key Type' attribute.
getCacheKeyType_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for enum 'Cache Key Type 21'.
getCacheSize() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Entity
 
getCacheSizeDefault() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getCacheSizeOf(String) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getCacheStatements() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getCacheStatementsSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getCacheType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Entity
 
getCacheType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for enum 'Cache Type'.
getCacheTypeDefault() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getCacheTypeOf(String) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getCaching() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkNonEmbeddableTypeMapping
 
getCaching() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.java.JavaEclipseLinkNonEmbeddableTypeMapping
 
getCaching() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkNonEmbeddableTypeMapping
 
getCaching() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getCascade() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaRelationshipMapping
 
getCascade() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmRelationshipMapping
 
getCascade() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
 
getCascade() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlRelationshipMapping
Returns the value of the 'Cascade' containment reference.
getCascade() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLocking
Returns the value of the 'Cascade' attribute.
getCascadeOnDelete() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlBasicCollection_2_2
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlBasicMap_2_2
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlElementCollection_2_2
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntity_2_2
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlManyToMany_2_2
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlOneToMany_2_2
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlOneToOne_2_2
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasicCollection
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasicMap
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Cascade On Delete' attribute.
getCascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Cascade On Delete' attribute.
getCascadeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.RelationshipMappingAnnotation
Return the TextRange for the 'cascade' element.
getCascadeType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Cascade Type'.
getCascadeType_CascadeAll() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Cascade All'.
getCascadeType_CascadeMerge() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Cascade Merge'.
getCascadeType_CascadePersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Cascade Persist'.
getCascadeType_CascadeRefresh() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Cascade Refresh'.
getCascadeType_CascadeRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Cascade Remove'.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitDefaults
Return the catalog for all database objects referenced in the persistence unit, unless overridden by a local annotation or XML setting.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFileRoot
Return the specified catalog if present, otherwise return the default catalog.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
Return the specified catalog if present, otherwise return the default catalog.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
Return the specified catalog if present, otherwise return the default catalog.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SequenceGenerator2_0
Return the specified catalog if present, otherwise return the default catalog.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.SequenceGenerator2_0Annotation
Corresponds to the 'catalog' element of the TableGenerator annotation.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseTableAnnotation
Corresponds to the 'catalog' element of the *Table annotation.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'catalog' element of the TableGenerator annotation.
getCatalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTable
Returns the value of the 'Catalog' attribute.
getCatalog() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlSequenceGenerator_2_0
Returns the value of the 'Catalog' attribute.
getCatalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Catalog' attribute.
getCatalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPersistenceUnitDefaults
Returns the value of the 'Catalog' attribute.
getCatalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSequenceGenerator
Returns the value of the 'Catalog' attribute.
getCatalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Catalog' attribute.
getCatalog() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlIndex_2_2
Returns the value of the 'Catalog' attribute.
getCatalog() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlIndex
Returns the value of the 'Catalog' attribute.
getCatalogForIdentifier(String) - Method in interface org.eclipse.jpt.jpa.db.Database
Return the catalog for the specified identifier.
getCatalogNamed(String) - Method in interface org.eclipse.jpt.jpa.db.Database
Return the catalog with the specified name.
getCatalogs() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the database's catalogs.
getCatalogsSize() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the number of catalogs the database contains.
getCatalogTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTable
 
getCatalogTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTable
 
getCatalogTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.SequenceGenerator2_0Annotation
Return the TextRange for the 'catalog' element.
getCatalogTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseTableAnnotation
Return the TextRange for the 'catalog' element.
getCatalogTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Return the TextRange for the 'catalog' element.
getCatalogTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTable
 
getCategoriesDefaultLevel() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.logging.Logging2_0
 
getChangeTracking() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTypeMapping
 
getChangeTracking() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTrackingHolder
Returns the value of the 'Change Tracking' containment reference.
getChangeTracking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Change Tracking' containment reference.
getChangeTracking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Change Tracking' containment reference.
getChangeTracking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Change Tracking' containment reference.
getChildren() - Method in interface org.eclipse.jpt.common.ui.jface.TreeItemContentProvider
Return the children of the represented item
getClass(String) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the persistent class or transient type with the given fully qualified name
getClass_() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
NB: This may be a partial name to be prefixed by the entity mappings's package value.
getClass_() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCopyPolicy
Returns the value of the 'Class' attribute.
getClasses() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSeeAlso
 
getClasses() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSeeAlsoAnnotation
Corresponds to the 'value' element of the XmlSeeAlso annotation.
getClasses() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Classes' containment reference list.
getClassesSize() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSeeAlso
 
getClassesSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSeeAlsoAnnotation
Corresponds to the 'value' element of the XmlSeeAlso annotation.
getClassExtractor() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlEntity_2_1
Returns the value of the 'Class Extractor' containment reference.
getClassExtractor() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Class Extractor' containment reference.
getClassFiles() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourcePackageFragment
Return the package fragment's class files that contain "persistable" types.
getClassFilesSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourcePackageFragment
Return the size of the package fragment's class files.
getClassName() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.ClassRef
Return the class name of the class ref.
getClassName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTypeMapping
Returns the value of the 'Class Name' attribute.
getClassName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Class Name' attribute.
getClassName() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMapKeyClass_2_0
Returns the value of the 'Class Name' attribute.
getClassName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlClassReference
Returns the value of the 'Class Name' attribute.
getClassName() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping
Returns the value of the 'Class Name' attribute.
getClassName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlCacheInterceptor_2_0
Returns the value of the 'Class Name' attribute.
getClassName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConverter
Returns the value of the 'Class Name' attribute.
getClassNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlClassReference
 
getClassTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
 
getClassTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTypeMapping
 
getClassTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping
 
getCloneCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Clone Copy Policy' containment reference.
getCloneCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Clone Copy Policy' containment reference.
getCloneCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Clone Copy Policy' containment reference.
getCollection() - Method in class org.eclipse.jpt.common.utility.model.event.CollectionChangeEvent
Return the current state of the collection.
getCollectionName() - Method in class org.eclipse.jpt.common.utility.model.event.CollectionEvent
Return the programmatic name of the collection that was changed.
getCollectionSize() - Method in class org.eclipse.jpt.common.utility.model.event.CollectionChangeEvent
Return the number of items in the current state of the collection.
getCollectionTable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
Return the mapping's collection table.
getCollectionTable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaElementCollectionMapping2_0
 
getCollectionTable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmElementCollectionMapping2_0
 
getCollectionTable() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Collection Table' containment reference.
getCollectionTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Collection Table' containment reference.
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.AttributeOverride
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.ColumnMapping
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeOverride
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaColumnMapping
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualAttributeOverride
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeOverride
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmColumnMapping
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualAttributeOverride
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyAttributeOverride
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualAttributeOverride
 
getColumn() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AttributeOverrideAnnotation
Corresponds to the 'column' element of the AttributeOverride annotation.
getColumn() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.ColumnMapping
Returns the value of the 'Column' containment reference.
getColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.FieldResult
Returns the value of the 'Column' attribute.
getColumn() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Column' containment reference.
getColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeOverride
Returns the value of the 'Column' containment reference.
getColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
Returns the value of the 'Column' containment reference.
getColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Column' containment reference.
getColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
Returns the value of the 'Column' containment reference.
getColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlVersion
Returns the value of the 'Column' containment reference.
getColumn() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkWriteTransformerAnnotation
Corresponds to the 'column' element of the WriteTransformer annotation.
getColumnAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaBaseColumn
 
getColumnAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaColumn
 
getColumnAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaColumn.Owner
 
getColumnAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaDiscriminatorColumn
 
getColumnAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinColumn
 
getColumnAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaNamedColumn
 
getColumnAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPrimaryKeyJoinColumn
 
getColumnAnnotation() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaOrderColumn2_0
 
getColumnDefinition() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn
 
getColumnDefinition() - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedColumnAnnotation
Corresponds to the 'columnDefinition' element of the *Column annotation.
getColumnDefinition() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlNamedColumn
Returns the value of the 'Column Definition' attribute.
getColumnDefinitionTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedColumnAnnotation
Return the TextRange for the 'columnDefinition' element.
getColumnForIdentifier(String) - Method in interface org.eclipse.jpt.jpa.db.Table
Return the column for the specified identifier.
getColumnMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Column Mapping'.
getColumnMapping_Column() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Column'.
getColumnName(int) - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyUniqueConstraint
Return the column name at the specified index.
getColumnNamed(String) - Method in interface org.eclipse.jpt.jpa.db.Table
Return the column with the specified name.
getColumnNames() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyUniqueConstraint
Return the unique constraint's column names.
getColumnNames() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlUniqueConstraint
Returns the value of the 'Column Names' attribute list.
getColumnNames() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlIndex_2_2
Returns the value of the 'Column Names' attribute list.
getColumnNames() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlIndex
Returns the value of the 'Column Names' attribute list.
getColumnNamesSize() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyUniqueConstraint
Return the number of column names in the unique constraint.
getColumnPair() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return the foreign key's single column pair.
getColumnPairs() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return the foreign key's column pairs.
getColumnPairsSize() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return the size of the foreign key's column pairs.
getColumnResult() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Column Result'.
getColumnResult_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getColumnResults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.SqlResultSetMapping
Returns the value of the 'Column Results' containment reference list.
getColumns() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the table's columns.
getColumns() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.XmlPrimaryKey_1_1
Returns the value of the 'Columns' containment reference list.
getColumns() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPrimaryKey
Returns the value of the 'Columns' containment reference list.
getColumnsSize() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the number of columns the table contains.
getColumnTableNotValidDescription() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipStrategy
Return a message description used when the column's table is not valid in this context.
getColumnTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkWriteTransformerAnnotation
Return the TextRange for the 'column' element.
getComments() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.GeneratedAnnotation
Corresponds to the comments element of the Generated annotation.
getCommonFactory() - Method in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
Returns the factory that creates the instances of the model.
getCommonPackage() - Method in class org.eclipse.jpt.jpa.core.resource.xml.CommonFactory
 
getCompilationUnit() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceCompilationUnit
Return the corresponding JDT compilation unit.
getCompilationUnit() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceCompilationUnit
Return the corresponding JDT compilation unit.
getConnection() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
 
getConnection() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getConnection() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.logging.Logging2_0
 
getConnectionProfile() - Method in interface org.eclipse.jpt.jpa.core.JpaDataSource
The connection profile is null if the connection profile name is invalid.
getConnectionProfile() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's connection.
getConnectionProfile() - Method in interface org.eclipse.jpt.jpa.db.DatabaseObject
Return the database object's connection profile.
getConnectionProfileFactory() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return a connection repository that can be used to query the database about database metadata.
getConnectionProfileFactory() - Static method in class org.eclipse.jpt.jpa.db.JptJpaDbPlugin
 
getConnectionProfileName() - Method in interface org.eclipse.jpt.jpa.core.JpaDataSource
Return the data source's connection profile name.
getConnectionProfileName() - Method in interface org.eclipse.jpt.jpa.core.JpaProject.Config
Return the name of the connection profile to be associated with the new JPA project.
getConnectionProfileName(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the name of the connection profile associated with the specified Eclipse project.
getConnectionProfileNames() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfileFactory
Return the names of the DTP connection profiles the factory can wrap with new connection profiles.
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReadOnlyAssociationOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReadOnlyAttributeOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReadOnlyOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyAssociationOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyAttributeOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyAssociationOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyAttributeOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyOverride
 
getContainer() - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the schema's container; either a catalog or a database.
getContainerAnnotationName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.NestableAnnotationDefinition
 
getContainerAnnotationNames() - Method in interface org.eclipse.jpt.jaxb.core.AnnotationProvider
 
getContents() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
getContentType() - Method in class org.eclipse.jpt.common.core.JptResourceType
 
getContentType() - Method in interface org.eclipse.jpt.jaxb.core.JaxbFile
JAXB Return the JPA file's content type.
getContentType() - Method in interface org.eclipse.jpt.jaxb.core.JaxbResourceModelProvider
Return the file content type the provider is for.
getContentType() - Method in interface org.eclipse.jpt.jpa.core.JpaFile
Return the JPA file's content type.
getContentType() - Method in interface org.eclipse.jpt.jpa.core.JpaResourceModelProvider
Return the file content type the provider is for.
getContentType() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
getContextDefaultDbCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.JpaContextNode
 
getContextDefaultDbSchema() - Method in interface org.eclipse.jpt.jpa.core.context.JpaContextNode
 
getContextDefaultDbSchemaContainer() - Method in interface org.eclipse.jpt.jpa.core.context.JpaContextNode
 
getContextModelSynchronizer() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the synchronizer that will synchronize the context model with the resource model whenever the resource model changes.
getContextModelSynchronizer() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the synchronizer that will synchronize the context model with the resource model whenever the resource model changes.
getContextNodeFactory() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmXmlDefinition
Return the factory for building XML context nodes.
getContextNodeFactory() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceXmlDefinition
 
getContextNodeFactory() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getContextRoot() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextNode
Return the root of the context model
getContextRoot() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the root of the JAXB project's context model.
getControl() - Method in interface org.eclipse.jpt.jpa.ui.details.JpaComposite
Returns the actual Composite.
getControl() - Method in interface org.eclipse.jpt.jpa.ui.details.JpaDetailsPage
Returns this details' page's widget.
getConversionValues() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlObjectTypeConverter
Returns the value of the 'Conversion Values' containment reference list.
getConvert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Convert' attribute.
getConvert() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConvertibleMapping
Returns the value of the 'Convert' attribute.
getConvert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Convert' attribute.
getConvert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Convert' attribute.
getConvert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Convert' attribute.
getConverter() - Method in interface org.eclipse.jpt.jpa.core.context.ConvertibleMapping
Return the mapping's converter.
getConverter() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaConvertibleMapping
 
getConverter() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmConvertibleMapping
 
getConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConvert
Return the mapping's converter.
getConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkStructConverterAnnotation
Corresponds to the 'converter' element of the StructConverter annotation.
getConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Converter' containment reference.
getConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConverterHolder
Returns the value of the 'Converter' containment reference.
getConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Converter' containment reference.
getConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Converter' containment reference.
getConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Converter' containment reference.
getConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Converter' containment reference.
getConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlStructConverter
Returns the value of the 'Converter' attribute.
getConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Converter' containment reference.
getConverterAnnotation(JavaResourcePersistentAttribute) - Method in class org.eclipse.jpt.jpa.core.context.java.JavaConverter.AbstractAdapter
 
getConverterAnnotation(JavaResourcePersistentAttribute) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaConverter.Adapter
Return the adapter's converter annotation for the specified Java resource persistent member.
getConverterAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaConverter
 
getConverterClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConverterClassConverter
 
getConverterClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConverterAnnotation
Corresponds to the 'converterClass' element of the Converter annotation.
getConverterClassTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConverterAnnotation
Return the TextRange for the 'converterClass' element.
getConverterClassTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConverter
 
getConverterClassTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlStructConverter
 
getConverterContainer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.java.EclipseLinkJavaTypeMapping
 
getConverterContainer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.EclipseLinkEntityMappings
 
getConverterContainer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.EclipseLinkOrmTypeMapping
 
getConverterName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConvert
 
getConverters() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConvertersHolder
Returns the value of the 'Converters' containment reference list.
getConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Converters' containment reference list.
getConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Converters' containment reference list.
getConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Converters' containment reference list.
getConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Converters' containment reference list.
getConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Converters' containment reference list.
getConverterTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkStructConverterAnnotation
Return the TextRange for the 'converter' element.
getConverterType() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaConverter.Adapter
Return the type of converter handled by the adapter.
getConverterType() - Method in class org.eclipse.jpt.jpa.core.context.java.JavaEnumeratedConverter.Adapter
 
getConverterType() - Method in class org.eclipse.jpt.jpa.core.context.java.JavaLobConverter.Adapter
 
getConverterType() - Method in class org.eclipse.jpt.jpa.core.context.java.JavaTemporalConverter.Adapter
 
getConverterType() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmConverter.Adapter
Return the type of converter handled by the adapter.
getConverterType() - Method in class org.eclipse.jpt.jpa.core.context.orm.OrmEnumeratedConverter.Adapter
 
getConverterType() - Method in class org.eclipse.jpt.jpa.core.context.orm.OrmLobConverter.Adapter
 
getConverterType() - Method in class org.eclipse.jpt.jpa.core.context.orm.OrmTemporalConverter.Adapter
 
getConvertTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
 
getConvertTextRange() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConvertibleMapping
Return the TextRange for the convert element.
getConvertTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
 
getConvertTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
 
getConvertTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
 
getCoordinationType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
This is the combination of defaultCoordinationType and specifiedCoordinationType.
getCoordinationType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'coordinationType' element of the Cache annotation.
getCoordinationType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Coordination Type' attribute.
getCoordinationTypeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'coordinationType' element.
getCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Copy Policy' containment reference.
getCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Copy Policy' containment reference.
getCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Copy Policy' containment reference.
getCorrectionType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlOrderColumn_2_0
Returns the value of the 'Correction Type' attribute.
getCorrectionType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOrderColumn
Returns the value of the 'Correction Type' attribute.
getCreateFileName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getCreationSuffix() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlCollectionTable_2_2
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlJoinTable_2_2
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlSecondaryTable_2_2
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlTable_2_2
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlTableGenerator_2_2
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCollectionTable
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinTable
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlSecondaryTable
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTable
Returns the value of the 'Creation Suffix' attribute.
getCreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTableGenerator
Returns the value of the 'Creation Suffix' attribute.
getCriteria() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlAdditionalCriteria_2_2
Returns the value of the 'Criteria' attribute.
getCriteria() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlAdditionalCriteria
Returns the value of the 'Criteria' attribute.
getCustomConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.java.JavaEclipseLinkConverterContainer
 
getCustomization() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getCustomizer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTypeMapping
 
getCustomizer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCustomizerHolder
Returns the value of the 'Customizer' containment reference.
getCustomizer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Customizer' containment reference.
getCustomizer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Customizer' containment reference.
getCustomizer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Customizer' containment reference.
getCustomizerClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCustomizer
 
getCustomizerClassEnclosingTypeSeparator() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCustomizer
Return the char to be used for browsing or creating the customizer class IType.
getCustomizerClassName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCustomizer
Returns the value of the 'Customizer Class Name' attribute.
getDatabase() - Method in interface org.eclipse.jpt.jpa.core.JpaDataSource
If the connection profile is active, return its database.
getDatabase() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the connection profile's database.
getDatabase() - Method in interface org.eclipse.jpt.jpa.db.DatabaseObject
Return the database object's database.
getDatabaseName() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the default database name.
getDatabaseProduct() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the database product name.
getDatabaseVendor() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the database vendor.
getDatabaseVersion() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the database version.
getDataSource() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the data source the JPA project is mapped to.
getDataType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkObjectTypeConverter
 
getDataType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTypeConverter
 
getDataType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.BaseEclipseLinkTypeConverterAnnotation
Corresponds to the 'dataType' element of the TypeConverter annotation.
getDataType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlObjectTypeConverter
Returns the value of the 'Data Type' attribute.
getDataType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTypeConverter
Returns the value of the 'Data Type' attribute.
getDataTypeName() - Method in interface org.eclipse.jpt.jpa.db.Column
Return the name of the column's datatype.
getDataTypeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.BaseEclipseLinkTypeConverterAnnotation
Return the TextRange for the 'dataType' element.
getDataValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConversionValue
 
getDataValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConversionValueAnnotation
Corresponds to the 'dataValue' element of the ConversionValue annotation.
getDataValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConversionValue
Returns the value of the 'Data Value' attribute.
getDataValues() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkObjectTypeConverter
Return the converter's data values.
getDataValuesSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkObjectTypeConverter
Return the number of data values.
getDataValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConversionValueAnnotation
Return the TextRange for the 'dataValue' element.
getDataValueTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConversionValue
 
getDate() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.GeneratedAnnotation
Corresponds to the date element of the Generated annotation.
getDbCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
Return the generator's database catalog.
getDbCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getDbCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults
 
getDbCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
Return the corresponding database catalog.
getDbSchema() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
Return the generator's database schema.
getDbSchema() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getDbSchema() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults
 
getDbSchema() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
Return the corresponding database schema.
getDbSchema() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
 
getDbSchemaContainer() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
Return the schema container that holds the relevant schemata.
getDbSchemaContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
Return the database schema container, which can be either a catalog or, if the database does not support catalogs, the database itself.
getDbSchemaContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults
 
getDbSchemaContainer() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
Return the corresponding database schema container (catalog or database).
getDbTable() - Method in interface org.eclipse.jpt.jpa.core.context.NamedColumn
Return the wrapper for the datasource table
getDbTable() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
Return the corresponding database table.
getDbTable() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
Return the generator's database table.
getDdlGenerationType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getDeclaration() - Method in interface org.eclipse.jpt.common.core.utility.jdt.ModifiedDeclaration
Return the "declaration" AST node.
getDeclaredTypeDefinitions() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getDeclaringTypeName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType
Return the name of the type's "declaring type".
getDeclaringTypeName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.PersistentType2_0
Return the name of the persistent type's "declaring type".
getDeclaringTypeName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentType
Return the name of the type's "declaring type".
getDefaultAccess() - Method in interface org.eclipse.jpt.jpa.core.context.AccessHolder
Return the default access type, never null
getDefaultAccess() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getDefaultAccess() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the default access type from the first persistence unit metadata found in the persistence unit's list of mapping files.
getDefaultAccessOrder() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAccessOrderHolder
Return the default access order, never null
getDefaultAccessType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAccessTypeHolder
Return the default access type, never null
getDefaultAllocationSize() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
 
getDefaultApplicationLocation() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getDefaultAttributeMappingUiDefinition(JptResourceType, String) - Method in interface org.eclipse.jpt.jpa.ui.JpaPlatformUi
 
getDefaultAttributeMappingUiDefinition(String) - Method in interface org.eclipse.jpt.jpa.ui.MappingResourceUiDefinition
Return a default attribute mapping ui definition for the given key or null
getDefaultAttributeName() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
If the name of the base column adheres to the JPA spec for a default mapping (i.e.
getDefaultBatchWriting() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultBindParameters() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultCacheSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getDefaultCacheSizeDefault() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getDefaultCacheStatements() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultCacheStatementsSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultCacheType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getDefaultCacheTypeDefault() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getDefaultCascadePersist() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the default "cascade persist" flag from the first persistence unit metadata found in the persistence unit's list of mapping files.
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
Return the entity's default catalog, which depends on the entity's inheritance hierarchy.
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults
 
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the default database catalog from the first persistence unit metadata found in the persistence unit's list of mapping files.
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
 
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SequenceGenerator2_0
 
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's default catalog; which is either the user override catalog or the database's default catalog.
getDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the database's default catalog, as defined by the database vendor.
getDefaultCatalogIdentifier() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the database's default catalog identifier.
getDefaultColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
Return the default column name.
getDefaultConnection() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.logging.Logging2_0
 
getDefaultConverterName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConvert
 
getDefaultCoordinationType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getDefaultCreateFileName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getDefaultCustomizerClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCustomizer
 
getDefaultDbCatalog() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's default database catalog.
getDefaultDbSchema() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's default database schema.
getDefaultDbSchemaContainer() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's default database schema container; which is either the JPA project's default catalog or the JPA project's database, depending on how the DTP model is implemented.
getDefaultDdlGenerationType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getDefaultDelimitedIdentifiers() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
Return the default "delimited identifiers" flag from the first persistence unit defaults found in the persistence unit's list of mapping files.
getDefaultDescriptorCustomizer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultDiscriminatorType() - Method in interface org.eclipse.jpt.jpa.core.context.DiscriminatorColumn
 
getDefaultDiscriminatorType() - Method in interface org.eclipse.jpt.jpa.core.context.DiscriminatorColumn.Owner
Return the default discriminator column type
getDefaultDiscriminatorValue() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getDefaultDriver() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0
 
getDefaultDriver() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultDropFileName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getDefaultEclipseLinkOrmXmlResource() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.EclipseLinkJpaProject
Return the resource model object that corresponds to the file META-INF/eclipselink-orm.xml if that file has the EclipseLink content type.
getDefaultEnumType() - Method in interface org.eclipse.jpt.jpa.core.context.EnumeratedConverter
 
getDefaultEventListener() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getDefaultExceptionHandler() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultExceptions() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getDefaultExcludeEclipselinkOrm() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.general.GeneralProperties
 
getDefaultExcludeUnlistedClasses() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return whether the persistence unit excludes unlisted classes by default.
getDefaultExclusiveConnectionMode() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultExistenceType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getDefaultFetch() - Method in interface org.eclipse.jpt.jpa.core.context.FetchableMapping
 
getDefaultFlushClearCache() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getDefaultGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.GeneratedValue
 
getDefaultIdClassName() - Method in interface org.eclipse.jpt.jpa.core.context.IdClassReference
Return the default name of the id class, null if there is none
getDefaultIncludeDescriptorQueries() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getDefaultInheritanceStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getDefaultInitialValue() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
 
getDefaultInverseJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinTable
 
getDefaultInverseJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTable
 
getDefaultInverseJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.JoinTable
 
getDefaultInverseJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinTable
 
getDefaultInverseJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTable
 
getDefaultInverseJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTable
Return the default inverse join column or null.
getDefaultInverseJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinTable
 
getDefaultJavaAttributeMappingDefinitions() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatform
 
getDefaultJavaAttributeMappingDefinitions() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDefinition
Return the mapping definitions to use for default java attribute mappings for this platform.
getDefaultJavaAttributeMappingDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return the Java attribute mapping definitions that will be used to build default Java attribute mappings.
getDefaultJavaAttributeMappingDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatformProvider
Return the platform's default Java attribute mapping definitions.
getDefaultJaxbPlatform(IProjectFacetVersion) - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformManager
Returns the first JAXB platform registered as a default platform and which supports the given JAXB facet version.
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinColumnRelationshipStrategy
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReferenceTable
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinColumnRelationshipStrategy
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTable
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.JoinColumnRelationshipStrategy
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinColumnRelationshipStrategy
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReferenceTable
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinColumnRelationshipStrategy
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTable
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumnRelationshipStrategy
Return the default join column.
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyReferenceTable
Return the default join column or null.
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.ReferenceTable
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinColumnRelationshipStrategy
 
getDefaultJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualReferenceTable
 
getDefaultJpaPlatform(IProjectFacetVersion) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the default JpaPlatformDescription for new JPA projects with the given JPA facet version.
getDefaultJpaPlatform(IProjectFacetVersion) - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformManager
Returns the first JPA platform registered as a default platform and which supports the given JPA facet version.
getDefaultKey() - Method in interface org.eclipse.jpt.jpa.ui.details.DefaultMappingUiDefinition
Returns a unique string that corresponds to the key of the mapping in the core.
getDefaultLazyConnection() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultLength() - Method in interface org.eclipse.jpt.jpa.core.context.DiscriminatorColumn
 
getDefaultLength() - Method in interface org.eclipse.jpt.jpa.core.context.DiscriminatorColumn.Owner
Return the default discriminator column length
getDefaultLength() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
 
getDefaultLevel() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getDefaultLockMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.NamedQuery2_0
 
getDefaultLockTimeout() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.JpaOptions2_0
 
getDefaultLogFileLocation() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getDefaultLogger() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getDefaultMapKeyClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CollectionMapping2_0
 
getDefaultMappingKey() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
Return the key for the attribute's default mapping.
getDefaultMappingKey() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
Return the key for the attribute's default mapping.
getDefaultName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
 
getDefaultName() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
 
getDefaultName() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlRootElement
Return the default name
getDefaultName() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getDefaultName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn
 
getDefaultName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
 
getDefaultNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
 
getDefaultNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
Return the default namespace
getDefaultNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
 
getDefaultNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlRootElement
Return the default namespace
getDefaultNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchemaType
 
getDefaultNativeSql() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultObjectValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkObjectTypeConverter
 
getDefaultObjectValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkObjectTypeConverterAnnotation
Corresponds to the 'defaultObjectValue' element of the ObjectTypeConverter annotation.
getDefaultObjectValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlObjectTypeConverter
Returns the value of the 'Default Object Value' attribute.
getDefaultObjectValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkObjectTypeConverterAnnotation
Return the TextRange for the 'defaultObjectValue' element.
getDefaultOrmXmlResource() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the XML resource model corresponding to the file META-INF/orm.xml if that file has the mapping file content type.
getDefaultOutputMode() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getDefaultPackage() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentType
Return the persistent type's default package, as set in its entity mappings.
getDefaultPassword() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0
 
getDefaultPassword() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultPersistentTypeAccess() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType.Owner
Return the client persistent type's default access type; null if there is no such access default.
getDefaultPersistentTypePackage() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
Return the default package to be used for persistent types in this context.
getDefaultPkColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getDefaultPkColumnValue() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getDefaultPlatform(IProjectFacetVersion) - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
Return the default JaxbPlatformDescription for new JAXB projects with the given JAXB facet version.
getDefaultPrecision() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
 
getDefaultPreferences() - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
Return the default Dali preferences
getDefaultPreferences() - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the default Dali preferences
getDefaultPrimaryKeyJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getDefaultPrimaryKeyJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaSecondaryTable
 
getDefaultPrimaryKeyJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmSecondaryTable
 
getDefaultPrimaryKeyJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualSecondaryTable
 
getDefaultPrimaryKeyJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlySecondaryTable
Return the default primary key join column or null.
getDefaultPrimaryKeyJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.SecondaryTable
 
getDefaultPrimaryKeyJoinColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualSecondaryTable
 
getDefaultProfiler() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultQueryTimeout() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.JpaOptions2_0
 
getDefaultReadConnectionsMax() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultReadConnectionsMin() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultReadConnectionsShared() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultReferencedColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseJoinColumn
 
getDefaultResourceLocation(IProject) - Method in interface org.eclipse.jpt.common.core.resource.ResourceLocator
Return the default location in which to create new (non-java) resources
getDefaultScale() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
 
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
Return the entity's default schema, which depends on the entity's inheritance hierarchy.
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults
 
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the default database schema from the first persistence unit metadata found in the persistence unit's list of mapping files.
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
 
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SequenceGenerator2_0
 
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's default schema; which can be one of the following: the user override schema the default catalog's default schema the database's default schema (if catalogs are not supported)
getDefaultSchema() - Method in interface org.eclipse.jpt.jpa.db.SchemaContainer
Return the container's default schema, as defined by the database vendor.
getDefaultSchemaIdentifier() - Method in interface org.eclipse.jpt.jpa.db.SchemaContainer
Return the container's default schema identifier.
getDefaultSequenceName() - Method in interface org.eclipse.jpt.jpa.core.context.SequenceGenerator
 
getDefaultSession() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getDefaultSessionName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getDefaultSessionsXml() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getDefaultSharedCache() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getDefaultSharedCacheDefault() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getDefaultSharedCacheMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
Return the persistence unit's default shared cache mode.
getDefaultSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getDefaultStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.GeneratedValue
 
getDefaultTable() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseColumn
 
getDefaultTable() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getDefaultTableName() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
Return the entity's default table name, which depends on the entity's inheritance hierarchy.
getDefaultTableName() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer
Return the name of the table which the column belongs to by default
getDefaultTableName() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer.Owner
Return the name of an override column's/join column's default table.
getDefaultTableName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
Return the name of the table which the column belongs to by default.
getDefaultTableName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.Orderable2_0
 
getDefaultTargetClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
 
getDefaultTargetDatabase() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getDefaultTargetEntity() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
 
getDefaultTargetServer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getDefaultTemporalMutable() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getDefaultThread() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getDefaultThrowExceptions() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultTimestamp() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getDefaultTransactionType() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's default transaction type.
getDefaultType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementMapping
 
getDefaultType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlJavaTypeAdapter
 
getDefaultType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getDefaultType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkChangeTracking
 
getDefaultTypeMappingUiDefinition(JptResourceType) - Method in interface org.eclipse.jpt.jpa.ui.JpaPlatformUi
 
getDefaultTypeMappingUiDefinition() - Method in interface org.eclipse.jpt.jpa.ui.MappingResourceUiDefinition
Return a default type mapping ui provider or null
getDefaultUrl() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0
 
getDefaultUrl() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultUser() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0
 
getDefaultUser() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultValidateSchema() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultValidationMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
Return the persistence unit's default validation mode.
getDefaultValidationOnly() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultValue() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
Corresponds to the XmlElementDecl annotation 'defaultValue' element
getDefaultValue() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbEnumConstant
The default value will be the name of the enum constant.
getDefaultValue() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAnyElementMapping
 
getDefaultValue() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementMapping
 
getDefaultValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementAnnotation
Corresponds to the 'defaultValue' element of the XmlElement annotation.
getDefaultValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Corresponds to the 'defaultValue' element of the XmlElementDecl annotation.
getDefaultValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MapsIdDerivedIdentityStrategy2_0
Return the default attribute name.
getDefaultValueColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getDefaultValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementAnnotation
Return the TextRange for the 'defaultValue' element.
getDefaultValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Return the TextRange for the 'defaultValue' element.
getDefaultWeaving() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultWeavingChangeTracking() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultWeavingEager() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultWeavingFetchGroups() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultWeavingInternal() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultWeavingLazy() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDefaultWriteConnectionsMax() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultWriteConnectionsMin() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDefaultXMLCatalog() - Method in class org.eclipse.jpt.jaxb.ui.JptJaxbUiPlugin
 
getDefaultXmlTypeName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
Return the default xml type name
getDelete() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlQueryRedirectors_2_0
Returns the value of the 'Delete' attribute.
getDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryRedirectors
Returns the value of the 'Delete' attribute.
getDerivedIdentity() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaSingleRelationshipMapping2_0
 
getDerivedIdentity() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmSingleRelationshipMapping2_0
 
getDerivedIdentity() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SingleRelationshipMapping2_0
 
getDescendants() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
If the entity is a root entity, return the entity's descendant entities; if the entity is not a root entity, return an empty collection.
getDescription(Object) - Method in class org.eclipse.jpt.common.ui.jface.DelegatingContentAndLabelProvider
 
getDescription() - Method in interface org.eclipse.jpt.common.ui.jface.ItemLabelProvider
Return the description for the item
getDescription() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatform
 
getDescription() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDefinition
 
getDescription() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getDescription() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's description.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MappingFilePersistenceUnitMetadata2_0
Return a description of the mapping file's persistence unit.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return the description for this platform
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTypeMapping
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EventMethod
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.SqlResultSetMapping
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlAssociationOverride_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlAttributeOverride_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlAttributes_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlEntityListener_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlEventMethod_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlGenerator_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlPersistenceUnitDefaults_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlPersistenceUnitMetadata_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlQuery_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlQueryHint_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlSqlResultSetMapping_2_0
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAssociationOverride
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeOverride
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedNativeQuery
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedQuery
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPersistenceUnitDefaults
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPersistenceUnitMetadata
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlQueryHint
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSequenceGenerator
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Description' attribute.
getDescription() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping
Returns the value of the 'Description' attribute.
getDescription() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Description' attribute.
getDescriptorCustomizer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Entity
 
getDescriptorCustomizerOf(String) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getDirection() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlStoredProcedureParameter
Returns the value of the 'Direction' attribute.
getDirectlyReferencedTypeNames() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
Return all directly referenced types, fully qualified.
getDirectlyReferencedTypeNames() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbType
Return all directly referenced types, fully qualified.
getDirectlyReferencedTypeNames() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSeeAlso
 
getDisableHits() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'disableHits' element of the Cache annotation.
getDisableHits() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Disable Hits' attribute.
getDisablesHitsTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'disableHits' element.
getDiscriminatorColumn() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getDiscriminatorColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getDiscriminatorColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getDiscriminatorColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityResult
Returns the value of the 'Discriminator Column' attribute.
getDiscriminatorColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Discriminator Column' containment reference.
getDiscriminatorType() - Method in interface org.eclipse.jpt.jpa.core.context.DiscriminatorColumn
Return the specified discriminator type if present, otherwise return the default discriminator type.
getDiscriminatorType() - Method in interface org.eclipse.jpt.jpa.core.resource.java.DiscriminatorColumnAnnotation
Corresponds to the 'discriminatorType' element of the DiscriminatorColumn annotation.
getDiscriminatorType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for enum 'Discriminator Type'.
getDiscriminatorType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlDiscriminatorColumn
Returns the value of the 'Discriminator Type' attribute.
getDiscriminatorValue() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getDiscriminatorValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Discriminator Value' attribute.
getDiscriminatorValueTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
 
getDoctype() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
only applicable for DTD-based files
getDriver() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0
 
getDriver() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getDriverClassName() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the driver class name.
getDriverDefinitionID() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the ID of the associated Driver definition.
getDriverJarList() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the jar list for the associated Driver as a comma-delimited string.
getDriverName() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the name of the associated Driver definition.
getDropFileName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getDTPDatabase() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the database's DTP database.
getEclipseLinkOrmFactory() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the factory that creates the instances of the model.
getEclipseLinkOrmPackage() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmFactory
 
getEclipseLinkOrmV1_1Factory() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the factory that creates the instances of the model.
getEclipseLinkOrmV1_1Package() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Factory
 
getEclipseLinkOrmV2_0Factory() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the factory that creates the instances of the model.
getEclipseLinkOrmV2_0Package() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Factory
 
getEclipseLinkOrmV2_1Factory() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the factory that creates the instances of the model.
getEclipseLinkOrmV2_1Package() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Factory
 
getEclipseLinkOrmV2_2Factory() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the factory that creates the instances of the model.
getEclipseLinkOrmV2_2Package() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Factory
 
getElement(String, String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdComplexTypeDefinition
 
getElement(String, String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSimpleTypeDefinition
 
getElement(String, String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdTypeDefinition
 
getElementCollections() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Element Collections' containment reference list.
getElementCollections() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlAttributes_2_0
Returns the value of the 'Element Collections' containment reference list.
getElementDeclaration(String, String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getElementDeclarations() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getElementDeclarations(String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getElementFactoryMethods() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbRegistry
element factory methods
getElementFactoryMethodsSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbRegistry
 
getElementFormDefault() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackage
Return the element form default associated with this package
getElementFormDefault() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
Return the specified element form default or XmlNsForm.UNSET (default value)
getElementFormDefault() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Corresponds to the 'elementFormDefault' element of the XmlSchema annotation.
getElementFormDefaultTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Return the TextRange for the 'elementFormDefault' element.
getElementName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
Corresponds to the XmlElementDecl annotation 'name' element
getElementName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.NestableAnnotationDefinition
 
getElementName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AnnotationContainer
Return the name of the container annotation's element that is used to indicate the nested annotations (typically "value").
getElementNameProposals(String, Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdComplexTypeDefinition
 
getElementNameProposals(String, Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSimpleTypeDefinition
 
getElementNameProposals(String, Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdTypeDefinition
 
getElements(Object) - Method in class org.eclipse.jpt.common.ui.jface.DelegatingContentAndLabelProvider
 
getElements() - Method in interface org.eclipse.jpt.common.ui.jface.ItemContentProvider
Return the elements of the represented item.
getElementTypeName() - Method in interface org.eclipse.jpt.common.utility.JavaType
Return the name of the type's "element type".
getEmbeddable() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute
Return the embeddable (type mapping) corresponding to the persistent attribute's type.
getEmbeddable(String) - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the embeddable specified in the persistence unit with the specified name.
getEmbeddables() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Embeddables' containment reference list.
getEmbeddedIds() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Embedded Ids' containment reference list.
getEmbeddeds() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Embeddeds' containment reference list.
getEnclosingTypeSeparator() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConverter
Return the character to be used for browsing or creating the converter class IType.
getEntities() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's entities.
getEntities() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Entities' containment reference list.
getEntity(String) - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the entity specified in the persistence unit with the specified name.
getEntity() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyRelationship
Return the entity that contains the relationship's mapping or override.
getEntity() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
Return the entity that owns the mapping.
getEntityClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityResult
Returns the value of the 'Entity Class' attribute.
getEntityGeneratorDatabaseAnnotationNameBuilder() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return an entity generator database annotation name builder, which is used by Entity Generation to determine whether and how the entity generator prints the names of various database objects.
getEntityListener() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Entity Listener'.
getEntityListener_ClassName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Class Name'.
getEntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListeners
Returns the value of the 'Entity Listeners' containment reference list.
getEntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Entity Listeners'.
getEntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Entity Listeners' containment reference.
getEntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Entity Listeners' containment reference.
getEntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPersistenceUnitDefaults
Returns the value of the 'Entity Listeners' containment reference.
getEntityListeners_EntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Entity Listeners'.
getEntityMappings() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEmbeddable
 
getEntityResolver() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
getEntityResult() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Entity Result'.
getEntityResult_DiscriminatorColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Discriminator Column'.
getEntityResult_EntityClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Entity Class'.
getEntityResult_FieldResults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Field Results'.
getEntityResults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.SqlResultSetMapping
Returns the value of the 'Entity Results' containment reference list.
getEnumConstants(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.Enum
Return the enum's constants
getEnumConstants() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentEnum
enum constants
getEnumConstants() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceEnum
Return the enum's enum constants.
getEnumConstantsSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentEnum
 
getEnumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
Returns the value of the 'Enumerated' attribute.
getEnumerated() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping
Returns the value of the 'Enumerated' attribute.
getEnumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Enumerated' attribute.
getEnumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
Returns the value of the 'Enumerated' attribute.
getEnumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlVersion
Returns the value of the 'Enumerated' attribute.
getEnumeratedTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
 
getEnumeratedTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping
Return the TextRange for the enumerated element.
getEnumeratedTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
 
getEnumeratedTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
 
getEnumeratedTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlVersion
 
getEnumeratedTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
 
getEnums(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.Type
Return the type's nested enums.
getEnums() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType
Return the immediately nested enums (children).
getEnumType() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentEnum
enum type corresponds to the XmlEnum annotation value element
getEnumType() - Method in interface org.eclipse.jpt.jpa.core.context.EnumeratedConverter
 
getEnumType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for enum 'Enum Type'.
getEventListener() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getEventMethod() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Event Method'.
getEventMethod_MethodName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Method Name'.
getExceptionHandler() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getExceptions() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getExcludeDefaultMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Exclude Default Mappings' attribute.
getExcludeDefaultMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Exclude Default Mappings' attribute.
getExcludeDefaultMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Exclude Default Mappings' attribute.
getExcludeEclipselinkOrm() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.general.GeneralProperties
 
getExcludeUnlistedClasses() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Exclude Unlisted Classes' attribute.
getExclusiveConnectionMode() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getExistenceChecking() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCacheHolder
Returns the value of the 'Existence Checking' attribute.
getExistenceChecking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Existence Checking' attribute.
getExistenceChecking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Existence Checking' attribute.
getExistenceType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
This is the combination of defaultExistenceType and specifiedExistenceType.
getExistenceType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for enum 'Existence Type'.
getExpiry() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
corresponds to the Cache expiry element.
getExpiry() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'expiry' element of the Cache annotation.
getExpiry() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Expiry' attribute.
getExpiryTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'expiry' element.
getExpiryTimeOfDay() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
corresponds to the Cache expiryTimeOfDay annotation or xml element.
getExpiryTimeOfDay() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'expiryTimeOfDay' element of the Cache annotation.
getExpiryTimeOfDay() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Expiry Time Of Day' containment reference.
getExpiryTimeOfDayTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'expiryTimeOfDay' element.
getExpression(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotationElementAdapter
Given the specified compilation unit, return the expression value of the adapter's annotation element.
getExpression(ModifiedDeclaration) - Method in interface org.eclipse.jpt.common.core.utility.jdt.DeclarationAnnotationElementAdapter
Given the specified declaration, return the element's value expression.
getExternalJavaResourceCompilationUnits() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's external Java resource compilation units.
getExternalJavaResourceCompilationUnitsSize() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the size of the JPA project's external Java resource compilation units.
getExternalJavaResourcePersistentTypeCache() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's external Java resource persistent type cache.
getFacetedProject() - Method in interface org.eclipse.jpt.common.core.libprov.JptLibraryProviderInstallOperationConfig
 
getFactory() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatform
Return a factory responsible for creating core (e.g.
getFactory() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDefinition
 
getFactoryClass() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
factory class corresponds to the XmlType annotation factoryClass element
getFactoryClass() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Corresponds to the 'factoryClass' element of the XmlType annotation.
getFactoryClassName() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDescription
 
getFactoryClassName() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription
 
getFactoryClassTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Return the TextRange for the 'factoryClass' element.
getFactoryMethod() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
factory method corresponds to the XmlType annotation factoryMethod element
getFactoryMethod() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Corresponds to the 'factoryMethod' element of the XmlType annotation.
getFactoryMethodTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Return the TextRange for the 'factoryMethod' element.
getFetch() - Method in interface org.eclipse.jpt.jpa.core.context.FetchableMapping
 
getFetch() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.ElementCollection2_0Annotation
Corresponds to the 'fetch' element of the element collection annotation.
getFetch() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BasicAnnotation
Corresponds to the 'fetch' element of the Basic annotation.
getFetch() - Method in interface org.eclipse.jpt.jpa.core.resource.java.RelationshipMappingAnnotation
Corresponds to the 'fetch' element of the relationship mapping annotations.
getFetch() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlRelationshipMapping
Returns the value of the 'Fetch' attribute.
getFetch() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Fetch' attribute.
getFetch() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
Returns the value of the 'Fetch' attribute.
getFetch() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Fetch' attribute.
getFetch() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformationAnnotation
Corresponds to the 'fetch' element of the Transformation annotation.
getFetchGroups() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlFetchGroupContainer_2_1
Returns the value of the 'Fetch Groups' containment reference list.
getFetchGroups() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Fetch Groups' containment reference list.
getFetchGroups() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Fetch Groups' containment reference list.
getFetchTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.ElementCollection2_0Annotation
Return the TextRange for the 'fetch' element.
getFetchTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BasicAnnotation
Return the TextRange for the 'fetch' element.
getFetchTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.RelationshipMappingAnnotation
Return the TextRange for the 'fetch' element.
getFetchTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformationAnnotation
Return the TextRange for the 'fetch' element.
getFetchType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for enum 'Fetch Type'.
getFieldResult() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Field Result'.
getFieldResult_Column() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Column'.
getFieldResult_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getFieldResults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityResult
Returns the value of the 'Field Results' containment reference list.
getFields(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.Type
Return the type's fields.
getFields() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceType
Return the type's fields.
getFile() - Method in interface org.eclipse.jpt.jaxb.core.JaxbFile
Return the JAXB file's Eclipse file.
getFile() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceNode
Return the Eclipse file that contains the Java resource node (typically either a Java source code file or a JAR).
getFile() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelSourceType.Synchronizer
Return the file generated as a result of the metamodel synchronization.
getFile() - Method in interface org.eclipse.jpt.jpa.core.JpaFile
Return the JPA file's Eclipse file.
getFile() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceNode
Return the Eclipse file that contains the Java resource node (typically either a Java source code file or a JAR).
getFile() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
getFileName() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.JarFileRef
Return the file name of the jar file ref.
getFileName() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.MappingFileRef
Return the file name of the mapping file ref.
getFileName() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlJarFileRef
Returns the value of the 'File Name' attribute.
getFileName() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlMappingFileRef
Returns the value of the 'File Name' attribute.
getFlushClearCache() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getForeignKeys() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the table's foreign keys.
getForeignKeysSize() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the number of foreign keys the table contains.
getFullyQualifiedClasses() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSeeAlsoAnnotation
Return the value elements resolved to fully qualified class names
getFullyQualifiedClassName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.MapKeyClass2_0Annotation
Return the fully-qualified class name as resolved by the AST's bindings.
getFullyQualifiedClassName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.StaticMetamodelAnnotation
Return the static metamodel's fully-qualified class name as resolved by the AST's bindings.
getFullyQualifiedClassName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.IdClassAnnotation
Return the fully-qualified ID class name as resolved by the AST's bindings.
getFullyQualifiedClassName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.v2_0.resource.java.EclipseLinkClassExtractorAnnotation2_1
Return the fully-qualified class name as resolved by the AST's bindings.
getFullyQualifiedClassNames() - Method in interface org.eclipse.jpt.jaxb.core.resource.jaxbindex.JaxbIndexResource
 
getFullyQualifiedConverterClassName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConverterAnnotation
Return the fully-qualified converter class name as resolved by the AST's bindings.
getFullyQualifiedCustomizerClassName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCustomizerAnnotation
Return the fully-qualified customizer class name as resolved by the AST's bindings.
getFullyQualifiedDataType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.BaseEclipseLinkTypeConverterAnnotation
Return the fully-qualified data type name as resolved by the AST's bindings.
getFullyQualifiedFactoryClassName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Return the fully-qualified factory class name as resolved by the AST's bindings.
getFullyQualifiedIdClassName() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaIdClassReference
Return the fully qualified name of the id class, taking into consideration the default value if applicable
getFullyQualifiedMapKeyClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaCollectionMapping2_0
If the map key class is specified, this will return it fully qualified.
getFullyQualifiedName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbType
Returns the fully qualified name of this type, including qualification for any enclosing types and packages.
getFullyQualifiedObjectType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.BaseEclipseLinkTypeConverterAnnotation
Return the fully-qualified object type name as resolved by the AST's bindings.
getFullyQualifiedResultClassName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedNativeQueryAnnotation
Return the named native query's fully-qualified result class name as resolved by the AST's bindings.
getFullyQualifiedScopeClassName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Return the fully-qualified scope class name as resolved by the AST's bindings.
getFullyQualifiedTargetClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaElementCollectionMapping2_0
If the target class is specified, this will return it fully qualified.
getFullyQualifiedTargetClassName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.ElementCollection2_0Annotation
Return the fully-qualified target class name as resolved by the AST's bindings.
getFullyQualifiedTargetEntity() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaRelationshipMapping
If the target entity is specified, this will return it fully qualified.
getFullyQualifiedTargetEntityClassName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.RelationshipMappingAnnotation
Return the fully-qualified target entity class name as resolved by the AST's bindings.
getFullyQualifiedType() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlJavaTypeAdapterAnnotation
Return the type's fully-qualified class name as resolved by the AST's bindings.
getFullyQualifiedType() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaTypeAnnotation
Return the fully-qualified type name as resolved by the AST's bindings.
getFullyQualifiedTypeName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementAnnotation
Return the fully-qualified type name as resolved by the AST's bindings.
getFullyQualifiedTypeName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefAnnotation
Return the fully-qualified type name as resolved by the AST's bindings.
getFullyQualifiedValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlJavaTypeAdapterAnnotation
Return the value's fully-qualified class name as resolved by the AST's bindings.
getFullyQualifiedValueClassName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAnyElementAnnotation
Return the fully-qualified value class name as resolved by the AST's bindings.
getFullyQualifiedValueClassName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlEnumAnnotation
Return the fully-qualified value class name as resolved by the AST's bindings.
getGeneralProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getGeneratedAnnotation() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JavaResourcePersistentType2_0
Return the javax.annotation.Generated annotation.
getGeneratedMetamodelTopLevelType(IFile) - Method in interface org.eclipse.jpt.jpa.core.jpa2.JpaProject2_0
Return the top-level generated metamodel Java resource persistent type in the specified file.
getGeneratedMetamodelTopLevelTypes() - Method in interface org.eclipse.jpt.jpa.core.jpa2.JpaProject2_0
Return the JPA project's generated metamodel Java resource persistent top-level types.
getGeneratedValue() - Method in interface org.eclipse.jpt.jpa.core.context.IdMapping
 
getGeneratedValue() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaIdMapping
 
getGeneratedValue() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmIdMapping
 
getGeneratedValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
Returns the value of the 'Generated Value' containment reference.
getGeneratedValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.XmlBasic_1_1
Returns the value of the 'Generated Value' containment reference.
getGeneratedValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Generated Value' containment reference.
getGeneratedValueAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaGeneratedValue
 
getGenerationType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for enum 'Generation Type'.
getGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.GeneratedValue
 
getGenerator() - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratedValueAnnotation
Corresponds to the 'generator' element of the GeneratedValue annotation.
getGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlGeneratedValue
Returns the value of the 'Generator' attribute.
getGeneratorAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaGenerator
 
getGeneratorAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaSequenceGenerator
 
getGeneratorAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTableGenerator
 
getGeneratorContainer() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getGeneratorContainer() - Method in interface org.eclipse.jpt.jpa.core.context.IdMapping
 
getGeneratorContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getGeneratorContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaIdMapping
 
getGeneratorContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getGeneratorContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmIdMapping
 
getGeneratorTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaGeneratedValue
Return the (best guess) text location of the generator.
getGeneratorTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmGeneratedValue
Return the (best guess) text location of the generator.
getGeneratorTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratedValueAnnotation
Return the TextRange for the 'generator' element.
getGeneratorTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlGeneratedValue
 
getGetMethod() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlAccessMethods
Returns the value of the 'Get Method' attribute.
getGroup() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDescription
 
getGroup() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription
 
getHashPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntityMappings_2_2
Returns the value of the 'Hash Partitioning' containment reference list.
getHashPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Hash Partitioning' containment reference.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Hash Partitioning' containment reference.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Hash Partitioning' containment reference.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Hash Partitioning' containment reference list.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Hash Partitioning' containment reference.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Hash Partitioning' containment reference.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Hash Partitioning' containment reference.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Hash Partitioning' containment reference.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Hash Partitioning' containment reference.
getHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Hash Partitioning' containment reference.
getHelpID() - Method in interface org.eclipse.jpt.jpa.ui.details.JpaPageComposite
Returns the help ID.
getHints() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaNamedNativeQuery
 
getHints() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaNamedQuery
 
getHints() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaQuery
 
getHints() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedNativeQuery
 
getHints() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedQuery
 
getHints() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmQuery
 
getHints() - Method in interface org.eclipse.jpt.jpa.core.context.Query
Return the query's hints.
getHints() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedNativeQuery
Returns the value of the 'Hints' containment reference list.
getHints() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedQuery
Returns the value of the 'Hints' containment reference list.
getHints() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlQuery
Returns the value of the 'Hints' containment reference list.
getHints() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedStoredProcedureQuery
Returns the value of the 'Hints' containment reference list.
getHintsSize() - Method in interface org.eclipse.jpt.jpa.core.context.Query
Return the number of hints.
getHour() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTimeOfDay
 
getHour() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
Corresponds to the 'hour' element of the TimeOfDay annotation.
getHour() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTimeOfDay
Returns the value of the 'Hour' attribute.
getHourTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
Return the TextRange for the 'hour' element.
getId() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDescription
 
getId() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformGroupDescription
 
getId() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Get the ID for this platform
getId() - Method in interface org.eclipse.jpt.jpa.core.JpaStructureNode
Return a unique identifier for all of this class of structure nodes
getId() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription
 
getId() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformGroupDescription
 
getId() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlSingleRelationshipMapping
Returns the value of the 'Id' attribute.
getId() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlDerivedId_2_0
Returns the value of the 'Id' attribute.
getIdAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
If an entity has a single id attribute, return that attribute.
getIdClass() - Method in interface org.eclipse.jpt.jpa.core.context.IdClassReference
Return the JavaPersistentType that is resolved from the id class name.
getIdClass() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return the resolved id class specified on this type mapping, null otherwise
getIdClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Id Class' containment reference.
getIdClass() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlIdClassContainer
Returns the value of the 'Id Class' containment reference.
getIdClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Id Class' containment reference.
getIdClassEnclosingTypeSeparator() - Method in interface org.eclipse.jpt.jpa.core.context.IdClassReference
Return the char to be used for browsing or creating the id class IType.
getIdClassName() - Method in interface org.eclipse.jpt.jpa.core.context.IdClassReference
Return the name of the id class, taking into consideration the default value if applicable
getIdClassReference() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
Return the (aggregate) class reference for configuring and validating id class
getIdClassReference() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getIdClassReference() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaMappedSuperclass
 
getIdClassReference() - Method in interface org.eclipse.jpt.jpa.core.context.MappedSuperclass
 
getIdClassReference() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getIdClassReference() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmMappedSuperclass
 
getIdDerivedIdentityStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.DerivedIdentity2_0
Return the mapping's ID strategy.
getIdDerivedIdentityStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaDerivedIdentity2_0
 
getIdDerivedIdentityStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmDerivedIdentity2_0
 
getIdentifier() - Method in interface org.eclipse.jpt.jpa.db.DatabaseObject
Return the database object's identifier, which is the object's name modified so it can be used in an SQL statement (e.g.
getIdentifier(String) - Method in interface org.eclipse.jpt.jpa.db.DatabaseObject
Return the database object's identifier, which is the object's name modified so it can be used in an SQL statement (e.g.
getIds() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Ids' containment reference list.
getIdTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlSingleRelationshipMapping
 
getIdTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlDerivedId_2_0
Return the text range of the derived id part of the XML document
getIdValidationType_1_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for enum 'Id Validation Type 11'.
getImage(Object) - Method in class org.eclipse.jpt.common.ui.jface.DelegatingContentAndLabelProvider
 
getImage() - Method in interface org.eclipse.jpt.common.ui.jface.ItemLabelProvider
Return the image for the item
getImage(String) - Static method in class org.eclipse.jpt.jaxb.eclipselink.ui.JptJaxbEclipseLinkUiPlugin
This returns an image for a .gif from the icons folder
getImage(String) - Static method in class org.eclipse.jpt.jaxb.ui.JptJaxbUiPlugin
This returns an image for a .gif from the icons folder
getImage(String) - Static method in class org.eclipse.jpt.jpa.eclipselink.ui.JptJpaEclipseLinkUiPlugin
This returns an image for a .gif from the icons folder
getImage() - Method in interface org.eclipse.jpt.jpa.ui.details.MappingUiDefinition
Returns an image that represents the mapping type defined by this provider.
getImage(String) - Static method in class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
Return an image for the specified .gif file in the icons folder.
getImageDescriptor(String) - Static method in class org.eclipse.jpt.jaxb.eclipselink.ui.JptJaxbEclipseLinkUiPlugin
This gets a .gif from the icons folder.
getImageDescriptor(String) - Static method in class org.eclipse.jpt.jaxb.ui.JptJaxbUiPlugin
This gets a .gif from the icons folder.
getImageDescriptor(String) - Static method in class org.eclipse.jpt.jpa.eclipselink.ui.JptJpaEclipseLinkUiPlugin
This gets a .gif from the icons folder.
getImageDescriptor(String) - Static method in class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
Return an image descriptor for the specified .gif file in the icons folder.
getImpliedEclipseLinkMappingFileRef() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getImpliedMappingFileRef() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's implied mapping file ref.
getImports() - Method in class org.eclipse.jpt.common.core.utility.BodySourceWriter
 
getIncludeDescriptorQueries() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getIndentLevel() - Method in class org.eclipse.jpt.common.utility.IndentingPrintWriter
Return the current indent level.
getIndex() - Method in interface org.eclipse.jpt.common.core.utility.jdt.IndexedAnnotationAdapter
Return the the index at which the annotation is situated.
getIndex() - Method in interface org.eclipse.jpt.common.core.utility.jdt.IndexedDeclarationAnnotationAdapter
Return the the index at which the annotation is situated.
getIndex() - Method in class org.eclipse.jpt.common.utility.model.event.ListAddEvent
Return the index at which the items were added to the list.
getIndex() - Method in class org.eclipse.jpt.common.utility.model.event.ListRemoveEvent
Return the index at which the items were removed from the list.
getIndex() - Method in class org.eclipse.jpt.common.utility.model.event.ListReplaceEvent
Return the index at which the items were replaced in the list.
getIndex() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlBasic_2_2
Returns the value of the 'Index' containment reference.
getIndex() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntity_2_2
Returns the value of the 'Index' containment reference.
getIndex() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlId_2_2
Returns the value of the 'Index' containment reference.
getIndex() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlVersion_2_2
Returns the value of the 'Index' containment reference.
getIndex() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Index' containment reference.
getIndex() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Index' containment reference.
getIndex() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Index' containment reference.
getInheritance() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Inheritance'.
getInheritance() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Inheritance' containment reference.
getInheritance_Strategy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Strategy'.
getInheritanceHierarchy() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbClass
Return the persistent type's "persistence" inheritance hierarchy, including the persistent type itself.
getInheritanceStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
Return the specified inheritance strategy if present, otherwise return the default inheritance strategy.
getInheritanceStrategyTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
 
getInheritanceType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for enum 'Inheritance Type'.
getInheritedAttributes() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentClass
Inherited attributes come from any superclasses that are mapped as @XmlTransient.
getInheritedAttributesSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentClass
 
getInheritedJavaResourceAttributeOwningTypeName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
Only ask this of inherited persistent attributes.
getInitialValue() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
Return the specified initial value if present, otherwise return the default initial value.
getInitialValue() - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratorAnnotation
Corresponds to the 'initialValue' element of the *Generator annotation.
getInitialValue() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlGenerator
Returns the value of the 'Initial Value' attribute.
getInitialValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSequenceGenerator
Returns the value of the 'Initial Value' attribute.
getInitialValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Initial Value' attribute.
getInitialValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratorAnnotation
Return the TextRange for the 'initialValue' element.
getInsert() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlQueryRedirectors_2_0
Returns the value of the 'Insert' attribute.
getInsert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryRedirectors
Returns the value of the 'Insert' attribute.
getInsertable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OrderColumn2_0Annotation
Corresponds to the 'insertable' element of the OrderColumn annotation.
getInsertable() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Corresponds to the 'insertable' element of the *Column annotation.
getInsertable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlColumn
Returns the value of the 'Insertable' attribute.
getInsertable() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlOrderColumn_2_0
Returns the value of the 'Insertable' attribute.
getInsertable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOrderColumn
Returns the value of the 'Insertable' attribute.
getInsertableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OrderColumn2_0Annotation
Return the TextRange for the 'insertable' element.
getInsertableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Return the TextRange for the 'insertable' element.
getInstanceID() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the connection profile's static ID.
getInstantiationCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Instantiation Copy Policy' containment reference.
getInstantiationCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Instantiation Copy Policy' containment reference.
getInstantiationCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Instantiation Copy Policy' containment reference.
getInverseJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlJoinTable
Returns the value of the 'Inverse Join Columns' containment reference list.
getItemLabelProviderFactory() - Method in interface org.eclipse.jpt.jaxb.ui.navigator.JaxbNavigatorUi
Return the factory to create ItemLabelProviders
getItemLabelProviderFactory() - Method in interface org.eclipse.jpt.jpa.ui.navigator.JpaNavigatorProvider
Build a factory to create ItemLabelProviders
getItemLabelProviderFactory() - Method in interface org.eclipse.jpt.jpa.ui.structure.JpaStructureProvider
Build a factory to create ItemLabelProviders
getItems() - Method in class org.eclipse.jpt.common.utility.model.event.CollectionAddEvent
Return the items added to the collection.
getItems() - Method in class org.eclipse.jpt.common.utility.model.event.CollectionRemoveEvent
Return the items removed from the collection.
getItems() - Method in class org.eclipse.jpt.common.utility.model.event.ListAddEvent
Return the items added to the list.
getItems() - Method in class org.eclipse.jpt.common.utility.model.event.ListRemoveEvent
Return the items removed from the list.
getItemsSize() - Method in class org.eclipse.jpt.common.utility.model.event.CollectionAddEvent
Return the number of items added to the collection.
getItemsSize() - Method in class org.eclipse.jpt.common.utility.model.event.CollectionRemoveEvent
Return the number of items removed from the collection.
getItemsSize() - Method in class org.eclipse.jpt.common.utility.model.event.ListAddEvent
Return the number of items added to the list.
getItemsSize() - Method in class org.eclipse.jpt.common.utility.model.event.ListRemoveEvent
Return the number of items removed from the list.
getItemsSize() - Method in class org.eclipse.jpt.common.utility.model.event.ListReplaceEvent
Return the number of items that were replaced.
getJarFile() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.JarFileRef
Return the JAR file ref's JAR file corresponding to the file name.
getJarFiles() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Jar Files' containment reference list.
getJarJpaFiles() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's JPA files for jars.
getJarResourcePackageFragmentRoot() - Method in interface org.eclipse.jpt.jpa.core.context.java.JarFile
 
getJarRuntimeRootPath(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the runtime path to which JARs are relatively specified for the given project.
getJavaAccessOrder() - Method in enum org.eclipse.jpt.jaxb.core.context.XmlAccessOrder
 
getJavaAccessType() - Method in enum org.eclipse.jpt.jaxb.core.context.XmlAccessType
 
getJavaAccessType() - Method in enum org.eclipse.jpt.jpa.core.context.AccessType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jaxb.core.resource.java.XmlAccessOrder
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jaxb.core.resource.java.XmlAccessType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jaxb.core.resource.java.XmlNsForm
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.jpa2.resource.java.LockModeType_2_0
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.resource.java.AccessType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.resource.java.CascadeType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.resource.java.DiscriminatorType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.resource.java.EnumType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.resource.java.FetchType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.resource.java.GenerationType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.resource.java.InheritanceType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.core.resource.java.TemporalType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.java.CacheCoordinationType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.java.CacheType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.java.ChangeTrackingType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.java.ExistenceType
 
getJavaAnnotationValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.java.JoinFetchType
 
getJavaClass() - Method in interface org.eclipse.jpt.common.utility.JavaType
Return the class corresponding to the type's element type and array depth.
getJavaClass() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlJavaClassRef
Returns the value of the 'Java Class' attribute.
getJavaClassName() - Method in interface org.eclipse.jpt.common.utility.JavaType
Return the version of the type's name that matches that returned by Class.getName() (e.g.
getJavaCompletionProposals(int, Filter<String>, CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.context.java.JavaContextNode
Return the Java code-completion proposals for the specified position in the source code.
getJavaDiscriminatorType() - Method in enum org.eclipse.jpt.jpa.core.context.DiscriminatorType
 
getJavaEntities() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return all the entities defined with both the implied and specified Java classes of a persistence unit
getJavaEnumType() - Method in enum org.eclipse.jpt.jpa.core.context.EnumType
 
getJavaFetchType() - Method in enum org.eclipse.jpt.jpa.core.context.FetchType
 
getJavaGenerationType() - Method in enum org.eclipse.jpt.jpa.core.context.GenerationType
 
getJavaIdClassReferenceForDefaults() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmIdClassReference.Owner
 
getJavaInheritanceType() - Method in enum org.eclipse.jpt.jpa.core.context.InheritanceType
 
getJavaLockModeType() - Method in enum org.eclipse.jpt.jpa.core.jpa2.context.LockModeType2_0
 
getJavaNsForm() - Method in enum org.eclipse.jpt.jaxb.core.context.XmlNsForm
 
getJavaPersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyPersistentAttribute
If the orm.xml attribute is virtual, the returned Java attribute is also virtual; i.e.
getJavaPersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
 
getJavaPersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentType
Return the Java persistent type that is referred to by the orm.xml persistent type.
getJavaPersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.ClassRef
Return the JavaPersistentType that corresponds to this IClassRef.
getJavaProject() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the Java project associated with the JAXB project.
getJavaProject() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the Java project associated with the JPA project.
getJavaResourceAttribute() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
 
getJavaResourceAttribute() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
 
getJavaResourceAttributeOwningTypeName(JaxbPersistentAttribute) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentClass
Only ask this of inherited persistent attributes.
getJavaResourceAttributeTypeName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
Return the type name of the java resource attribute This might not return the same thing as getJavaResourceAttribute().getTypeName().
getJavaResourceCompilationUnit() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceNode
Return the [source] node's root (the compilation unit).
getJavaResourceCompilationUnit() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceNode
Return the [source] node's root (the compilation unit).
getJavaResourcePackage(String) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the Java resource package for the specified package.
getJavaResourcePackage(String) - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the Java resource package for the specified package.
getJavaResourcePackageFragmentRoot(String) - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the Java resource package fragement root for the specified JAR.
getJavaResourcePackages() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the Java resource packages for the project.
getJavaResourcePackages() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the Java resource packages for the project.
getJavaResourcePersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyPersistentAttribute
 
getJavaResourcePersistentType(String) - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the Java resource persistent type for the specified type.
getJavaResourceType() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbClass
covariant override
getJavaResourceType() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentEnum
covariant override
getJavaResourceType() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbRegistry
covariant override
getJavaResourceType() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbType
Return the associated java resource type
getJavaResourceType(String) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the JavaResourceAbstractType with the specified type name, regardless of what kind it is.
getJavaResourceType(String, JavaResourceAbstractType.Kind) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the JavaResourceAbstractType with the specified type name and kind.
getJavaSourceFolderNames() - Method in interface org.eclipse.jpt.jpa.core.jpa2.JpaProject2_0
Return a list of the names of the Java source folders.
getJavaSourceResourceTypes() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return all JavaResourceAbstractTypes that are represented by java source within this project
getJavaTemporalType() - Method in enum org.eclipse.jpt.jpa.core.context.TemporalType
 
getJavaType() - Method in interface org.eclipse.jpt.jpa.db.Column
Return a Java type that is reasonably similar to the column's data type.
getJavaTypeDeclaration() - Method in interface org.eclipse.jpt.jpa.db.Column
Return a Java type declaration that is reasonably similar to the column's data type.
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEmbeddable
 
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmMappedSuperclass
 
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
Return the Java type mapping corresponding to the orm.xml type mapping.
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.EclipseLinkOrmTypeMapping
 
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkEmbeddable
 
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkEntity
 
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkMappedSuperclass
 
getJavaTypeMapping() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkNonEmbeddableTypeMapping
 
getJavaTypeMappingDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return the Java type mapping definitions that will be used to build Java type mappings and their corresponding annotations.
getJavaTypeMappingDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatformProvider
Return the platform's Java type mapping definitions.
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEmbeddable
 
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmMappedSuperclass
 
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
Check "metadata complete" before returning the Java type mapping.
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.EclipseLinkOrmTypeMapping
 
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkEmbeddable
 
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkEntity
 
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkMappedSuperclass
 
getJavaTypeMappingForDefaults() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkNonEmbeddableTypeMapping
 
getJaxbFile(IFile) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the JAXB file corresponding to the specified file.
getJaxbFile(IFile) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProjectManager
Return the JAXB file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JAXB file.
getJaxbFiles() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the JAXB project's JAXB files.
getJaxbFilesSize() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the size of the JAXB project's JAXB files.
getJaxbIndexResource(String) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the first jaxb.index resource model (could be multiple if there are multiple locations for a given package) with the given package name
getJaxbIndexResources() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return all jaxb.index resource models within the project
getJaxbPackage() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackageInfo
 
getJaxbPackage() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbType
Return the JaxbPackage associated with this type
getJaxbPlatform() - Method in interface org.eclipse.jpt.jaxb.core.libprov.JaxbLibraryProviderInstallOperationConfig
 
getJaxbPlatform(String) - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformManager
 
getJaxbPlatformDescription(IProject) - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
Return the JaxbPlatformDescription associated with the specified Eclipse project.
getJaxbPlatformGroup(String) - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformManager
 
getJaxbPlatformGroups() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformManager
 
getJaxbPlatformId(IProject) - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
Return the JAXB platform ID associated with the specified Eclipse project.
getJaxbPlatformManager() - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
 
getJaxbPlatforms() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformManager
 
getJaxbPlatformUi(JaxbPlatformDescription) - Method in interface org.eclipse.jpt.jaxb.ui.platform.JaxbPlatformUiManager
Return the platform UI responsible for providing UI elements for the given JAXB platform description
getJaxbPlatformUiManager() - Static method in class org.eclipse.jpt.jaxb.ui.JptJaxbUiPlugin
 
getJaxbProject() - Method in interface org.eclipse.jpt.jaxb.core.JaxbNode
Return the JAXB project the node belongs to.
getJaxbProject(IProject) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProjectManager
Return the JAXB project corresponding to the specified Eclipse project.
getJaxbProject(IProject) - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
Return the JAXB project corresponding to the specified Eclipse project, or null if unable to associate the specified project with a JAXB project.
getJaxbProjects() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProjectManager
Return the JAXB model's JAXB projects.
getJaxbProjectsSize() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProjectManager
Return the size of the JAXB model's list of JAXB projects.
getJaxbPropertiesResource(String) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the first jaxb.properties resource model (could be multiple if there are multiple locations for a given package) with the given package name
getJaxbPropertiesResources() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return all jaxb.properties resource models within the project
getJDBCConnection() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the JDBC connection.
getJdbcType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlStoredProcedureParameter
Returns the value of the 'Jdbc Type' attribute.
getJdbcTypeName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlStoredProcedureParameter
Returns the value of the 'Jdbc Type Name' attribute.
getJoinColumnAnnotationIdentifier(String) - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Given the name of an attribute (field or property) that is mapped to the foreign key, build and return a string to be used as the value for the attribute's @javax.persistence.JoinColumn annotation's name element.
getJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlReferenceTable
Returns the value of the 'Join Columns' containment reference list.
getJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlSingleRelationshipMapping
Returns the value of the 'Join Columns' containment reference list.
getJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAssociationOverride
Returns the value of the 'Join Columns' containment reference list.
getJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlJoinColumnContainer
Returns the value of the 'Join Columns' containment reference list.
getJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOneToMany
Returns the value of the 'Join Columns' containment reference list.
getJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlReferenceTable
Returns the value of the 'Join Columns' containment reference list.
getJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinColumnRelationship
 
getJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinColumnRelationship
 
getJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.JoinColumnRelationship
 
getJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinColumnRelationship
 
getJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinColumnRelationship
 
getJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumnRelationship
Return the (never null) strategy used to configure the relationship's join column strategy.
getJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinColumnRelationship
 
getJoinFetch() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkJoinFetchMapping
 
getJoinFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Join Fetch' attribute.
getJoinFetch() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetch
Returns the value of the 'Join Fetch' attribute.
getJoinFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Join Fetch' attribute.
getJoinFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Join Fetch' attribute.
getJoinFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Join Fetch' attribute.
getJoinFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Join Fetch' attribute.
getJoinFetchTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
 
getJoinFetchTextRange() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetch
Return the TextRange for the join-fetch element.
getJoinFetchTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
 
getJoinFetchTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
 
getJoinFetchTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
 
getJoinFetchTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
 
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinTableRelationshipStrategy
 
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTableRelationshipStrategy
 
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.context.JoinTableRelationshipStrategy
 
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinTableRelationshipStrategy
 
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTableRelationshipStrategy
 
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTableRelationshipStrategy
Return the strategy's join table.
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinTableRelationshipStrategy
 
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.AssociationOverride2_0Annotation
Corresponds to the 'joinTable' element of the AssociationOverride annotation.
getJoinTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Join Table' containment reference.
getJoinTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlSingleRelationshipMapping
Returns the value of the 'Join Table' containment reference.
getJoinTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAssociationOverride
Returns the value of the 'Join Table' containment reference.
getJoinTable() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlJoinTableContainer
Returns the value of the 'Join Table' containment reference.
getJoinTableAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinTableRelationshipStrategy
Return the join table annotation, use a null object instead of returning null if the join table annotation does not exist.
getJoinTableDefaultName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTableRelationshipStrategy
Return the default name of the strategy's join table
getJoinTableNonOwningForeignKey() - Method in interface org.eclipse.jpt.jpa.db.Table
Assuming the table is a join table, return the foreign key to the non-owning table.
getJoinTableOwningForeignKey() - Method in interface org.eclipse.jpt.jpa.db.Table
Assuming the table is a join table, return the foreign key to the owning table.
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinTableRelationship
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTableRelationship
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.JoinTableRelationship
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinTableRelationship
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTableRelationship
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTableRelationship
Return the (never null) strategy used to configure the relationship's join table strategy.
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinTableRelationship
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaOverrideRelationship2_0
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaVirtualOverrideRelationship2_0
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmOverrideRelationship2_0
 
getJoinTableStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmVirtualOverrideRelationship2_0
 
getJpaContainerDefinition() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute
Return the JpaContainer that corresponds to this attribute's type.
getJpaFactory() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return a factory responsible for creating core (e.g.
getJpaFile(IFile) - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA file corresponding to the specified file.
getJpaFile(IFile) - Method in interface org.eclipse.jpt.jpa.core.JpaProjectManager
Return the JPA file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JPA file.
getJpaFile(IFile) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the JPA file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JPA file.
getJpaFile(IProject, IPath) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
 
getJpaFiles() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's JPA files.
getJpaFilesSize() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the size of the JPA project's JPA files.
getJpaNavigatorProvider(JpaPlatform) - Method in class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
 
getJpaPlatform() - Method in interface org.eclipse.jpt.jpa.core.JpaProject.Config
Return the JPA platform to be associated with the new JPA project.
getJpaPlatform() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the vendor-specific JPA platform that builds the JPA project and its contents.
getJpaPlatform() - Method in interface org.eclipse.jpt.jpa.core.libprov.JpaLibraryProviderInstallOperationConfig
 
getJpaPlatform(String) - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformManager
 
getJpaPlatformDescription(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the JPA platform description associated with the specified Eclipse project.
getJpaPlatformGroup(String) - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformManager
 
getJpaPlatformGroups() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformManager
 
getJpaPlatformId(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the JPA platform ID associated with the specified Eclipse project.
getJpaPlatformIdPrefKey() - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the preferences key used to look up an Eclipse project's JPA platform ID.
getJpaPlatformManager() - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
 
getJpaPlatforms() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformManager
 
getJpaPlatformUi(JpaPlatform) - Method in class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
Return the JPA platform UI corresponding to the specified JPA platform.
getJpaProject() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnitProperties
Return the JPA project the PersistenceUnit belongs to.
getJpaProject() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelSourceType
Return the source type's JPA project.
getJpaProject() - Method in interface org.eclipse.jpt.jpa.core.JpaNode
Return the JPA project the node belongs to.
getJpaProject(IProject) - Method in interface org.eclipse.jpt.jpa.core.JpaProjectManager
Return the JPA project corresponding to the specified Eclipse project.
getJpaProject(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the JPA project corresponding to the specified Eclipse project, or null if unable to associate the specified project with a JPA project.
getJpaProject() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getJpaProjectManager() - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the singular JPA project manager corresponding to the current workspace.
getJpaProjects() - Method in interface org.eclipse.jpt.jpa.core.JpaProjectManager
Return the JPA model's JPA projects.
getJpaProjectsSize() - Method in interface org.eclipse.jpt.jpa.core.JpaProjectManager
Return the size of the JPA model's list of JPA projects.
getJpaRootEObject() - Method in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
Returns the meta object for class 'Jpa Root EObject'.
getJpaRootEObject_SchemaLocation() - Method in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
Returns the meta object for the attribute 'Schema Location'.
getJpaRootEObject_Version() - Method in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
Returns the meta object for the attribute 'Version'.
getJpaVariation() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return a platform variation that is used to determine differences platforms and/or JPA specification versions
getJpaVersion() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Get the version object for this platform.
getJpaVersion() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform.Version
Return the highest JPA specification version supported by the platform.
getJtaDataSource() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's JTA data source.
getJtaDataSource() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Jta Data Source' attribute.
getKey() - Method in interface org.eclipse.jpt.jaxb.core.context.java.JavaAttributeMappingDefinition
Return the attribute mapping's key.
getKey() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
 
getKey() - Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
Return a unique key for the attribute mapping.
getKey() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMappingDefinition
Return the attribute mapping's key.
getKey() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTypeMappingDefinition
Return the type mapping's key.
getKey() - Method in class org.eclipse.jpt.jpa.core.context.orm.NullOrmAttributeMappingDefinition
 
getKey() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMappingDefinition
Return the definition's mapping key.
getKey() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMappingDefinition
Return the definition's mapping key.
getKey() - Method in class org.eclipse.jpt.jpa.core.context.orm.UnsupportedOrmAttributeMappingDefinition
 
getKey() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return a unique key for the type mapping.
getKey() - Method in interface org.eclipse.jpt.jpa.ui.details.MappingUiDefinition
Returns a unique string that corresponds to the key of the mapping in the core (JavaAttributeMappingDefinition and/or OrmAttributeMappingProvider).
getKeyType() - Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
 
getKind() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbType
Return the kind of JaxbType this represents
getKind() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType
Return the kind of java type this corresponds to
getLabel() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDescription
 
getLabel() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformGroupDescription
 
getLabel() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription
 
getLabel() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformGroupDescription
 
getLabel() - Method in interface org.eclipse.jpt.jpa.ui.details.MappingUiDefinition
Returns a human readable text of the mapping type.
getLax() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAnyElementAnnotation
Corresponds to the 'lax' element of the XmlAnyElement annotation.
getLaxTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAnyElementAnnotation
Return the TextRange for the 'lax' element.
getLazyConnection() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getLength() - Method in class org.eclipse.jpt.common.core.utility.BodySourceWriter
 
getLength() - Method in class org.eclipse.jpt.common.core.utility.TextRange.Empty
 
getLength() - Method in interface org.eclipse.jpt.common.core.utility.TextRange
Return the length of the text.
getLength() - Method in class org.eclipse.jpt.common.utility.model.event.ListMoveEvent
Return the number of items moved.
getLength() - Method in interface org.eclipse.jpt.jpa.core.context.DiscriminatorColumn
Return the specified length if present, otherwise return the default length.
getLength() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
Return the specified length if present, otherwise return the default length.
getLength() - Method in interface org.eclipse.jpt.jpa.core.resource.java.CompleteColumnAnnotation
Corresponds to the 'length' element of the Column annotation.
getLength() - Method in interface org.eclipse.jpt.jpa.core.resource.java.DiscriminatorColumnAnnotation
Corresponds to the 'length' element of the DiscriminatorColumn annotation.
getLength() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlColumn
Returns the value of the 'Length' attribute.
getLength() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlDiscriminatorColumn
Returns the value of the 'Length' attribute.
getLength() - Method in interface org.eclipse.jpt.jpa.db.Column
If the column is a CharacterStringDataType, return its length; otherwise, return -1.
getLengthTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.CompleteColumnAnnotation
Return the TextRange for the 'length' element.
getLevel() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getLevel(String) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.logging.Logging2_0
 
getLibraryProvider() - Method in interface org.eclipse.jpt.common.core.libprov.JptLibraryProviderInstallOperationConfig
 
getLibraryValidators(JptLibraryProviderInstallOperationConfig) - Static method in class org.eclipse.jpt.common.core.JptCommonCorePlugin
 
getLineNumber() - Method in class org.eclipse.jpt.common.core.utility.TextRange.Empty
 
getLineNumber() - Method in interface org.eclipse.jpt.common.core.utility.TextRange
Return the line number of the text.
getLinkLabel() - Method in interface org.eclipse.jpt.jpa.ui.details.MappingUiDefinition
Returns a human readable text of the mapping type to be used in the mapping change link label
getList() - Method in class org.eclipse.jpt.common.utility.model.event.ListChangeEvent
Return the current state of the list.
getListName() - Method in class org.eclipse.jpt.common.utility.model.event.ListEvent
Return the programmatic name of the list that was changed.
getListSize() - Method in class org.eclipse.jpt.common.utility.model.event.ListChangeEvent
Return the number of items in the current state of the list.
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.AccessType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.DiscriminatorType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.EnumType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.FetchType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.GenerationType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.InheritanceType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.TemporalType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.v2_0.LockModeType_2_0
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitValidationModeType_2_0
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnitTransactionType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheCoordinationType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.ExistenceType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.IdValidationType_1_1
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.BatchFetchType_2_1
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.CacheKeyType_2_1
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTrackingType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetchType
 
getLiteral() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLockingType
 
getLoad() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlFetchGroup_2_1
Returns the value of the 'Load' attribute.
getLoad() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlFetchGroup
Returns the value of the 'Load' attribute.
getLob() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Lob'.
getLobTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
 
getLobTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping
Return the TextRange for the lob element.
getLobTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
 
getLobTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
 
getLobTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlVersion
 
getLobTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
 
getLocation() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
Corresponds to the XmlSchema annotation location element
getLocation() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Corresponds to the 'location' element of the XmlSchema annotation.
getLocationTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Return the TextRange for the 'location' element.
getLocationToInsertMappingFileRef() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
 
getLockMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.NamedQuery2_0
Return the specified lock mode if present, otherwise return the default lock mode.
getLockMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.NamedQuery2_0Annotation
Corresponds to the 'lockMode' element of the NamedQuery annotation.
getLockMode() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlNamedQuery_2_0
Returns the value of the 'Lock Mode' attribute.
getLockMode() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedQuery
Returns the value of the 'Lock Mode' attribute.
getLockModeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.NamedQuery2_0Annotation
Return the TextRange for the 'lockMode' element.
getLockModeType_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for enum 'Lock Mode Type 20'.
getLockTimeout() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.JpaOptions2_0
 
getLogFileLocation() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getLogger() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getLoggerClassName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logger
 
getLoggerFor(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logger
Return the Logger value corresponding to the given literal.
getLogging() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getManyToManys() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Many To Manys' containment reference list.
getManyToOnes() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Many To Ones' containment reference list.
getMapKey() - Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
 
getMapKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Map Key' containment reference.
getMapKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Map Key'.
getMapKey() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Map Key' containment reference.
getMapKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key' containment reference.
getMapKey_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getMapKeyAssociationOverrides() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlMapKeyAssociationOverrideContainer_2_0
Returns the value of the 'Map Key Association Overrides' containment reference list.
getMapKeyAssociationOverrides() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key Association Overrides' containment reference list.
getMapKeyAssociationOverrides() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Map Key Association Overrides' containment reference list.
getMapKeyAssociationOverrides() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Map Key Association Overrides' containment reference list.
getMapKeyAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CollectionMapping2_0
 
getMapKeyAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaCollectionMapping2_0
 
getMapKeyAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmCollectionMapping2_0
 
getMapKeyAttributeOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Map Key Attribute Overrides' containment reference list.
getMapKeyAttributeOverrides() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMapKeyAttributeOverrideContainer_2_0
Returns the value of the 'Map Key Attribute Overrides' containment reference list.
getMapKeyAttributeOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key Attribute Overrides' containment reference list.
getMapKeyClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CollectionMapping2_0
 
getMapKeyClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Map Key Class' containment reference.
getMapKeyClass() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Map Key Class' containment reference.
getMapKeyClass() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMultiRelationshipMapping_2_0
Returns the value of the 'Map Key Class' containment reference.
getMapKeyClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key Class' containment reference.
getMapKeyClassEnclosingTypeSeparator() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CollectionMapping2_0
Return the character to be used for browsing or creating the map key class IType.
getMapKeyColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CollectionMapping2_0
Return the map key column for this collection mapping.
getMapKeyColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Map Key Column' containment reference.
getMapKeyColumn() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Map Key Column' containment reference.
getMapKeyColumn() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMultiRelationshipMapping_2_0
Returns the value of the 'Map Key Column' containment reference.
getMapKeyColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key Column' containment reference.
getMapKeyConvert() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlCollectionMapping_2_0
Returns the value of the 'Map Key Convert' attribute.
getMapKeyConvert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key Convert' attribute.
getMapKeyConvert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Map Key Convert' attribute.
getMapKeyConvert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Map Key Convert' attribute.
getMapKeyEnumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Map Key Enumerated' attribute.
getMapKeyEnumerated() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Map Key Enumerated' attribute.
getMapKeyEnumerated() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMultiRelationshipMapping_2_0
Returns the value of the 'Map Key Enumerated' attribute.
getMapKeyEnumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key Enumerated' attribute.
getMapKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Map Key Join Columns' containment reference list.
getMapKeyJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Map Key Join Columns' containment reference list.
getMapKeyJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMultiRelationshipMapping_2_0
Returns the value of the 'Map Key Join Columns' containment reference list.
getMapKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key Join Columns' containment reference list.
getMapKeyTemporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Map Key Temporal' attribute.
getMapKeyTemporal() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Map Key Temporal' attribute.
getMapKeyTemporal() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMultiRelationshipMapping_2_0
Returns the value of the 'Map Key Temporal' attribute.
getMapKeyTemporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Map Key Temporal' attribute.
getMappedBy() - Method in interface org.eclipse.jpt.jaxb.eclipselink.core.resource.java.XmlInverseReferenceAnnotation
Corresponds to the 'mappedBy' element of the XmlInverseReference annotation.
getMappedBy() - Method in interface org.eclipse.jpt.jpa.core.resource.java.OwnableRelationshipMappingAnnotation
Corresponds to the 'mappedBy' element of the annotation.
getMappedBy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Mapped By' attribute.
getMappedBy() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlMappedByMapping
Returns the value of the 'Mapped By' attribute.
getMappedBy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOneToOne
Returns the value of the 'Mapped By' attribute.
getMappedByAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.MappedByRelationshipStrategy
Return the name of the attribute that maps the relationship.
getMappedByStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaMappedByRelationship
 
getMappedByStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.MappedByRelationship
Return the (never null) strategy used to configure the relationship's "mapped by" strategy.
getMappedByStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmMappedByRelationship
 
getMappedByTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.eclipselink.core.resource.java.XmlInverseReferenceAnnotation
Return the text range associated with the 'mappedBy' element.
getMappedByTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.OwnableRelationshipMappingAnnotation
Return the TextRange for the 'mappedBy' element.
getMappedByTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
 
getMappedByTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlMappedByMapping
 
getMappedByTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOneToOne
 
getMappedJavaSourceClassNames() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return only the names of those valid mapped (i.e.
getMappedSuperclasses() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Mapped Superclasses' containment reference list.
getMapping() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
Return the attribute's mapping.
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaMappingRelationship
 
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute
 
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentType
 
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmMappingRelationship
 
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentAttribute
Return an orm.xml mapping since the attribute is specified.
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentType
 
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyPersistentAttribute
A specified orm.xml attribute will return an orm.xml mapping, while a virtual attribute will return a Java mapping.
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
Return the persistent type's mapping.
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyAssociationOverride
 
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
Return the attribute's mapping.
getMapping() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyRelationship
Return the relationship's mapping; which for a mapping relationship is the relationship's parent, but in the case of an override is the overridden mapping (from a superclass or embeddable type).
getMapping() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.DerivedIdentity2_0
Return the associated single relationship mapping.
getMapping() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaDerivedIdentity2_0
 
getMapping() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmDerivedIdentity2_0
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaBasicMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEmbeddable
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEmbeddedIdMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEmbeddedMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaIdMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaManyToManyMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaManyToOneMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaMappedByRelationship
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaMappedSuperclass
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOneToManyMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOneToOneMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaRelationshipMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaSingleRelationshipMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTransientMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTypeMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVersionMapping
 
getMappingAnnotation() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaElementCollectionMapping2_0
 
getMappingAnnotationForUpdate() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaMappedByRelationship
 
getMappingFile() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.MappingFileRef
Return mapping file corresponding to the mapping file ref's file name.
getMappingFileRoot() - Method in interface org.eclipse.jpt.jpa.core.context.JpaContextNode
Return the mapping file root if the context node is within a mapping file.
getMappingFiles() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Mapping Files' containment reference list.
getMappingFileXmlResource(IPath) - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the XML resource model corresponding to the file with the specified runtime path if that file has the mapping file content type ("org.eclipse.jpt.jpa.core.content.mappingFile")
getMappingKey() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
Return the attribute's mapping key.
getMappingKey() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
 
getMappingKey() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
Return the attribute's mapping key.
getMappingKey() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEmbeddable
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEmbedded
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEmbeddedId
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlManyToMany
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlManyToOne
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlMappedSuperclass
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOneToMany
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOneToOne
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTransient
 
getMappingKey() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlVersion
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasicCollection
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasicMap
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTransformation
 
getMappingKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
 
getMapsId() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlSingleRelationshipMapping
Returns the value of the 'Maps Id' attribute.
getMapsId() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMapsId_2_0
Returns the value of the 'Maps Id' attribute.
getMapsIdDerivedIdentityStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.DerivedIdentity2_0
Return the mapping's "maps ID" strategy.
getMapsIdDerivedIdentityStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaDerivedIdentity2_0
 
getMapsIdDerivedIdentityStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmDerivedIdentity2_0
 
getMapsIdTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlSingleRelationshipMapping
 
getMapsIdTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlMapsId_2_0
Return the text range of the "maps-id" part of the XML document
getMetadataComplete() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTypeMapping
Returns the value of the 'Metadata Complete' attribute.
getMetadataComplete() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping
Returns the value of the 'Metadata Complete' attribute.
getMetamodelContainerFieldMapKeyTypeName(CollectionMapping) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition
 
getMetamodelContainerFieldMapKeyTypeName(CollectionMapping) - Method in class org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition.Null
 
getMetamodelContainerFieldMapKeyTypeName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ReadOnlyPersistentAttribute2_0
Return the name of the container map key type to be used in the metamodel field declaration corresponding to the attribute's mapping.
getMetamodelContainerFieldTypeName() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition
 
getMetamodelContainerFieldTypeName() - Method in class org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition.Null
 
getMetamodelContainerFieldTypeName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ReadOnlyPersistentAttribute2_0
Return the name of the container type to be used in the metamodel field declaration corresponding to the attribute's mapping.
getMetamodelField() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.AttributeMapping2_0
Return the Canonical Metamodel field corresponding to the mapping.
getMetamodelFieldMapKeyTypeName() - Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
 
getMetamodelFile() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelSourceType
Return the file generated as a result of the metamodel synchronization.
getMetamodelPackageFragmentRoot() - Method in interface org.eclipse.jpt.jpa.core.jpa2.JpaProject2_0
Return the package fragment root that holds the generated Canonical Metamodel.
getMetamodelSourceFolderName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.JpaProject2_0.Config
Return the name of the folder that holds the generated Canonical Metamodel.
getMetamodelSourceFolderName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.JpaProject2_0
Return the name of the folder that holds the generated Canonical Metamodel.
getMetamodelSourceFolderName(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the name of the metamodel source folder associated with the specified Eclipse project.
getMetamodelTypeName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.AttributeMapping2_0
Return the name of the mapping's type as used in the Canonical Metamodel.
getMetamodelTypeName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ReadOnlyPersistentAttribute2_0
Return the attribute's type name for the metamodel.
getMethod() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformerAnnotation
Corresponds to the 'method' element of the *Transformer annotation.
getMethod() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCloneCopyPolicy
Returns the value of the 'Method' attribute.
getMethodName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceMethod
The Java resource method's name does not change.
getMethodName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EventMethod
Returns the value of the 'Method Name' attribute.
getMethods(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.Type
Return the type's methods.
getMethods() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceType
Return the type's methods.
getMethodTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformerAnnotation
Return the TextRange for the 'method' element.
getMillisecond() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTimeOfDay
 
getMillisecond() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
Corresponds to the 'millisecond' element of the TimeOfDay annotation.
getMillisecond() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTimeOfDay
Returns the value of the 'Millisecond' attribute.
getMillisecondTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
Return the TextRange for the 'millisecond' element.
getMinute() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTimeOfDay
 
getMinute() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
Corresponds to the 'minute' element of the TimeOfDay annotation.
getMinute() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTimeOfDay
Returns the value of the 'Minute' attribute.
getMinuteTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
Return the TextRange for the 'minute' element.
getModelProvider() - Method in class org.eclipse.jpt.jpa.core.resource.JpaXmlResourceProviderEvent
 
getModifiedDeclaration(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotatedElement
Return the annotated element's "modified" declaration from the specified AST.
getModifiedDeclaration() - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotatedElement
Return the annotated element's "modified" declaration from a newly-generated AST.
getModifiers() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAttribute
 
getModifiers() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelField
 
getModifiers() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentAttribute
 
getModifySharedDocumentCommandExecutor() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the project-wide implementation of the CommandExecutor interface.
getModifySharedDocumentCommandExecutor() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceCompilationUnit
This allows the resource model to modify the Java source code on the UI thread when it is executing on another thread.
getModifySharedDocumentCommandExecutor() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the project-wide implementation of the CommandExecutor interface.
getModifySharedDocumentCommandExecutor() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceCompilationUnit
This allows the resource model to modify the Java source code on the UI thread when it is executing on another thread.
getMostRecentSupportedResourceType(IContentType) - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDefinition
Return the most recent resource type for the given content type supported by this platform
getMostRecentSupportedResourceType(IContentType) - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return the most recent supported JptResourceType for the given content type.
getMostRecentSupportedResourceType(IContentType) - Method in interface org.eclipse.jpt.jpa.core.JpaPlatformProvider
Return the most recent resource type for the given content type supported by this platform
getMultiReferenceMapKeyTypeName() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute
If the attribute's type is a map type, return the type parameter that can be used as a key type.
getMultiReferenceMapKeyTypeName(JavaResourcePersistentAttribute) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition
 
getMultiReferenceMapKeyTypeName(JavaResourcePersistentAttribute) - Method in class org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition.Null
 
getMultiReferenceTargetTypeName() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute
If the attribute's type is an appropriate "container" type, return the type parameter that can be used as a target type.
getMultiReferenceTargetTypeName(JavaResourcePersistentAttribute) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition
 
getMultiReferenceTargetTypeName(JavaResourcePersistentAttribute) - Method in class org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition.Null
 
getMutable() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkBasicMapping
 
getMutable() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkIdMapping
 
getMutable() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkVersionMapping
 
getMutable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Mutable' attribute.
getMutable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Mutable' attribute.
getMutable() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMutable
Returns the value of the 'Mutable' attribute.
getMutable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Mutable' attribute.
getMutableTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
 
getMutableTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
 
getMutableTextRange() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMutable
Return the TextRange for the mutable attibute.
getMutableTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
 
getName() - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotatedElement
 
getName() - Method in interface org.eclipse.jpt.common.core.utility.jdt.EnumConstant
 
getName() - Method in interface org.eclipse.jpt.common.utility.MethodSignature
Return the method's name.
getName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
 
getName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
Return the method name
getName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbEnumConstant
Return the name of the enum constant.
getName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackage
The package name.
getName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
Return the name of the attribute.
getName() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
 
getName() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlRootElement
Return the specified name or the default type name if it is not specified
getName() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchemaType
name
getName() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the JAXB project's name, which is the same as the associated Eclipse project's name.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceEnumConstant
The Java resource enum constant's name does not change.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceMember
 
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourcePackage
The Java resource persistent package's name.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JaxbContainmentAnnotation
Corresponds to the 'name' element of the XmlAttribute annotation.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Corresponds to the 'name' element of the XmlElementDecl annotation.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefAnnotation
Corresponds to the 'name' element of the XmlElementRef annotation.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementWrapperAnnotation
Corresponds to the 'name' element of the XmlElementWrapper annotation.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlRootElementAnnotation
Corresponds to the 'name' element of the XmlRootElement annotation.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaTypeAnnotation
Corresponds to the 'name' element of the XmlSchemaType annotation.
getName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Corresponds to the 'name' element of the XmlType annotation.
getName() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdFeature
 
getName() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdTypeDefinition
 
getName() - Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
Return the mapping's name, which corresponds to the name of the associated attribute.
getName() - Method in interface org.eclipse.jpt.jpa.core.context.JpaNamedContextNode
 
getName() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's name.
getName() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit.Property
 
getName() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
Return the persistent type's [fully-qualified] name.
getName() - Method in interface org.eclipse.jpt.jpa.core.context.QueryHint
 
getName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn
Return the specified name if present, otherwise return the default name.
getName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyOverride
 
getName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
 
getName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
Return the specified name if present, otherwise return the default name.
getName() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return the name, specified or default if not specified.
getName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelField
 
getName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelSourceType
Return the source type's name.
getName() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the JPA project's name, which is the same as the associated Eclipse project's name.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseTableAnnotation
Corresponds to the 'name' element of the *Table annotation.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.EntityAnnotation
Corresponds to the 'name' element of the Entity annotation.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratorAnnotation
Corresponds to the 'name' element of the *Generator annotation.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePackage
The Java resource persistent package's name.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentAttribute
The Java resource persistent attribute's name does not change.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentType
Return the unqualified (short) type name.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.MapKeyAnnotation
Corresponds to the 'name' element of the MapKey annotation.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedColumnAnnotation
Corresponds to the 'name' element of the *Column annotation.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.OverrideAnnotation
Corresponds to the 'name' element of the override annotations.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryAnnotation
Corresponds to the 'name' element of the *Query annotation.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryHintAnnotation
Corresponds to the 'name' element of the QueryHint annotation.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlAttributeMapping
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlNamedColumn
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTable
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.AccessType
 
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.ColumnResult
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.DiscriminatorType
 
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.EnumType
 
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.FetchType
 
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.FieldResult
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.GenerationType
 
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.InheritanceType
 
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.MapKey
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.SqlResultSetMapping
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.TemporalType
 
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.v2_0.LockModeType_2_0
 
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlUniqueConstraint_2_0
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAssociationOverride
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeOverride
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlGenerator
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedNativeQuery
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedQuery
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlOverride
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlQuery
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlQueryHint
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSequenceGenerator
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlUniqueConstraint
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0
 
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitValidationModeType_2_0
 
getName() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnitTransactionType
 
getName() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlProperty
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.db.DatabaseObject
Return the database object's name.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConverter
 
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Entity
 
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Entity
 
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkNamedConverterAnnotation
Corresponds to the 'name' element of the *Converter annotation.
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheCoordinationType
 
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheType
 
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.ExistenceType
 
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.IdValidationType_1_1
 
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0
 
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.BatchFetchType_2_1
 
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.CacheKeyType_2_1
 
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlFetchAttribute_2_1
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlFetchGroup_2_1
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlHashPartitioning_2_2
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlIndex_2_2
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioning_2_2
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPinnedPartitioning_2_2
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlRangePartitioning_2_2
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlReplicationPartitioning_2_2
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlRoundRobinPartitioning_2_2
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlUnionPartitioning_2_2
Returns the value of the 'Name' attribute.
getName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlValuePartitioning_2_2
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTrackingType
 
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection
 
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlFetchAttribute
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlFetchGroup
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlHashPartitioning
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlIndex
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetchType
 
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedConverter
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedStoredProcedureQuery
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLockingType
 
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPartitioning
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPinnedPartitioning
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlProperty
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlRangePartitioning
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlReplicationPartitioning
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlRoundRobinPartitioning
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlStoredProcedureParameter
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlUnionPartitioning
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlValuePartitioning
Returns the value of the 'Name' attribute.
getNamedNativeQueries() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Named Native Queries' containment reference list.
getNamedNativeQueries() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Named Native Queries' containment reference list.
getNamedNativeQueries() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlQueryContainer
Returns the value of the 'Named Native Queries' containment reference list.
getNamedNativeQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Named Native Queries' containment reference list.
getNamedQueries() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Named Queries' containment reference list.
getNamedQueries() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Named Queries' containment reference list.
getNamedQueries() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlQueryContainer
Returns the value of the 'Named Queries' containment reference list.
getNamedQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Named Queries' containment reference list.
getNamedStoredProcedureQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Named Stored Procedure Queries' containment reference list.
getNamedStoredProcedureQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Named Stored Procedure Queries' containment reference list.
getNamedStoredProcedureQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Named Stored Procedure Queries' containment reference list.
getNamedStoredProcedureQueries() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryContainer
Returns the value of the 'Named Stored Procedure Queries' containment reference list.
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
 
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
Corresponds to the XmlElementDecl annotation 'namespace' element
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackage
Return the namespace associated with this package, default or specified
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
Return the specified xml type namespace or the default namespace if it is not specified
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
 
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlRootElement
Return the specified namespace or the default namespace if it is not specified
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
Return the specified namespace or "" (default value)
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchemaType
Corresponds to the XmlSchemaType annotation 'namespace' element
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JaxbContainmentAnnotation
Corresponds to the 'namespace' element of the XmlAttribute annotation.
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Corresponds to the 'namespace' element of the XmlElementDecl annotation.
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefAnnotation
Corresponds to the 'namespace' element of the XmlElementRef annotation.
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementWrapperAnnotation
Corresponds to the 'namespace' element of the XmlElementWrapper annotation.
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlRootElementAnnotation
Corresponds to the 'namespace' element of the XmlRootElement annotation.
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Corresponds to the 'namespace' element of the XmlSchema annotation.
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaTypeAnnotation
Corresponds to the 'namespace' element of the XmlSchemaType annotation.
getNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Corresponds to the 'namespace' element of the XmlType annotation.
getNamespaceProposals(Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getNamespaces() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JaxbContainmentAnnotation
Return the TextRange for the 'namespace' element.
getNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Return the TextRange for the 'namespace' element.
getNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefAnnotation
Return the TextRange for the 'namespace' element.
getNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementWrapperAnnotation
Return the TextRange for the 'namespace' element.
getNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlRootElementAnnotation
Return the TextRange for the 'namespace' element.
getNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Return the TextRange for the 'namespace' element.
getNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaTypeAnnotation
Return the TextRange for the 'namespace' element.
getNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Return the TextRange for the 'namespace' element.
getNamespaceURI() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlNs
 
getNamespaceURI() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlNsAnnotation
Corresponds to the 'namespaceURI' element of the XmlNs annotation.
getNamespaceURITextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlNsAnnotation
Return the TextRange for the 'namespace' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotatedElement
Return the annotated element's name text range from the specified AST.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAnnotatedElement
Return the text range for the member's name.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JaxbContainmentAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementWrapperAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlRootElementAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaTypeAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaGenerator
 
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaNamedColumn
Return the (best guess) text location of the column's name.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverride
Return the (best guess) text location of the override's name.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaQuery
 
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTable
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmGenerator
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedColumn
Return the (best guess) text location of the column's name.
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverride
Return the (best guess) text location of the override's name.
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmQuery
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTable
 
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseTableAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.EntityAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratorAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceAnnotatedElement
Return the text range for the member's name.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.MapKeyAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedColumnAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.OverrideAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryAnnotation
Return the TextRange for the 'name' element.
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryHintAnnotation
Return the TextRange for the 'name' element.
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlAttributeMapping
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlNamedColumn
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTable
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTypeMapping
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAssociationOverride
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeOverride
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlGenerator
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedNativeQuery
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedQuery
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlOverride
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlQuery
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSequenceGenerator
 
getNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
 
getNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping
 
getNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkNamedConverterAnnotation
Return the TextRange for the 'name' element.
getNameTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedConverter
 
getNativeSql() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getNavigatorProvider() - Method in interface org.eclipse.jpt.jpa.ui.JpaPlatformUi
Return the JpaNavigatorProvider for this platform, which determines Project Explorer content and look
getNavigatorUi() - Method in interface org.eclipse.jpt.jaxb.ui.platform.JaxbPlatformUi
Return the JaxbNavigatorUi for this platform, which determines Project Explorer content
getNestableAnnotationDefinitions() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDefinition
 
getNestableAnnotationName(String) - Method in interface org.eclipse.jpt.jaxb.core.AnnotationProvider
 
getNestableAnnotationName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.NestableAnnotationDefinition
Return the name of the annotation the definition will build in the various #build...(...) methods.
getNestableAnnotationNames() - Method in interface org.eclipse.jpt.jaxb.core.AnnotationProvider
 
getNestableElementName(String) - Method in interface org.eclipse.jpt.jaxb.core.AnnotationProvider
 
getNestedAnnotationName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AnnotationContainer
Return the name of the nested annotations held by the container.
getNestedAnnotations() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AnnotationContainer
Return the nested annotations held by the container.
getNestedAnnotationsSize() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AnnotationContainer
Return the number of nested annotations held by the container.
getNewItems() - Method in class org.eclipse.jpt.common.utility.model.event.ListReplaceEvent
Return the new items that replaced the old items in the list.
getNewValue() - Method in class org.eclipse.jpt.common.utility.model.event.PropertyChangeEvent
Return the new value of the property.
getNillable() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementAnnotation
Corresponds to the 'nillable' element of the XmlElement annotation.
getNillable() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementWrapperAnnotation
Corresponds to the 'nillable' element of the XmlElementWrapper annotation.
getNillableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementAnnotation
Return the TextRange for the 'nillable' element.
getNillableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementWrapperAnnotation
Return the TextRange for the 'nillable' element.
getNodeEndOffset() - Method in class org.eclipse.jpt.jpa.core.resource.xml.AbstractJpaEObject
 
getNodes() - Method in class org.eclipse.jpt.common.utility.model.event.TreeChangeEvent
Return the current nodes in the changed tree.
getNodesSize() - Method in class org.eclipse.jpt.common.utility.model.event.TreeChangeEvent
Return the current nodes in the changed tree.
getNonJtaDataSource() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's non-JTA data source.
getNonJtaDataSource() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Non Jta Data Source' attribute.
getNonNullAnnotation(String) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAnnotatedElement
Return the specified annotation.
getNonNullAnnotation(String) - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceAnnotatedElement
Return the annotation with the specified name.
getNonNullColumn() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AttributeOverrideAnnotation
 
getNonNullColumn() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkWriteTransformerAnnotation
Return a ColumnAnnotation, but do not return null if the 'column' element does not exist on the WriteTransformer annotation.
getNonNullJoinTable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.AssociationOverride2_0Annotation
 
getNonPrimaryKeyBaseColumns() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return the foreign key's base columns that are not part of the base table's primary key.
getNonResourceFiles() - Method in class org.eclipse.jpt.jpa.core.resource.AbstractXmlResourceProvider
 
getNonResourceInconsistentFiles() - Method in class org.eclipse.jpt.jpa.core.resource.AbstractXmlResourceProvider
 
getNullable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OrderColumn2_0Annotation
Corresponds to the 'nullable' element of the OrderColumn annotation.
getNullable() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Corresponds to the 'nullable' element of the *Column annotation.
getNullable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlColumn
Returns the value of the 'Nullable' attribute.
getNullable() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlOrderColumn_2_0
Returns the value of the 'Nullable' attribute.
getNullable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOrderColumn
Returns the value of the 'Nullable' attribute.
getNullableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OrderColumn2_0Annotation
Return the TextRange for the 'nullable' element.
getNullableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Return the TextRange for the 'nullable' element.
getObjectType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkObjectTypeConverter
 
getObjectType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTypeConverter
 
getObjectType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.BaseEclipseLinkTypeConverterAnnotation
Corresponds to the 'objectType' element of the TypeConverter annotation.
getObjectType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlObjectTypeConverter
Returns the value of the 'Object Type' attribute.
getObjectType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTypeConverter
Returns the value of the 'Object Type' attribute.
getObjectTypeConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.java.JavaEclipseLinkConverterContainer
 
getObjectTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Object Type Converter' containment reference.
getObjectTypeConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConverterHolder
Returns the value of the 'Object Type Converter' containment reference.
getObjectTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Object Type Converter' containment reference.
getObjectTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Object Type Converter' containment reference.
getObjectTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Object Type Converter' containment reference.
getObjectTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Object Type Converter' containment reference.
getObjectTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Object Type Converter' containment reference.
getObjectTypeConverters() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConvertersHolder
Returns the value of the 'Object Type Converters' containment reference list.
getObjectTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Object Type Converters' containment reference list.
getObjectTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Object Type Converters' containment reference list.
getObjectTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Object Type Converters' containment reference list.
getObjectTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Object Type Converters' containment reference list.
getObjectTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Object Type Converters' containment reference list.
getObjectTypeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.BaseEclipseLinkTypeConverterAnnotation
Return the TextRange for the 'objectType' element.
getObjectValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConversionValue
 
getObjectValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConversionValueAnnotation
Corresponds to the 'objectValue' element of the ConversionValue annotation.
getObjectValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConversionValue
Returns the value of the 'Object Value' attribute.
getObjectValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConversionValueAnnotation
Return the TextRange for the 'objectValue' element.
getObjectValueTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConversionValue
 
getOffset() - Method in class org.eclipse.jpt.common.core.utility.TextRange.Empty
 
getOffset() - Method in interface org.eclipse.jpt.common.core.utility.TextRange
Returns the offset of the text.
getOldItems() - Method in class org.eclipse.jpt.common.utility.model.event.ListReplaceEvent
Return the old items that were replaced by the new items in the list.
getOldValue() - Method in class org.eclipse.jpt.common.utility.model.event.PropertyChangeEvent
Return the old value of the property.
getOneToManys() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'One To Manys' containment reference list.
getOneToOnes() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'One To Ones' containment reference list.
getOptimisticLocking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Optimistic Locking' containment reference.
getOptimisticLocking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Optimistic Locking' containment reference.
getOptional() - Method in interface org.eclipse.jpt.jaxb.eclipselink.core.resource.java.XmlTransformationAnnotation
Corresponds to the 'optional' element of the XmlTransformation annotation.
getOptional() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BasicAnnotation
Corresponds to the 'optional' element of the Basic annotation.
getOptional() - Method in interface org.eclipse.jpt.jpa.core.resource.java.SingleRelationshipMappingAnnotation
Corresponds to the optional element of a single relationship annotation.
getOptional() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlSingleRelationshipMapping
Returns the value of the 'Optional' attribute.
getOptional() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
Returns the value of the 'Optional' attribute.
getOptional() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformationAnnotation
Corresponds to the 'optional' element of the Transformation annotation.
getOptionalTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.eclipselink.core.resource.java.XmlTransformationAnnotation
Return the text range associated with the 'optional' element.
getOptionalTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BasicAnnotation
Return the TextRange for the 'optional' element.
getOptionalTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.SingleRelationshipMappingAnnotation
Return the TextRange for the optional element.
getOptionalTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformationAnnotation
Return the TextRange for the 'optional' element.
getOptions() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
 
getOptions() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getOrderable() - Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
 
getOrderable() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaCollectionMapping
 
getOrderable() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmCollectionMapping
 
getOrderBy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Order By' attribute.
getOrderBy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Order By' attribute.
getOrderBy() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlOrderable
Returns the value of the 'Order By' attribute.
getOrderColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaOrderable2_0
 
getOrderColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.Orderable2_0
 
getOrderColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmOrderable2_0
 
getOrderColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlMultiRelationshipMapping
Returns the value of the 'Order Column' containment reference.
getOrderColumn() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlOrderable_2_0
Returns the value of the 'Order Column' containment reference.
getOrderColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Order Column' containment reference.
getOrderCorrectionType_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for enum 'Order Correction Type 20'.
getOrmAccessType() - Method in enum org.eclipse.jpt.jpa.core.context.AccessType
 
getOrmDiscriminatorType() - Method in enum org.eclipse.jpt.jpa.core.context.DiscriminatorType
 
getOrmEntities() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return all the entities defined in both the implied and specified mapping files of a persistence unit
getOrmEnumType() - Method in enum org.eclipse.jpt.jpa.core.context.EnumType
 
getOrmFactory() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the factory that creates the instances of the model.
getOrmFetchType() - Method in enum org.eclipse.jpt.jpa.core.context.FetchType
 
getOrmGenerationType() - Method in enum org.eclipse.jpt.jpa.core.context.GenerationType
 
getOrmInheritanceType() - Method in enum org.eclipse.jpt.jpa.core.context.InheritanceType
 
getOrmLockModeType() - Method in enum org.eclipse.jpt.jpa.core.jpa2.context.LockModeType2_0
 
getOrmMappedClassNames() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the class names of all the mapped orm classes cross the persistent unit
getOrmPackage() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmFactory
 
getOrmTemporalType() - Method in enum org.eclipse.jpt.jpa.core.context.TemporalType
 
getOrmV2_0Factory() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the factory that creates the instances of the model.
getOrmV2_0Package() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Factory
 
getOrphanRemoval() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaOrphanRemovalHolder2_0
 
getOrphanRemoval() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmOrphanRemovalHolder2_0
 
getOrphanRemoval() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.OrphanRemovalHolder2_0
 
getOrphanRemoval() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OwningRelationshipMapping2_0Annotation
Corresponds to the orphanRemoval element of a OneToMany or OneToOne annotation.
getOrphanRemoval() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlOrphanRemovable_2_0
Returns the value of the 'Orphan Removal' attribute.
getOrphanRemoval() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOneToMany
Returns the value of the 'Orphan Removal' attribute.
getOrphanRemoval() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOneToOne
Returns the value of the 'Orphan Removal' attribute.
getOrphanRemovalTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OwningRelationshipMapping2_0Annotation
Return the TextRange for the orphanRemoval element.
getOutputMode() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
getOverridableTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer
Return the type mapping that contains the attributes/associations to be overridden.
getOverridableTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer.Owner
Return the type mapping that contains the attributes/associations to be overridden.
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualColumn
The overridden column can be either a Java join column or an orm.xml join column; so we don't change the return type here.
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinColumn
The overridden join column can be either a Java join column or an orm.xml join column; so we don't change the return type here.
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualColumn
The overridden column can be either a Java join column or an orm.xml join column; so we don't change the return type here.
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinColumn
The overridden join column can be either a Java join column or an orm.xml join column; so we don't change the return type here.
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualPrimaryKeyJoinColumn
 
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualBaseColumn
 
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualBaseJoinColumn
 
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualColumn
 
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinColumn
 
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualNamedColumn
Return the virtual column's wrapped column.
getOverriddenColumn() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualPrimaryKeyJoinColumn
 
getOverriddenTable() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualSecondaryTable
 
getOverriddenTable() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinTable
 
getOverriddenTable() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualReferenceTable
 
getOverriddenTable() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualSecondaryTable
 
getOverriddenTable() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualTable
 
getOverriddenUniqueConstraint() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualUniqueConstraint
The overridden unique constraint can be either a Java unique constraint or an orm.xml unique constraint; so we don't change the return type here.
getOverriddenUniqueConstraint() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualUniqueConstraint
The overridden unique constraint can be either a Java unique constraint or an orm.xml unique constraint; so we don't change the return type here.
getOverriddenUniqueConstraint() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualUniqueConstraint
Return the wrapped unique constraint.
getOverrideAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAssociationOverride
 
getOverrideAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeOverride
 
getOverrideAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverride
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.AssociationOverrideContainer
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.AttributeOverrideContainer
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAssociationOverrideContainer
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeOverrideContainer
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAssociationOverrideContainer
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeOverrideContainer
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideContainer
 
getOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer
Return the override with the specified name, whether specified or virtual.
getOverridePersistentTypeAccess() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType.Owner
Return the access type that overrides the client persistent type's access type; null if there is no such access override.
getOwnerDefaultAccess() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
Return the client persistent type's default access type; null if there is no such access default.
getOwnerOverrideAccess() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
Return the access type that overrides the client persistent type's access type; null if there is no such access override.
getOwningPersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyPersistentAttribute
 
getOwningPersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
Return the persistent type that owns (declares) the attribute.
getOwningTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyPersistentAttribute
 
getOwningTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
Return the attribute's owning persistent type's mapping (as opposed to the attribute's target type's mapping).
getPackage(String) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the package with the given name
getPackage() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourcePackageInfoCompilationUnit
 
getPackage() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
"The package subelement specifies the package of the classes listed within the subelements and attributes of the same mapping file only.
getPackage() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePackageInfoCompilationUnit
 
getPackage() - Static method in class org.eclipse.jpt.jpa.core.resource.orm.OrmFactory
Deprecated.  
getPackage() - Static method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Factory
Deprecated.  
getPackage() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Package' attribute.
getPackage() - Static method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistenceFactory
Deprecated.  
getPackage() - Static method in class org.eclipse.jpt.jpa.core.resource.persistence.v2_0.PersistenceV2_0Factory
Deprecated.  
getPackage() - Static method in class org.eclipse.jpt.jpa.core.resource.xml.CommonFactory
Deprecated.  
getPackage() - Static method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmFactory
Deprecated.  
getPackage() - Static method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Factory
Deprecated.  
getPackage() - Static method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Factory
Deprecated.  
getPackage() - Static method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Factory
Deprecated.  
getPackage() - Static method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Factory
Deprecated.  
getPackageAnnotationDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaAnnotationDefinitionProvider
Return all annotation definitions which can appear on a package.
getPackageFragments() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourcePackageFragmentRoot
Return the package fragment root's package fragments.
getPackageFragmentsSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourcePackageFragmentRoot
Return the size of the package fragment root's package fragments.
getPackageInfo() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackage
The optional package-info
getPackageName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbType
Return the name of the type's package.
getPackageName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType
Return the package name.
getPackageName() - Method in interface org.eclipse.jpt.jaxb.core.resource.jaxbindex.JaxbIndexResource
 
getPackageName() - Method in interface org.eclipse.jpt.jaxb.core.resource.jaxbprops.JaxbPropertiesResource
 
getPackageName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentType
Return the package name.
getPackages() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
The set of packages.
getPackagesSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
 
getPageImageDescriptor() - Method in interface org.eclipse.jpt.jpa.ui.details.JpaPageComposite
The image of the tab showing this page.
getPageText() - Method in interface org.eclipse.jpt.jpa.ui.details.JpaPageComposite
The text of the tab showing this page.
getParameters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedStoredProcedureQuery
Returns the value of the 'Parameters' containment reference list.
getParametersSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceMethod
 
getParameterTypeNames() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceMethod
 
getParameterTypes() - Method in interface org.eclipse.jpt.common.utility.MethodSignature
Return the method's parameter types.
getParent() - Method in interface org.eclipse.jpt.common.ui.jface.TreeItemContentProvider
Return the parent of the represented item
getParent() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping
 
getParent() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentAttribute
 
getParent() - Method in interface org.eclipse.jpt.jaxb.core.JaxbNode
Return the JAXB node's parent.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.Converter
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMapping
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaConverter
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOrderable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaSecondaryTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.JoinTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFile
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitDefaults
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitMetadata
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFileRoot
covariant override
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.Orderable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmConverter
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOrderable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideContainer
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitMetadata
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentType
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmSecondaryTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.MappingFileRef
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.Persistence
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Covariant override.
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit.Property
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlySecondaryTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinTable
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CollectionTable2_0
 
getParent() - Method in interface org.eclipse.jpt.jpa.core.JpaNode
Return the JPA node's parent.
getParent() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceNode
Return the node's parent node.
getParent() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentAttribute
 
getParent() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConversionValue
 
getParent() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Entity
 
getParent() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Entity
 
getParentClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlEntity_2_1
Returns the value of the 'Parent Class' attribute.
getParentClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlMappedSuperclass_2_1
Returns the value of the 'Parent Class' attribute.
getParentClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEmbeddable_2_2
Returns the value of the 'Parent Class' attribute.
getParentClass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Parent Class' attribute.
getParentClass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Parent Class' attribute.
getParentClass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Parent Class' attribute.
getParentEntity() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
The first parent in the class hierarchy that is an entity.
getPartitioned() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Partitioned' attribute.
getPartitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Partitioned' attribute.
getPartitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Partitioned' attribute.
getPartitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Partitioned' attribute.
getPartitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Partitioned' attribute.
getPartitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Partitioned' attribute.
getPartitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Partitioned' attribute.
getPartitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Partitioned' attribute.
getPartitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Partitioned' attribute.
getPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntityMappings_2_2
Returns the value of the 'Partitioning' containment reference list.
getPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Partitioning' containment reference.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Partitioning' containment reference.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Partitioning' containment reference.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Partitioning' containment reference list.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Partitioning' containment reference.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Partitioning' containment reference.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Partitioning' containment reference.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Partitioning' containment reference.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Partitioning' containment reference.
getPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Partitioning' containment reference.
getPassword() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0
 
getPassword() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getPath() - Method in class org.eclipse.jpt.common.utility.model.event.TreeAddEvent
Return the path to the part of the tree that was added.
getPath() - Method in class org.eclipse.jpt.common.utility.model.event.TreeRemoveEvent
Return the path to the part of the tree that was removed.
getPersistedTypes() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourcePackageFragment
Return the package fragment's Java persistent types.
getPersistence() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceXml
Return the content represented by the root of the persistence.xml file.
getPersistenceFactory() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the factory that creates the instances of the model.
getPersistencePackage() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistenceFactory
 
getPersistenceUnit() - Method in interface org.eclipse.jpt.jpa.core.context.JpaContextNode
Return the persistence unit if the context node is within a persistence unit.
getPersistenceUnit() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnitProperties
Return the PersistenceUnit of this Properties.
getPersistenceUnitDefaults() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitMetadata
Return the persistence unit defaults held by the mapping file.
getPersistenceUnitDefaults() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitMetadata
 
getPersistenceUnitDefaults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPersistenceUnitMetadata
Returns the value of the 'Persistence Unit Defaults' containment reference.
getPersistenceUnitMetadata() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFileRoot
Return the metadata defined within the mapping file for the persistence unit.
getPersistenceUnitMetadata() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
Covariant override.
getPersistenceUnitMetadata() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.MappingFileRef
Return the mapping file's persistence unit metadata.
getPersistenceUnitMetadata() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Persistence Unit Metadata' containment reference.
getPersistenceUnits() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistence
Returns the value of the 'Persistence Units' containment reference list.
getPersistenceV2_0Factory() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.v2_0.PersistenceV2_0Package
Returns the factory that creates the instances of the model.
getPersistenceV2_0Package() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.v2_0.PersistenceV2_0Factory
 
getPersistenceXml() - Method in interface org.eclipse.jpt.jpa.core.context.JpaRootContextNode
Return the content represented by the persistence.xml file associated with the root context node's JPA project.
getPersistenceXmlResource() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the XML resource model corresponding to the file with runtime path META-INF/persistence.xml if that file has the persistence content type ("org.eclipse.jpt.jpa.core.content.persistence").
getPersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
Return the mapping's attribute (typically its parent node in the containment hierarchy).
getPersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMapping
 
getPersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
 
getPersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyReferenceTable
 
getPersistentClass(String) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the persistent class with the given fully qualified name
getPersistentClasses() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
The set of persistent classes.
getPersistentClasses(JaxbPackage) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the set of persistent classes that are in the given package
getPersistentEnum(String) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the persistent enum with the given fully qualified name
getPersistentEnums() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
The set of persistent enums.
getPersistentEnums(JaxbPackage) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the set of persistent enums that are in the given package
getPersistentType() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceClassFile
Return the class file's persistent type.
getPersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTypeMapping
 
getPersistentType(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getPersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
 
getPersistentType(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmXml
 
getPersistentType(String) - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistentTypeContainer
Return the persistent type with the specified name.
getPersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
 
getPersistentType() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceClassFile
Return the class file's persistent type.
getPersistentTypes() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
Covariant override.
getPersistentTypes() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistentTypeContainer
Return the container's persistent types.
getPersistentTypesSize() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getPinnedPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntityMappings_2_2
Returns the value of the 'Pinned Partitioning' containment reference list.
getPinnedPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Pinned Partitioning' containment reference.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Pinned Partitioning' containment reference.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Pinned Partitioning' containment reference.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Pinned Partitioning' containment reference list.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Pinned Partitioning' containment reference.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Pinned Partitioning' containment reference.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Pinned Partitioning' containment reference.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Pinned Partitioning' containment reference.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Pinned Partitioning' containment reference.
getPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Pinned Partitioning' containment reference.
getPkColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
Return the specified primary key colum name if present, otherwise return the default primary key colum name.
getPkColumnName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'pkColumnName' element of the TableGenerator annotation.
getPkColumnName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Pk Column Name' attribute.
getPkColumnNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Return the TextRange for the 'pkColumnName' element.
getPkColumnValue() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
Return the specified primary key colum value if present, otherwise return the default primary key colum value.
getPkColumnValue() - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'pkColumnValue' element of the TableGenerator annotation.
getPkColumnValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Pk Column Value' attribute.
getPkColumnValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Return the TextRange for the 'pkColumnValue' element.
getPlatform() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the vendor-specific JAXB platform that builds the JAXB project and its contents.
getPlatformDefinition() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject.Config
Return the JAXB platform definition to be associated with the new JAXB project.
getPlatformFile(IProject, IPath) - Static method in class org.eclipse.jpt.common.core.JptCommonCorePlugin
 
getPlatformFile(IPath) - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return an IFile that best represents the given runtime location
getPlatforms() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformGroupDescription
 
getPlatforms() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformGroupDescription
 
getPluginId() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDescription
 
getPluginId() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformGroupDescription
 
getPluginId() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription
 
getPluginId() - Method in interface org.eclipse.jpt.jpa.core.platform.JpaPlatformGroupDescription
 
getPossiblePrefix() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer
JPA 2.0
getPossiblePrefix() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer.Owner
JPA 2.0
getPostLoad() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Post Load' containment reference.
getPostLoad() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Post Load'.
getPostLoad() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Post Load' containment reference.
getPostLoad() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlEventMethodContainer
Returns the value of the 'Post Load' containment reference.
getPostPersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Post Persist' containment reference.
getPostPersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Post Persist'.
getPostPersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Post Persist' containment reference.
getPostPersist() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlEventMethodContainer
Returns the value of the 'Post Persist' containment reference.
getPostRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Post Remove' containment reference.
getPostRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Post Remove'.
getPostRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Post Remove' containment reference.
getPostRemove() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlEventMethodContainer
Returns the value of the 'Post Remove' containment reference.
getPostUpdate() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Post Update' containment reference.
getPostUpdate() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Post Update'.
getPostUpdate() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Post Update' containment reference.
getPostUpdate() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlEventMethodContainer
Returns the value of the 'Post Update' containment reference.
getPrecision() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
Return the specified precision if present, otherwise return the default precision.
getPrecision() - Method in interface org.eclipse.jpt.jpa.core.resource.java.CompleteColumnAnnotation
Corresponds to the 'precision' element of the Column annotation.
getPrecision() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlColumn
Returns the value of the 'Precision' attribute.
getPrecision() - Method in interface org.eclipse.jpt.jpa.db.Column
Return the column's precision if it is a NumericalDataType; otherwise, return -1.
getPrecisionTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.CompleteColumnAnnotation
Return the TextRange for the 'precision' element.
getPredominantDerivedIdentityStrategy() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.DerivedIdentity2_0
Return the mapping's predominant strategy.
getPrefix() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlNs
 
getPrefix() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlNsAnnotation
Corresponds to the 'prefix' element of the XmlNs annotation.
getPrefixTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlNsAnnotation
Return the TextRange for the 'prefix' element.
getPrePersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Pre Persist' containment reference.
getPrePersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Pre Persist'.
getPrePersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Pre Persist' containment reference.
getPrePersist() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlEventMethodContainer
Returns the value of the 'Pre Persist' containment reference.
getPreRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Pre Remove' containment reference.
getPreRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Pre Remove'.
getPreRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Pre Remove' containment reference.
getPreRemove() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlEventMethodContainer
Returns the value of the 'Pre Remove' containment reference.
getPreUpdate() - Method in class org.eclipse.jpt.jpa.core.resource.orm.EntityListener
Returns the value of the 'Pre Update' containment reference.
getPreUpdate() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Pre Update'.
getPreUpdate() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Pre Update' containment reference.
getPreUpdate() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlEventMethodContainer
Returns the value of the 'Pre Update' containment reference.
getPrimaryDbTable() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return the type mapping's primary database table.
getPrimaryJavaNodes(ICompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return all types/package infos that are primary context objects for the given compilation unit
getPrimaryKey() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.XmlEntity_1_1
Returns the value of the 'Primary Key' containment reference.
getPrimaryKey() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.XmlMappedSuperclass_1_1
Returns the value of the 'Primary Key' containment reference.
getPrimaryKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Primary Key' containment reference.
getPrimaryKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Primary Key' containment reference.
getPrimaryKeyColumn() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the table's single primary key column.
getPrimaryKeyColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
If the mapping is for a primary key column, return the column's name, otherwise return null.
getPrimaryKeyColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
Return the name of the entity's primary key column.
getPrimaryKeyColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
If the attribute is mapped to a primary key column, return the column's name, otherwise return null.
getPrimaryKeyColumns() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the table's primary key columns.
getPrimaryKeyColumnsSize() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the number of primary key columns the table contains.
getPrimaryKeyJavaType() - Method in interface org.eclipse.jpt.jpa.db.Column
Return a Java type that is reasonably similar to the column's data type and suitable for use as a primary key field.
getPrimaryKeyJavaTypeDeclaration() - Method in interface org.eclipse.jpt.jpa.db.Column
Return a Java type declaration that is reasonably similar to the column's data type and suitable for use as a primary key field.
getPrimaryKeyJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPrimaryKeyJoinColumnRelationshipStrategy
 
getPrimaryKeyJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPrimaryKeyJoinColumnRelationshipStrategy
 
getPrimaryKeyJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.PrimaryKeyJoinColumnRelationshipStrategy
Return the primary key join column at the specified index.
getPrimaryKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Primary Key Join Columns' containment reference list.
getPrimaryKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOneToOne
Returns the value of the 'Primary Key Join Columns' containment reference list.
getPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlPrimaryKeyJoinColumnContainer
Returns the value of the 'Primary Key Join Columns' containment reference list.
getPrimaryKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSecondaryTable
Returns the value of the 'Primary Key Join Columns' containment reference list.
getPrimaryKeyJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPrimaryKeyJoinColumnRelationship
 
getPrimaryKeyJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPrimaryKeyJoinColumnRelationship
 
getPrimaryKeyJoinColumnStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.PrimaryKeyJoinColumnRelationship
Return the (never null) strategy used to configure the relationship's primary key join column strategy.
getPrimaryTableName() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return the type mapping's primary table name.
getPrivateOwned() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkOneToManyMapping
 
getPrivateOwned() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkOneToOneMapping
 
getPrivateOwnedTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
 
getPrivateOwnedTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
 
getPrivateOwnedTextRange() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPrivateOwned
Return the TextRange for the private-owned attibute.
getProcedureName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedStoredProcedureQuery
Returns the value of the 'Procedure Name' attribute.
getProfiler() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getProfilerClassName(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Profiler
 
getProfilerFor(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Profiler
Return the Profiler value corresponding to the given literal.
getProject() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject.Config
Return the Eclipse project to be associated with the new JAXB project.
getProject() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the Eclipse project associated with the JAXB project.
getProject() - Method in interface org.eclipse.jpt.jpa.core.JpaProject.Config
Return the Eclipse project to be associated with the new JPA project.
getProject() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the Eclipse project associated with the JPA project.
getProject() - Method in class org.eclipse.jpt.jpa.core.resource.AbstractXmlResourceProvider
 
getProject() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
getProjectFacetVersion() - Method in interface org.eclipse.jpt.common.core.libprov.JptLibraryProviderInstallOperationConfig
 
getProjectManager() - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
Return the singular JAXB project manager corresponding to the current workspace.
getProjectPreferences(IProject) - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
 
getProjectPreferences(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the Dali preferences for the specified Eclipse project.
getProperties() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Properties' containment reference.
getProperties() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlProperties
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasicCollection
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasicMap
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbedded
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddedId
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPropertyContainer
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTransformation
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTransient
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Properties' containment reference list.
getPropertiesNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return all the properties in the persistence unit with the specified name.
getProperty(String) - Method in interface org.eclipse.jpt.jaxb.core.resource.jaxbprops.JaxbPropertiesResource
 
getProperty(String) - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the *first* property in the persistence unit's property list with the specified name.
getPropertyName() - Method in class org.eclipse.jpt.common.utility.model.event.PropertyChangeEvent
Return the programmatic name of the property that was changed.
getPropOrder() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
propOrder corresponds to the XmlType annotation propOrder element
getPropOrder() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Corresponds to the 'propOrder' element of the XmlType annotation.
getPropOrderSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
 
getPropOrderSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlTypeAnnotation
Corresponds to the 'propOrder' element of the XmlType annotation.
getProvider() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's provider.
getProvider() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Provider' attribute.
getProviderID() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return ID of the provider managing the DTP profile.
getQualifiedName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType
Return the fully qualified type name.
getQualifiedName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentType
Return the fully qualified type name.
getQuery() - Method in interface org.eclipse.jpt.jpa.core.context.Query
 
getQuery() - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryAnnotation
Corresponds to the 'query' element of the *Query annotation.
getQuery() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedNativeQuery
Returns the value of the 'Query' attribute.
getQuery() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedQuery
Returns the value of the 'Query' attribute.
getQuery() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlQuery
Returns the value of the 'Query' attribute.
getQueryAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaNamedNativeQuery
 
getQueryAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaNamedQuery
 
getQueryAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaQuery
 
getQueryContainer() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getQueryContainer() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getQueryContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getQueryContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getQueryHintAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaQueryHint
 
getQueryParameter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlStoredProcedureParameter
Returns the value of the 'Query Parameter' attribute.
getQueryRedirectors() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlEntity_2_0
Returns the value of the 'Query Redirectors' containment reference.
getQueryRedirectors() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlMappedSuperclass_2_1
Returns the value of the 'Query Redirectors' containment reference.
getQueryRedirectors() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Query Redirectors' containment reference.
getQueryRedirectors() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Query Redirectors' containment reference.
getQueryTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmQuery
 
getQueryTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryAnnotation
Return the TextRange for the 'query' element.
getQueryTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedNativeQuery
 
getQueryTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedQuery
 
getQueryTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlQuery
 
getQueryTimeout() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.JpaOptions2_0
 
getRangePartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntityMappings_2_2
Returns the value of the 'Range Partitioning' containment reference list.
getRangePartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Range Partitioning' containment reference.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Range Partitioning' containment reference.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Range Partitioning' containment reference.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Range Partitioning' containment reference list.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Range Partitioning' containment reference.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Range Partitioning' containment reference.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Range Partitioning' containment reference.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Range Partitioning' containment reference.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Range Partitioning' containment reference.
getRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Range Partitioning' containment reference.
getReadAll() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlQueryRedirectors_2_0
Returns the value of the 'Read All' attribute.
getReadAll() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryRedirectors
Returns the value of the 'Read All' attribute.
getReadConnectionsMax() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getReadConnectionsMin() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getReadConnectionsShared() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getReadObject() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlQueryRedirectors_2_0
Returns the value of the 'Read Object' attribute.
getReadObject() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryRedirectors
Returns the value of the 'Read Object' attribute.
getReadOnly() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkNonEmbeddableTypeMapping
 
getReadOnly() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Read Only' attribute.
getReadOnly() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Read Only' attribute.
getReadOnly() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlReadOnly
Returns the value of the 'Read Only' attribute.
getReadOnlyTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
 
getReadOnlyTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
 
getReadOnlyTextRange() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlReadOnly
Return the TextRange for the read-only attibute.
getReferencedColumn() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey.ColumnPair
Return the column pair's referenced column.
getReferencedColumnDbTable() - Method in interface org.eclipse.jpt.jpa.core.context.BaseJoinColumn
Return the wrapper for the referenced column datasource table
getReferencedColumnDbTable() - Method in interface org.eclipse.jpt.jpa.core.context.BaseJoinColumn.Owner
Return the wrapper for the datasource table for the referenced column
getReferencedColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseJoinColumn
Return the specified referenced column name if present, otherwise return the default referenced column name.
getReferencedColumnName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseJoinColumnAnnotation
Corresponds to the 'referencedColumnName' element of the JoinColumn annotation.
getReferencedColumnName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.PrimaryKeyJoinColumnAnnotation
Corresponds to the 'referencedColumnName' element of the PrimaryKeyJoinColumn annotation.
getReferencedColumnName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlJoinColumn
Returns the value of the 'Referenced Column Name' attribute.
getReferencedColumnName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPrimaryKeyJoinColumn
Returns the value of the 'Referenced Column Name' attribute.
getReferencedColumnNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaBaseJoinColumn
Return the (best guess) text location of the join column's referenced column name.
getReferencedColumnNameTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmBaseJoinColumn
Return the (best guess) text location of the column's referenced column name.
getReferencedColumnNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseJoinColumnAnnotation
Return the TextRange for the 'referencedColumnName' element.
getReferencedColumnNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.PrimaryKeyJoinColumnAnnotation
Return the TextRange for the 'referencedColumnName' element.
getReferencedColumnNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlJoinColumn
 
getReferencedColumnNameTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPrimaryKeyJoinColumn
 
getReferencedColumns() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return the foreign key's referenced columns.
getReferencedTable() - Method in interface org.eclipse.jpt.jpa.db.ForeignKey
Return the foreign key's referenced table.
getRefreshOnlyIfNewer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'refreshOnlyIfNewer' element of the Cache annotation.
getRefreshOnlyIfNewer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Refresh Only If Newer' attribute.
getRefreshOnlyIfNewerTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'refreshOnlyIfNewer' element.
getRegistries() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
The set of registries.
getRegistries(JaxbPackage) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the set of registries that are in the given package (There should typically be a max of 1, but there are invalid states ...)
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.AssociationOverride
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAssociationOverride
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaManyToManyMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaManyToOneMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOneToManyMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOneToOneMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReadOnlyRelationshipStrategy
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaRelationshipMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaRelationshipStrategy
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualAssociationOverride
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualRelationshipStrategy
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.ManyToManyMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.ManyToOneMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.OneToManyMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.OneToOneMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAssociationOverride
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmManyToManyMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmManyToOneMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOneToManyMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOneToOneMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyRelationshipStrategy
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmRelationshipMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmRelationshipStrategy
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualAssociationOverride
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualRelationshipStrategy
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyAssociationOverride
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyRelationshipStrategy
Return the strategy's relationship.
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
Return the meta-information used to populate the entities of the relationship
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipStrategy
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualAssociationOverride
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualRelationshipStrategy
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ManyToManyMapping2_0
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ManyToOneMapping2_0
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.OneToManyMapping2_0
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.OneToOneMapping2_0
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkOneToManyMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkOneToOneMapping
 
getRelationship() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.EclipseLinkOneToManyMapping2_0
 
getRelationshipMapping(String) - Method in interface org.eclipse.jpt.jpa.core.context.AssociationOverrideContainer
Return the relationship mapping with the given attribute name.
getRelationshipMapping() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTable
 
getRelationshipOwner() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
Return the relationship owner or null if this is the owning side or it is a unidirectional mapping.
getRelationshipSource() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumnRelationshipStrategy
The source of the relationship is usually the owning type mapping.
getRelationshipTarget() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumn.Owner
The target of the relationship will usually be the target entity.
getRelationshipTarget() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumnRelationshipStrategy
The target of the relationship usually is the target entity.
getReplicationPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntityMappings_2_2
Returns the value of the 'Replication Partitioning' containment reference list.
getReplicationPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Replication Partitioning' containment reference.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Replication Partitioning' containment reference.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Replication Partitioning' containment reference.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Replication Partitioning' containment reference list.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Replication Partitioning' containment reference.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Replication Partitioning' containment reference.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Replication Partitioning' containment reference.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Replication Partitioning' containment reference.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Replication Partitioning' containment reference.
getReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Replication Partitioning' containment reference.
getReport() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlQueryRedirectors_2_0
Returns the value of the 'Report' attribute.
getReport() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryRedirectors
Returns the value of the 'Report' attribute.
getRequired() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JaxbContainmentAnnotation
Corresponds to the 'required' element of the XmlAttribute annotation.
getRequired() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementWrapperAnnotation
Corresponds to the 'required' element of the XmlElementWrapper annotation.
getRequiredTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JaxbContainmentAnnotation
Return the TextRange for the 'required' element.
getRequiredTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementWrapperAnnotation
Return the TextRange for the 'required' element.
getResolvedAttributeMappingValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MapsIdDerivedIdentityStrategy2_0
Return attribute mapping referenced by the attribute name, which may be a mapping on the entity or a mapping within the embeddable mapping referenced by the entity's embedded ID mapping.
getResolvedTargetEntity() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
 
getResolvedTargetType() - Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
 
getResolvedUri(String, String) - Static method in class org.eclipse.jpt.jaxb.core.xsd.XsdUtil
 
getResource() - Method in interface org.eclipse.jpt.common.core.IResourcePart
Return the resource of which this object is a part
getResource() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAdaptable.Owner
 
getResourceAnnotatedElement() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaGeneratorContainer.Owner
 
getResourceAnnotatedElement() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaQueryContainer.Owner
 
getResourceDefinition(JptResourceType) - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return a ResourceDefinition to describe the context model for a file of the given resource type.
getResourceDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatformProvider
Return the resource definitions supported by this platform.
getResourceEnumConstant() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbEnumConstant
 
getResourceField() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentField
 
getResourceGetterMethod() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentProperty
 
getResourceLocator(IProject) - Static method in class org.eclipse.jpt.common.core.JptCommonCorePlugin
 
getResourceMethod() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
 
getResourceModel() - Method in interface org.eclipse.jpt.jaxb.core.JaxbFile
Return the resource model corresponding to the JPA file; typically a JPA compilation unit, a JPA XML resource, or a JPA package fragment root (JAR).
getResourceModel(IContentType) - Method in interface org.eclipse.jpt.jaxb.core.JaxbFile
Convenience method.
getResourceModel() - Method in interface org.eclipse.jpt.jpa.core.JpaFile
Return the resource model corresponding to the JPA file; typically a JPA compilation unit, a JPA XML resource, or a JPA package fragment root (JAR).
getResourceModel(IContentType) - Method in interface org.eclipse.jpt.jpa.core.JpaFile
Convenience method.
getResourceModelProviders() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDefinition
Return the resource model providers that apply to this platform.
getResourceModelProviders() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatformProvider
Return the resource model providers that apply to this platform.
getResourceNodeFactory() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmXmlDefinition
Return the factory for building XML resource nodes.
getResourceNodeFactory() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceXmlDefinition
 
getResourcePackage() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackageInfo
 
getResourcePath(IProject, IPath) - Method in interface org.eclipse.jpt.common.core.resource.ResourceLocator
Return the workspace relative absolute resource path best represented by the given runtime path for the given project
getResourcePersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMapping
 
getResourcePersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute
Return the corresponding resource persistent attribute.
getResourcePersistentAttribute() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaOrderable2_0
 
getResourcePersistentMember() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer.Owner
 
getResourcePersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentType
Return the Java resource persistent type.
getResourcePersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTypeMapping
 
getResourcePersistentType() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaCacheableHolder2_0
 
getResourcePersistentType() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentAttribute
 
getResources() - Method in class org.eclipse.jpt.jpa.core.resource.AbstractXmlResourceProvider
 
getResourceSetterMethod() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentProperty
 
getResourceType() - Method in interface org.eclipse.jpt.common.core.JptResourceModel
Return the resource type of the model.
getResourceType() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextNode
Return the resource type of the context node's resource.
getResourceType() - Method in interface org.eclipse.jpt.jpa.core.context.JpaContextNode
Return the resource type of the context node's resource.
getResourceType() - Method in interface org.eclipse.jpt.jpa.core.JpaStructureNode
Return the content type of the structure node's resource.
getResourceType() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
Build a new resource type every time(?).
getResourceType() - Method in interface org.eclipse.jpt.jpa.core.ResourceDefinition
Return the definition's resource type.
getResourceUiDefinition(JptResourceType) - Method in interface org.eclipse.jpt.jpa.ui.JpaPlatformUi
Return a resource ui definition for the specified resource type.
getResourceXmlJavaTypeAdapter() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlJavaTypeAdapter
 
getResourceXmlNs() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlNs
 
getResourceXmlSchemaType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchemaType
 
getResultClass() - Method in interface org.eclipse.jpt.jpa.core.context.NamedNativeQuery
 
getResultClass() - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedNativeQueryAnnotation
Corresponds to the 'resultClass' element of the NamedNativeQuery annotation.
getResultClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedNativeQuery
Returns the value of the 'Result Class' attribute.
getResultClass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedStoredProcedureQuery
Returns the value of the 'Result Class' attribute.
getResultClassEnclosingTypeSeparator() - Method in interface org.eclipse.jpt.jpa.core.context.NamedNativeQuery
Return the character to be used for browsing or creating the result class IType.
getResultClassTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedNativeQueryAnnotation
Return the TextRange for the 'resultClass' element.
getResultSetMapping() - Method in interface org.eclipse.jpt.jpa.core.context.NamedNativeQuery
 
getResultSetMapping() - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedNativeQueryAnnotation
Corresponds to the 'resultSetMapping' element of the NamedNativeQuery annotation.
getResultSetMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlNamedNativeQuery
Returns the value of the 'Result Set Mapping' attribute.
getResultSetMapping() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedStoredProcedureQuery
Returns the value of the 'Result Set Mapping' attribute.
getResultSetMappingTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.NamedNativeQueryAnnotation
Return the TextRange for the 'resultSetMapping' element.
getReturnInsert() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlBasic_2_1
Returns the value of the 'Return Insert' containment reference.
getReturnInsert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Return Insert' containment reference.
getReturnOnly() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlReturnInsert_2_1
Returns the value of the 'Return Only' attribute.
getReturnOnly() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlReturnInsert
Returns the value of the 'Return Only' attribute.
getReturnsResultSet() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlNamedStoredProcedureQuery
Returns the value of the 'Returns Result Set' attribute.
getReturnUpdate() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlBasic_2_1
Returns the value of the 'Return Update' attribute.
getReturnUpdate() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Return Update' attribute.
getRoot() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceNode
Return the root of the Java resource containment hierarchy (typically either a compilation unit or a package fragment root).
getRoot() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFile
Return the mapping file's root.
getRoot() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmXml
Covariant override.
getRoot() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceNode
Return the root of the Java resource containment hierarchy (typically either a compilation unit or a package fragment root).
getRootContextNode() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the root of the JPA project's context model.
getRootElement() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
Return the root element or null if it is not a root element.
getRootEntity() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
Return the top of the entity's inheritance hierarchy.
getRootObject() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
getRootStructureNodes() - Method in interface org.eclipse.jpt.jpa.core.JpaFile
Return the JPA file's root structure nodes.
getRootStructureNodesSize() - Method in interface org.eclipse.jpt.jpa.core.JpaFile
Return the count of the JPA file's root context model objects.
getRootTranslator() - Static method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
 
getRootTranslator() - Static method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistence
 
getRootTranslator() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
getRootTranslator() - Static method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
 
getRoundRobinPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntityMappings_2_2
Returns the value of the 'Round Robin Partitioning' containment reference list.
getRoundRobinPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Round Robin Partitioning' containment reference.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Round Robin Partitioning' containment reference.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Round Robin Partitioning' containment reference.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Round Robin Partitioning' containment reference list.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Round Robin Partitioning' containment reference.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Round Robin Partitioning' containment reference.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Round Robin Partitioning' containment reference.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Round Robin Partitioning' containment reference.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Round Robin Partitioning' containment reference.
getRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Round Robin Partitioning' containment reference.
getRuntimePath(IProject, IPath) - Method in interface org.eclipse.jpt.common.core.resource.ResourceLocator
Return the runtime path best represented by the given workspace relative absolute resource path for the given project
getSAXParserFactory() - Method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
 
getScale() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
Return the specified scale if present, otherwise return the default scale.
getScale() - Method in interface org.eclipse.jpt.jpa.core.resource.java.CompleteColumnAnnotation
Corresponds to the 'scale' element of the Column annotation.
getScale() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlColumn
Returns the value of the 'Scale' attribute.
getScale() - Method in interface org.eclipse.jpt.jpa.db.Column
Return the column's scale if it is an ExactNumericDataType; otherwise, return -1.
getScaleTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.CompleteColumnAnnotation
Return the TextRange for the 'scale' element.
getSchema(String) - Method in interface org.eclipse.jpt.jaxb.core.SchemaLibrary
 
getSchema() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitDefaults
Return the schema for all database objects referenced in the persistence unit, unless overridden by a local annotation or XML setting.
getSchema() - Method in interface org.eclipse.jpt.jpa.core.context.MappingFileRoot
Return the specified schema if present, otherwise return the default schema.
getSchema() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
Return the specified schema if present, otherwise return the default schema.
getSchema() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
Return the specified schema if present, otherwise return the default schema.
getSchema() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SequenceGenerator2_0
Return the specified schema if present, otherwise return the default schema.
getSchema() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.SequenceGenerator2_0Annotation
Corresponds to the 'schema' element of the TableGenerator annotation.
getSchema() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseTableAnnotation
Corresponds to the 'schema' element of the *Table annotation.
getSchema() - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'schema' element of the TableGenerator annotation.
getSchema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTable
Returns the value of the 'Schema' attribute.
getSchema() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlSequenceGenerator_2_0
Returns the value of the 'Schema' attribute.
getSchema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Schema' attribute.
getSchema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlPersistenceUnitDefaults
Returns the value of the 'Schema' attribute.
getSchema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSequenceGenerator
Returns the value of the 'Schema' attribute.
getSchema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Schema' attribute.
getSchema() - Method in interface org.eclipse.jpt.jpa.db.Sequence
Return the sequence's schema.
getSchema() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the table's schema.
getSchema() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlIndex_2_2
Returns the value of the 'Schema' attribute.
getSchema() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlIndex
Returns the value of the 'Schema' attribute.
getSchemaForIdentifier(String) - Method in interface org.eclipse.jpt.jpa.db.SchemaContainer
Return the schema for the specified identifier.
getSchemaGeneration() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
getSchemaLibrary() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the schema library used for validating and user assist
getSchemaLocation() - Method in class org.eclipse.jpt.jpa.core.resource.xml.AbstractJpaRootEObject
Returns the value of the 'Schema Location' attribute.
getSchemaLocation() - Method in interface org.eclipse.jpt.jpa.core.resource.xml.JpaRootEObject
Returns the value of the 'Schema Location' attribute.
getSchemaLocationMap(IProject) - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
 
getSchemaLocations() - Method in interface org.eclipse.jpt.jaxb.core.SchemaLibrary
Return the project settings that indicate how schema keys are mapped to actual resolvable schemas
getSchemaNamed(String) - Method in interface org.eclipse.jpt.jpa.db.SchemaContainer
Return the schema with the specified name.
getSchemata() - Method in interface org.eclipse.jpt.jpa.db.SchemaContainer
Return the container's schemata.
getSchemataSize() - Method in interface org.eclipse.jpt.jpa.db.SchemaContainer
Return the number of schemata in the container.
getSchemaTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTable
 
getSchemaTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTable
 
getSchemaTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.SequenceGenerator2_0Annotation
Return the TextRange for the 'schema' element.
getSchemaTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseTableAnnotation
Return the TextRange for the 'schema' element.
getSchemaTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Return the TextRange for the 'schema' element.
getSchemaTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTable
 
getScope() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
Corresponds to the XmlElementDecl annotation 'scope' element
getScope() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Corresponds to the 'scope' element of the XmlElementDecl annotation.
getScopeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Return the TextRange for the 'scope' element.
getSecond() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTimeOfDay
 
getSecond() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
Corresponds to the 'second' element of the TimeOfDay annotation.
getSecond() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlTimeOfDay
Returns the value of the 'Second' attribute.
getSecondaryTables() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Secondary Tables' containment reference list.
getSecondTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
Return the TextRange for the 'second' element.
getSelectedColumns() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLocking
Returns the value of the 'Selected Columns' containment reference list.
getSelectionTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
 
getSelectionTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
 
getSelectionTextRange() - Method in interface org.eclipse.jpt.jpa.core.JpaStructureNode
Return the text range to be used to select text in the editor corresponding to this node.
getSelectionTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.xml.AbstractJpaEObject
 
getSelectionTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.xml.JpaEObject
Return the text range to be used for selection.
getSequenceForIdentifier(String) - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the sequence for the specified identifier.
getSequenceGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.GeneratorContainer
 
getSequenceGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaGeneratorContainer
 
getSequenceGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmGeneratorContainer
 
getSequenceGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Sequence Generator' containment reference.
getSequenceGenerator() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlGeneratorContainer
Returns the value of the 'Sequence Generator' containment reference.
getSequenceGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
Returns the value of the 'Sequence Generator' containment reference.
getSequenceGenerator() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Sequence Generator' containment reference.
getSequenceGenerator() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Sequence Generator' containment reference.
getSequenceGenerators() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getSequenceGenerators() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Sequence Generators' containment reference list.
getSequenceGeneratorsSize() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getSequenceName() - Method in interface org.eclipse.jpt.jpa.core.context.SequenceGenerator
Return the specified sequence name if present, otherwise return the default sequence name.
getSequenceName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.SequenceGeneratorAnnotation
Corresponds to the 'sequenceName' element of the *Generator annotation.
getSequenceName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlSequenceGenerator
Returns the value of the 'Sequence Name' attribute.
getSequenceNamed(String) - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the sequence with the specified name.
getSequenceNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.SequenceGeneratorAnnotation
Return the TextRange for the 'sequenceName' element.
getSequences() - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the schema's sequences.
getSequencesSize() - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the number of sequences the schema contains.
getSession() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getSessionName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getSessionsXml() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getSetMethod() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlAccessMethods
Returns the value of the 'Set Method' attribute.
getShared() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'shared' element of the Cache annotation.
getShared() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Shared' attribute.
getSharedCacheDefault() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getSharedCacheMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
Return the persistence unit's shared cache mode, whether specified or defaulted.
getSharedCacheMode() - Method in interface org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnit_2_0
Returns the value of the 'Shared Cache Mode' attribute.
getSharedCacheMode() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Shared Cache Mode' attribute.
getSharedCacheOf(String) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching
 
getSharedTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'shared' element.
getSignature() - Method in interface org.eclipse.jpt.common.utility.MethodSignature
Return a string representation of the method's signature:
getSimpleName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbType
Return the name of the type without any package or type qualifiers
getSimpleName() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
Return the persistent type's simple name.
getSimpleTypeDefinitions(String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getSimpleTypeNameProposals(String, Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getSingleReferenceTargetTypeName() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute
Return the attribute's type name if it is valid as a target type (i.e.
getSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
This is the combination of defaultSize and specifiedSize.
getSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'size' element of the Cache annotation.
getSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlBatchFetch_2_1
Returns the value of the 'Size' attribute.
getSize() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBatchFetch
Returns the value of the 'Size' attribute.
getSize() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Size' attribute.
getSizeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'size' element.
getSortedCatalogIdentifiers() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the database's catalog identifiers, sorted by name.
getSortedCatalogNames() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the database's catalog names, sorted.
getSortedColumnIdentifiers() - Method in interface org.eclipse.jpt.jpa.db.Table
Return the table's column identifers, sorted by name.
getSortedSchemaIdentifiers() - Method in interface org.eclipse.jpt.jpa.db.SchemaContainer
Return the container's schema identifiers, sorted by name.
getSortedSchemaNames() - Method in interface org.eclipse.jpt.jpa.db.SchemaContainer
Return the container's schema names, sorted.
getSortedSequenceIdentifiers() - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the schema's sequence identifers, sorted by name.
getSortedTableIdentifiers() - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the schema's table identifiers, sorted by name.
getSortedValueChoices() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MapsIdDerivedIdentityStrategy2_0
Return a sorted list of possible attribute names.
getSource() - Method in class org.eclipse.jpt.common.core.utility.BodySourceWriter
 
getSource() - Method in class org.eclipse.jpt.common.utility.model.event.ChangeEvent
Covariant override.
getSourceIndex() - Method in class org.eclipse.jpt.common.utility.model.event.ListMoveEvent
Return the index from which the items were moved.
getSpecifiedAccess() - Method in interface org.eclipse.jpt.jpa.core.context.AccessHolder
Return the specified access type;
getSpecifiedAccess() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getSpecifiedAccess() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentAttribute
Return the access type explicitly specified by the javax.persistence.Access annotation.
getSpecifiedAccessOrder() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAccessOrderHolder
Return the specified access order;
getSpecifiedAccessType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAccessTypeHolder
Return the specified access type;
getSpecifiedAllocationSize() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
 
getSpecifiedAlwaysRefresh() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getSpecifiedAttributeFormDefault() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
Return the specified attribute form default, null if it is not specified
getSpecifiedCacheable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.Cacheable2_0
 
getSpecifiedCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getSpecifiedCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults
 
getSpecifiedCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
 
getSpecifiedCatalog() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getSpecifiedCatalog() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SequenceGenerator2_0
 
getSpecifiedConverterName() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConvert
 
getSpecifiedCoordinationType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getSpecifiedCustomizerClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCustomizer
 
getSpecifiedDisableHits() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getSpecifiedDiscriminatorType() - Method in interface org.eclipse.jpt.jpa.core.context.DiscriminatorColumn
 
getSpecifiedDiscriminatorValue() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getSpecifiedElementFormDefault() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
Return the specified element form default, null if it is not specified
getSpecifiedEnumType() - Method in interface org.eclipse.jpt.jpa.core.context.EnumeratedConverter
 
getSpecifiedExcludeUnlistedClasses() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's specified "exclude unlisted classes" flag.
getSpecifiedExistenceType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getSpecifiedFetch() - Method in interface org.eclipse.jpt.jpa.core.context.FetchableMapping
 
getSpecifiedGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.GeneratedValue
 
getSpecifiedIdClassName() - Method in interface org.eclipse.jpt.jpa.core.context.IdClassReference
Return the specified name of the id class, null if none is specified in the resource model
getSpecifiedInheritanceStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getSpecifiedInitialValue() - Method in interface org.eclipse.jpt.jpa.core.context.Generator
 
getSpecifiedInsertable() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseColumn
 
getSpecifiedInsertable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.OrderColumn2_0
 
getSpecifiedInverseJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinTable
 
getSpecifiedInverseJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTable
 
getSpecifiedInverseJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.JoinTable
 
getSpecifiedInverseJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinTable
 
getSpecifiedInverseJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTable
 
getSpecifiedInverseJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTable
Return the specified inverse join column at the specified index.
getSpecifiedInverseJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinTable
 
getSpecifiedJavaAttributeMappingDefinition(JaxbPersistentAttribute) - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatform
Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, complete with annotations.
getSpecifiedJavaAttributeMappingDefinition(String) - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatform
Return a JavaAttributeMappingDefinition for the given mapping key.
getSpecifiedJavaAttributeMappingDefinitions() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatform
 
getSpecifiedJavaAttributeMappingDefinitions() - Method in interface org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDefinition
Return the mapping definitions to use for specified java attribute mappings for this platform.
getSpecifiedJavaAttributeMappingDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform
Return the Java attribute mapping definitions that will be used to build Java attribute mappings and their corresponding annotations.
getSpecifiedJavaAttributeMappingDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatformProvider
Return the platform's specified Java attribute mapping definitions.
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinColumnRelationshipStrategy
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReferenceTable
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinColumnRelationshipStrategy
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTable
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.JoinColumnRelationshipStrategy
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinColumnRelationshipStrategy
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReferenceTable
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinColumnRelationshipStrategy
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTable
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumnRelationshipStrategy
Return the specified join column at the specified index.
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyReferenceTable
Return the specified join column at the specified index.
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.ReferenceTable
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinColumnRelationshipStrategy
 
getSpecifiedJoinColumn(int) - Method in interface org.eclipse.jpt.jpa.core.context.VirtualReferenceTable
 
getSpecifiedLax() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAnyElementMapping
 
getSpecifiedLength() - Method in interface org.eclipse.jpt.jpa.core.context.DiscriminatorColumn
 
getSpecifiedLength() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
 
getSpecifiedLockMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.NamedQuery2_0
 
getSpecifiedMapKey() - Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
 
getSpecifiedMapKeyClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CollectionMapping2_0
 
getSpecifiedMetadataComplete() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
 
getSpecifiedMutable() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkMutable
 
getSpecifiedName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
 
getSpecifiedName() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
 
getSpecifiedName() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlRootElement
Return the specified name or null if it is not specified
getSpecifiedName() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
 
getSpecifiedName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn
 
getSpecifiedName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
 
getSpecifiedNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
 
getSpecifiedNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
Return the specified xml type namespace or null if it is not specified
getSpecifiedNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
 
getSpecifiedNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlRootElement
Return the specified namespace or null if it is not specified
getSpecifiedNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
Return the specified namespace, null if it is not specified
getSpecifiedNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchemaType
 
getSpecifiedNillable() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementMapping
 
getSpecifiedNillable() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
 
getSpecifiedNullable() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseColumn
 
getSpecifiedNullable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.OrderColumn2_0
 
getSpecifiedOptional() - Method in interface org.eclipse.jpt.jpa.core.context.OptionalMapping
 
getSpecifiedOrderBy() - Method in interface org.eclipse.jpt.jpa.core.context.Orderable
 
getSpecifiedOrphanRemoval() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.OrphanRemovable2_0
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.AssociationOverrideContainer
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.AttributeOverrideContainer
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAssociationOverrideContainer
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeOverrideContainer
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAssociationOverrideContainer
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeOverrideContainer
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideContainer
 
getSpecifiedOverride(int) - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer
Return the specified override at the specified index.
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.AssociationOverrideContainer
 
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.AttributeOverrideContainer
 
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAssociationOverrideContainer
 
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeOverrideContainer
 
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer
 
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAssociationOverrideContainer
 
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeOverrideContainer
 
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideContainer
 
getSpecifiedOverrideNamed(String) - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer
 
getSpecifiedPkColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getSpecifiedPkColumnValue() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getSpecifiedPrecision() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
 
getSpecifiedReadOnly() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkReadOnly
 
getSpecifiedReferencedColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseJoinColumn
 
getSpecifiedRefreshOnlyIfNewer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getSpecifiedRequired() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
 
getSpecifiedRequired() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementWrapper
 
getSpecifiedScale() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyColumn
 
getSpecifiedSchema() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getSpecifiedSchema() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults
 
getSpecifiedSchema() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
 
getSpecifiedSchema() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getSpecifiedSchema() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.SequenceGenerator2_0
 
getSpecifiedSequenceName() - Method in interface org.eclipse.jpt.jpa.core.context.SequenceGenerator
 
getSpecifiedShared() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getSpecifiedSharedCacheMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
Return the persistence unit's specified shared cache mode.
getSpecifiedSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getSpecifiedStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.GeneratedValue
 
getSpecifiedTable() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseColumn
 
getSpecifiedTable() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getSpecifiedTargetClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
 
getSpecifiedTargetEntity() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
 
getSpecifiedTransactionType() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's specified transaction type.
getSpecifiedType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementMapping
 
getSpecifiedType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlJavaTypeAdapter
 
getSpecifiedType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
 
getSpecifiedType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkChangeTracking
 
getSpecifiedUnique() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseColumn
 
getSpecifiedUpdatable() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseColumn
 
getSpecifiedUpdatable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.OrderColumn2_0
 
getSpecifiedValidationMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
Return the persistence unit's specified validation mode.
getSpecifiedValue() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbEnumConstant
Corresponds to the XmlEnumValue annotation 'value' element
getSpecifiedValue() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAnyElementMapping
 
getSpecifiedValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MapsIdDerivedIdentityStrategy2_0
Return the specified attribute name.
getSpecifiedValueColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getSpecifiedXmlTypeName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
Return the specified xml type name or null if it is not specified
getSqlResultSetMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Sql Result Set Mapping'.
getSqlResultSetMapping_ColumnResults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Column Results'.
getSqlResultSetMapping_EntityResults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Entity Results'.
getSqlResultSetMapping_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getSqlResultSetMappings() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Sql Result Set Mappings' containment reference list.
getSqlResultSetMappings() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Sql Result Set Mappings' containment reference list.
getSqlResultSetMappings() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.XmlMappedSuperclass_2_1
Returns the value of the 'Sql Result Set Mappings' containment reference list.
getSqlResultSetMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Sql Result Set Mappings' containment reference list.
getStateValidator() - Method in class org.eclipse.jpt.jpa.core.resource.AbstractXmlResourceProvider
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.GeneratedValue
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReadOnlyRelationship
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaRelationship
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualRelationship
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyRelationship
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmRelationship
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualRelationship
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyRelationship
Return the current strategy, this is never null.
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.Relationship
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualRelationship
 
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratedValueAnnotation
Corresponds to the 'strategy' element of the GeneratedValue annotation.
getStrategy() - Method in interface org.eclipse.jpt.jpa.core.resource.java.InheritanceAnnotation
Corresponds to the 'strategy' element of the Inheritance annotation.
getStrategy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Inheritance
Returns the value of the 'Strategy' attribute.
getStrategy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlGeneratedValue
Returns the value of the 'Strategy' attribute.
getStrategyTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.GeneratedValueAnnotation
Return the TextRange for the 'strategy' element.
getStrategyTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.InheritanceAnnotation
Return the TextRange for the 'strategy' element.
getStrategyTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Inheritance
 
getStructConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.java.JavaEclipseLinkConverterContainer
 
getStructConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Struct Converter' containment reference.
getStructConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConverterHolder
Returns the value of the 'Struct Converter' containment reference.
getStructConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Struct Converter' containment reference.
getStructConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Struct Converter' containment reference.
getStructConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Struct Converter' containment reference.
getStructConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Struct Converter' containment reference.
getStructConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Struct Converter' containment reference.
getStructConverters() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConvertersHolder
Returns the value of the 'Struct Converters' containment reference list.
getStructConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Struct Converters' containment reference list.
getStructConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Struct Converters' containment reference list.
getStructConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Struct Converters' containment reference list.
getStructConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Struct Converters' containment reference list.
getStructConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Struct Converters' containment reference list.
getStructureNode(int) - Method in interface org.eclipse.jpt.jpa.core.JpaFile
Return the structure node best corresponding to the location in the file.
getStructureNode(int) - Method in interface org.eclipse.jpt.jpa.core.JpaStructureNode
Return the structure node at the given offset.
getStructureProvider(JpaFile) - Method in interface org.eclipse.jpt.jpa.ui.JpaPlatformUi
Return a structure provider for the specified JPA file.
getStructureProvider() - Method in interface org.eclipse.jpt.jpa.ui.ResourceUiDefinition
Return the structure provider association with this mapping file type.
getSubstitutionHeadName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
Corresponds to the XmlElementDecl annotation 'substitutionHeadName' element
getSubstitutionHeadName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Corresponds to the 'substitutionHeadName' element of the XmlElementDecl annotation.
getSubstitutionHeadNamespace() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbElementFactoryMethod
Corresponds to the XmlElementDecl annotation 'substitutionHeadNamespace' element
getSubstitutionHeadNamespace() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Corresponds to the 'substitutionHeadNamespace' element of the XmlElementDecl annotation.
getSubstitutionHeadNamespaceTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Return the TextRange for the 'substitutionHeadNamespace' element.
getSubstitutionHeadNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementDeclAnnotation
Return the TextRange for the 'substitutionHeadName' element.
getSuperClass() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbClass
 
getSuperclassQualifiedName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceType
Return the fully qualified name of the type's superclass.
getSuperclassQualifiedName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentType
Return the fully qualified name of the type's superclass.
getSuperPersistentType() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
Return the "super" PersistentType from the "persistence" inheritance hierarchy.
getSuperPersistentType() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelSourceType
Return the source type's super type.
getSuperTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return the type mapping of this type mapping's super type.
getSupportingAnnotationNames() - Method in interface org.eclipse.jpt.jaxb.core.context.java.JavaAttributeMappingDefinition
Return all fully qualified annotation names that are supported with this mapping type.
getSupportingAnnotationNames() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMappingDefinition
Return the names of the attribute mapping's "supporting" annotations.
getSupportingAnnotationNames() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTypeMappingDefinition
Return the names of the type mapping's "supporting" annotations.
getTable() - Method in interface org.eclipse.jpt.jpa.core.context.Entity
Return the table for this entity, either specified or default.
getTable() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaEntity
 
getTable() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getTable() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn
Return the name of the column's table.
getTable() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
Return the specified table if present, otherwise return the default table.
getTable() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Corresponds to the 'table' element of the *Column annotation.
getTable() - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'table' element of the TableGenerator annotation.
getTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlColumn
Returns the value of the 'Table' attribute.
getTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Table' containment reference.
getTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Table' attribute.
getTable() - Method in interface org.eclipse.jpt.jpa.db.Column
Return the column's table.
getTable() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlIndex_2_2
Returns the value of the 'Table' attribute.
getTable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlIndex
Returns the value of the 'Table' attribute.
getTableAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinTable
 
getTableAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReferenceTable
 
getTableAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaSecondaryTable
 
getTableAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTable
 
getTableAnnotation() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaCollectionTable2_0
 
getTableForIdentifier(String) - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the table for the specified identifier.
getTableGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.GeneratorContainer
 
getTableGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaGeneratorContainer
 
getTableGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmGeneratorContainer
 
getTableGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntity
Returns the value of the 'Table Generator' containment reference.
getTableGenerator() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlGeneratorContainer
Returns the value of the 'Table Generator' containment reference.
getTableGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
Returns the value of the 'Table Generator' containment reference.
getTableGenerator() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Table Generator' containment reference.
getTableGenerator() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Table Generator' containment reference.
getTableGenerators() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getTableGenerators() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
Returns the value of the 'Table Generators' containment reference list.
getTableGeneratorsSize() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getTableName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyRelationshipStrategy
Return the table name associated with the strategy's columns.
getTableName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.Orderable2_0.Owner
Return the name of the column's table.
getTableNamed(String) - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the table with the specified name.
getTablePerConcreteClassInheritanceIsSupported() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatformVariation
Return whether table-per-concrete-class is a supported inheritance strategy in the JPA platform.
getTables() - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the schema's tables.
getTablesSize() - Method in interface org.eclipse.jpt.jpa.db.Schema
Return the number of tables the schema contains.
getTableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaBaseColumn
Return the (best guess) text location of the column's table.
getTableTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmBaseColumn
Return the (best guess) text location of the column's table.
getTableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Return the TextRange for the 'table' element.
getTableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Return the TextRange for the 'table' element.
getTableTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlColumn
 
getTargetClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
 
getTargetClass() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.ElementCollection2_0Annotation
Corresponds to the 'targetClass' element of the element collection annotation.
getTargetClass() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Returns the value of the 'Target Class' attribute.
getTargetClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Target Class' attribute.
getTargetClassEnclosingTypeSeparator() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
Return the character to be used for browsing or creating the target class IType.
getTargetClassTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.ElementCollection2_0Annotation
Return the TextRange for the 'targetClass' element.
getTargetClassTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlElementCollection_2_0
Return the TextRange for the target-class attribute.
getTargetClassTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
 
getTargetDatabase() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getTargetDatabaseFor(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.TargetDatabase
Return the TargetDatabase value corresponding to the given literal.
getTargetEmbeddable() - Method in interface org.eclipse.jpt.jpa.core.context.BaseEmbeddedMapping
Return the embeddable the embedded mapping references.
getTargetEntity() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
 
getTargetEntity() - Method in interface org.eclipse.jpt.jpa.core.resource.java.RelationshipMappingAnnotation
Corresponds to the 'targetEntity' element of the relationship mapping annotations.
getTargetEntity() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlRelationshipMapping
Returns the value of the 'Target Entity' attribute.
getTargetEntityEnclosingTypeSeparator() - Method in interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
Return the char to be used for browsing or creating the target entity IType.
getTargetEntityTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.RelationshipMappingAnnotation
Return the TextRange for the 'targetEntity' element.
getTargetEntityTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlRelationshipMapping
Return the TextRange for the target-entity attribute.
getTargetIndex() - Method in class org.eclipse.jpt.common.utility.model.event.ListMoveEvent
Return the index to which the items were moved.
getTargetServer() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getTargetServerFor(String) - Static method in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.TargetServer
Return the TargetServer value corresponding to the given literal.
getTemporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
Returns the value of the 'Temporal' attribute.
getTemporal() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping
Returns the value of the 'Temporal' attribute.
getTemporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
Returns the value of the 'Temporal' attribute.
getTemporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
Returns the value of the 'Temporal' attribute.
getTemporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlVersion
Returns the value of the 'Temporal' attribute.
getTemporalMutable() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options.Options
 
getTemporalTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlBasic
 
getTemporalTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping
Return the TextRange for the temporal element.
getTemporalTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection
 
getTemporalTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlId
 
getTemporalTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlVersion
 
getTemporalTextRange() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
 
getTemporalType() - Method in interface org.eclipse.jpt.jpa.core.context.TemporalConverter
 
getTemporalType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for enum 'Temporal Type'.
getText(Object) - Method in class org.eclipse.jpt.common.ui.jface.DelegatingContentAndLabelProvider
 
getText() - Method in interface org.eclipse.jpt.common.ui.jface.ItemLabelProvider
Return the text for the item
getTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceNode
Return the [source] node's text range in the compilation unit's file.
getTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourceNode
Return the [source] node's text range in the compilation unit's file.
getThread() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getThrowExceptions() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getTimestamp() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logging
 
getTransactionType() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's transaction type, whether specified or defaulted.
getTransactionType() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Transaction Type' attribute.
getTransformations() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.Attributes
Returns the value of the 'Transformations' containment reference list.
getTransformerClass() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformerAnnotation
Corresponds to the 'transformerClass' element of the *Transformer annotation.
getTransformerClassTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformerAnnotation
Return the TextRange for the 'transformerClass' element.
getTransientClass(String) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the transient class with the given fully qualified name
getTransientClasses() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
The set of transient classes.
getTransientClasses(JaxbPackage) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the set of transient classes that are in the given package
getTransients() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Transients' containment reference list.
getTreeItemContentProviderFactory() - Method in interface org.eclipse.jpt.jaxb.ui.navigator.JaxbNavigatorUi
Return the factory to create TreeItemContentProviders
getTreeItemContentProviderFactory() - Method in interface org.eclipse.jpt.jpa.ui.navigator.JpaNavigatorProvider
Build an factory to create TreeItemContentProviders
getTreeItemContentProviderFactory() - Method in interface org.eclipse.jpt.jpa.ui.structure.JpaStructureProvider
Build an factory to create TreeItemContentProviders
getTreeName() - Method in class org.eclipse.jpt.common.utility.model.event.TreeEvent
Return the programmatic name of the tree that was changed.
getType(String) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the type with the given name
getType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementMapping
 
getType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlJavaTypeAdapter
type
getType() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchemaType
Corresponds to the XmlSchemaType annotation 'type' element
getType() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementAnnotation
Corresponds to the 'type' element of the XmlElement annotation.
getType() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefAnnotation
Corresponds to the 'type' element of the XmlElementRef annotation.
getType() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlJavaTypeAdapterAnnotation
Corresponds to the 'type' element of the XmlJavaTypeAdapter annotation.
getType() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaTypeAnnotation
Corresponds to the 'type' element of the XmlSchemaType annotation.
getType() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdElementDeclaration
 
getType() - Method in interface org.eclipse.jpt.jpa.core.context.Converter
Return the converter's type.
getType() - Method in class org.eclipse.jpt.jpa.core.resource.JpaXmlResourceProviderEvent
 
getType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
This is the combination of defaultType and specifiedType.
getType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkChangeTracking
Return the specified type if it is present, otherwise return the default type.
getType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConverter
Return the converter's type.
getType() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Corresponds to the 'type' element of the Cache annotation.
getType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCache
Returns the value of the 'Type' attribute.
getType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTracking
Returns the value of the 'Type' attribute.
getType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLocking
Returns the value of the 'Type' attribute.
getType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlStoredProcedureParameter
Returns the value of the 'Type' attribute.
getTypeAnnotationDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaAnnotationDefinitionProvider
Return all annotation definitions which can appear on a type
getTypeArgumentNames() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelField
 
getTypeBinding(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.Attribute
Return the type binding for the attribute's declared type, as opposed to its declaring type.
getTypeConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.java.JavaEclipseLinkConverterContainer
 
getTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlBasic
Returns the value of the 'Type Converter' containment reference.
getTypeConverter() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConverterHolder
Returns the value of the 'Type Converter' containment reference.
getTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Type Converter' containment reference.
getTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlId
Returns the value of the 'Type Converter' containment reference.
getTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Type Converter' containment reference.
getTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Type Converter' containment reference.
getTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVersion
Returns the value of the 'Type Converter' containment reference.
getTypeConverters() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConvertersHolder
Returns the value of the 'Type Converters' containment reference list.
getTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Type Converters' containment reference list.
getTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEmbeddable
Returns the value of the 'Type Converters' containment reference list.
getTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Type Converters' containment reference list.
getTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Type Converters' containment reference list.
getTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Type Converters' containment reference list.
getTypeDefinition(String, String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getTypeDefinitions(String) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getTypeInterfaceNames() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAttribute
Return the names of the attribute type's interfaces.
getTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.AttributeMapping
Return the mapping for the type that contains the mapping's attribute.
getTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
 
getTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideContainer.Owner
 
getTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer
Return the type mapping that this override is contained in
getTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer.Owner
Return the mapping of the persistent type where the container is defined.
getTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
Return the type mapping containing the column.
getTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyRelationship
Return the type mapping that contains the relationship's mapping or override.
getTypeMappingAnnotationDefinitions() - Method in interface org.eclipse.jpt.jpa.core.JpaAnnotationDefinitionProvider
Return all annotation definitions which can appear on a type and are used to determine whether and how the type is persisted (how it is "mapped").
getTypeMappingDefinition(String) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmXmlDefinition
Return a type mapping definiton for the specified mapping key.
getTypeMappings() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings
 
getTypeName() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAttribute
Return the resolved, qualified name of the attribute's type (e.g.
getTypeName() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition
 
getTypeName() - Method in class org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute.JpaContainerDefinition.Null
 
getTypeName() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyPersistentAttribute
Return the resolved, qualified name of the attribute's type (e.g.
getTypeName() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MetamodelField
 
getTypeName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentAttribute
Return the resolved, qualified name of the attribute's type (e.g.
getTypeNameProposals(String, Filter<String>) - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getTypeQualifiedName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbType
Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.
getTypes(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.Type
Return the type's nested types (does not include annotations or enums).
getTypes() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the set of all JAXB types within this context root.
getTypes(JaxbPackage) - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
Return the set of types that are in the given package
getTypes() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAbstractType
Return the immediately nested types (children).
getTypes() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceNode.Root
Return the root's Java resource "abstract" types.
getTypesSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
 
getTypeSuperclassNames() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAttribute
Return the names of the attribute type's superclasses.
getTypeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementAnnotation
Return the TextRange for the 'type' element.
getTypeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefAnnotation
Return the TextRange for the 'type' element.
getTypeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlJavaTypeAdapterAnnotation
Return the TextRange for the 'type' element.
getTypeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaTypeAnnotation
Return the TextRange for the 'type' element.
getTypeTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCacheAnnotation
Return the TextRange for the 'type' element.
getTypeTypeArgumentName(int) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAttribute
 
getTypeTypeArgumentName(int) - Method in interface org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentAttribute
 
getTypeTypeArgumentNames() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAttribute
Return the names of the attribute type's type arguments.
getTypeTypeArgumentNamesSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.JavaResourceAttribute
 
getUnionPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntityMappings_2_2
Returns the value of the 'Union Partitioning' containment reference list.
getUnionPartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Union Partitioning' containment reference.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Union Partitioning' containment reference.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Union Partitioning' containment reference.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Union Partitioning' containment reference list.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Union Partitioning' containment reference.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Union Partitioning' containment reference.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Union Partitioning' containment reference.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Union Partitioning' containment reference.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Union Partitioning' containment reference.
getUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Union Partitioning' containment reference.
getUnique() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Corresponds to the 'unique' element of the *Column annotation.
getUnique() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlColumn
Returns the value of the 'Unique' attribute.
getUnique() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlIndex_2_2
Returns the value of the 'Unique' attribute.
getUnique() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlIndex
Returns the value of the 'Unique' attribute.
getUniqueConstraint(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTable
 
getUniqueConstraint(int) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTable
 
getUniqueConstraint(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTable
 
getUniqueConstraint(int) - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTable
 
getUniqueConstraint(int) - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyTable
 
getUniqueConstraint(int) - Method in interface org.eclipse.jpt.jpa.core.context.Table
 
getUniqueConstraint(int) - Method in interface org.eclipse.jpt.jpa.core.context.VirtualTable
 
getUniqueConstraintAnnotation() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaUniqueConstraint
 
getUniqueConstraints() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaTableGenerator
 
getUniqueConstraints() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTableGenerator
 
getUniqueConstraints() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getUniqueConstraints() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlTable
Returns the value of the 'Unique Constraints' containment reference list.
getUniqueConstraints() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Unique Constraints' containment reference list.
getUniqueConstraintsSize() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
 
getUniqueConverterNames() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
Return the names of the converters defined in the persistence unit, with duplicates removed.
getUniqueGeneratorNames() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the names of the "active" generators defined in the persistence unit's scope, with duplicates removed.
getUniqueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Return the TextRange for the 'unique' element.
getUpdatable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OrderColumn2_0Annotation
Corresponds to the 'updatable' element of the OrderColumn annotation.
getUpdatable() - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Corresponds to the 'updatable' element of the *Column annotation.
getUpdatable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.AbstractXmlColumn
Returns the value of the 'Updatable' attribute.
getUpdatable() - Method in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.XmlOrderColumn_2_0
Returns the value of the 'Updatable' attribute.
getUpdatable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlOrderColumn
Returns the value of the 'Updatable' attribute.
getUpdatableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OrderColumn2_0Annotation
Return the TextRange for the 'updatable' element.
getUpdatableTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.BaseColumnAnnotation
Return the TextRange for the 'updatable' element.
getUpdate() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.XmlQueryRedirectors_2_0
Returns the value of the 'Update' attribute.
getUpdate() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlQueryRedirectors
Returns the value of the 'Update' attribute.
getUpdateSynchronizer() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return the synchronizer that will update the context model whenever it has any changes.
getUpdateSynchronizer() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the synchronizer that will update the context model whenever it has any changes.
getUrl() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0
 
getURL() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the default connection URL.
getUrl() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getUser() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection.JpaConnection2_0
 
getUser() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getUserName() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the default user name.
getUserOverrideDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.JpaProject.Config
Return the catalog to use instead of the connection profile's default catalog.
getUserOverrideDefaultCatalog() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the identifier of the catalog to be used as a default for the JPA project instead of the one that is associated by default with the connection profile.
getUserOverrideDefaultCatalog(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the default catalog (identifier) associated with the specified Eclipse project.
getUserOverrideDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.JpaProject.Config
Return the name of the schema to use instead of the default schema of the connection profile.
getUserOverrideDefaultSchema() - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return the identifier of the schema to be used as a default for the JPA project instead of the one that is associated by default with the connection profile.
getUserOverrideDefaultSchema(IProject) - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the default schema (identifier) associated with the specified Eclipse project.
getUserPassword() - Method in interface org.eclipse.jpt.jpa.db.ConnectionProfile
Return the default user password.
getValidateSchema() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getValidation() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.XmlPrimaryKey_1_1
Returns the value of the 'Validation' attribute.
getValidation() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPrimaryKey
Returns the value of the 'Validation' attribute.
getValidationMessages(IReporter) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Return project's validation messages.
getValidationMessages(IReporter) - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Return JPA project's validation messages.
getValidationMode() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0
Return the persistence unit's validation mode, whether specified or defaulted.
getValidationMode() - Method in interface org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnit_2_0
Returns the value of the 'Validation Mode' attribute.
getValidationMode() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit
Returns the value of the 'Validation Mode' attribute.
getValidationOnly() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getValidationTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.context.java.JavaContextNode
Return the text range for highlighting errors for this object
getValidationTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJpaContextNode
 
getValidationTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaNamedColumn.Owner
Return the column owner's text range.
getValidationTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer.Owner
 
getValidationTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedColumn.Owner
Return the column owner's text range.
getValidationTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideContainer.Owner
 
getValidationTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.PersistentType
Return the text range to be used with any validation messages related to the persistent type.
getValidationTextRange() - Method in interface org.eclipse.jpt.jpa.core.context.XmlContextNode
 
getValidationTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlJarFileRef
 
getValidationTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.xml.AbstractJpaEObject
 
getValidationTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.xml.JpaEObject
Return the text range to be used for validation.
getValue() - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotationElementAdapter
Return the value of the adapter's annotation element.
getValue(CompilationUnit) - Method in interface org.eclipse.jpt.common.core.utility.jdt.AnnotationElementAdapter
Given the specified compilation unit, return the value of the adapter's annotation element.
getValue(ModifiedDeclaration) - Method in interface org.eclipse.jpt.common.core.utility.jdt.DeclarationAnnotationElementAdapter
Given the specified declaration, return the value of the annotation element.
getValue() - Method in interface org.eclipse.jpt.common.utility.model.value.PropertyValueModel
Return the property's value.
getValue() - Method in interface org.eclipse.jpt.common.utility.ReadOnlyObjectReference
Return the current value.
getValue() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbEnumConstant
Return the enum constant's value, whether specified or default.
getValue() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAnyElementMapping
value
getValue() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlJavaTypeAdapter
value
getValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAccessorOrderAnnotation
Corresponds to the 'value' element of the XmlAccessorOrder annotation.
getValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAccessorTypeAnnotation
Corresponds to the 'value' element of the XmlAccessorType annotation.
getValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAnyElementAnnotation
Corresponds to the 'value' element of the XmlAnyElement annotation.
getValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlEnumAnnotation
Corresponds to the 'value' element of the XmlEnum annotation.
getValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlEnumValueAnnotation
Corresponds to the 'value' element of the XmlEnumValue annotation.
getValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlJavaTypeAdapterAnnotation
Corresponds to the 'value' element of the XmlJavaTypeAdapter annotation.
getValue() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlMimeTypeAnnotation
Corresponds to the 'value' element of the XmlMimeType annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit.Property
 
getValue() - Method in interface org.eclipse.jpt.jpa.core.context.QueryHint
 
getValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.IdDerivedIdentityStrategy2_0
Return whether this object uses a derived id
getValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.MapsIdDerivedIdentityStrategy2_0
Return the specified attribute name, or in its absence, the default attribute name.
getValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.Access2_0Annotation
Corresponds to the 'value' element of the Access annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.Cacheable2_0Annotation
Corresponds to the 'value' element of the Cacheable annotation.
getValue(int) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.GeneratedAnnotation
Corresponds to the value element of the Generated annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.MapKeyClass2_0Annotation
Corresponds to the 'value' element of the MapKeyClass annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.MapsId2_0Annotation
Corresponds to the 'value' element of the MapsId annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.StaticMetamodelAnnotation
Corresponds to the value element of the StaticMetamodel annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.resource.java.DiscriminatorValueAnnotation
Corresponds to the 'value' element of the DiscriminatorValue annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.resource.java.EnumeratedAnnotation
Corresponds to the 'value' element of the Enumerated annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.resource.java.IdClassAnnotation
Corresponds to the 'value' element of the IdClass annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.resource.java.OrderByAnnotation
Corresponds to the 'value' element of the OrderBy annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryHintAnnotation
Corresponds to the 'value' element of the QueryHint annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.core.resource.java.TemporalAnnotation
Corresponds to the 'value' element of the Temporal annotation.
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.AccessType
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.DiscriminatorType
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.EnumType
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.FetchType
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.GenerationType
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.InheritanceType
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.TemporalType
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.orm.v2_0.LockModeType_2_0
 
getValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlQueryHint
Returns the value of the 'Value' attribute.
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitValidationModeType_2_0
 
getValue() - Method in enum org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnitTransactionType
 
getValue() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.XmlProperty
Returns the value of the 'Value' attribute.
getValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkJoinFetch
 
getValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkChangeTrackingAnnotation
Corresponds to the 'value' element of the ChangeTracking annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConvertAnnotation
Corresponds to the 'value' element of the Convert annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCustomizerAnnotation
Corresponds to the 'value' element of the Customizer annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkExistenceCheckingAnnotation
Corresponds to the 'value' element of the ExistenceChecking annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkJoinFetchAnnotation
Corresponds to the 'value' element of the JoinFetch annotation.
getValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkMutableAnnotation
Corresponds to the 'value' element of the Mutable annotation.
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheCoordinationType
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheType
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.ExistenceType
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.IdValidationType_1_1
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.BatchFetchType_2_1
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.CacheKeyType_2_1
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTrackingType
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetchType
 
getValue() - Method in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLockingType
 
getValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlProperty
Returns the value of the 'Value' attribute.
getValue() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.v2_0.resource.java.EclipseLinkClassExtractorAnnotation2_1
Corresponds to the 'value' element of the ClassExtractor annotation.
getValueAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
 
getValueAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaElementCollectionMapping2_0
 
getValueAssociationOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmElementCollectionMapping2_0
 
getValueAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
 
getValueAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaElementCollectionMapping2_0
 
getValueAttributeOverrideContainer() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmElementCollectionMapping2_0
 
getValueColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.ElementCollectionMapping2_0
Return the mapping's value column.
getValueColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.java.JavaElementCollectionMapping2_0
 
getValueColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmElementCollectionMapping2_0
 
getValueColumnName() - Method in interface org.eclipse.jpt.jpa.core.context.TableGenerator
Return the specified value colum name if present, otherwise return the default value colum name.
getValueColumnName() - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Corresponds to the 'valueColumnName' element of the TableGenerator annotation.
getValueColumnName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.XmlTableGenerator
Returns the value of the 'Value Column Name' attribute.
getValueColumnNameTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.TableGeneratorAnnotation
Return the TextRange for the 'valueColumnName' element.
getValuePartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlEntityMappings_2_2
Returns the value of the 'Value Partitioning' containment reference list.
getValuePartitioning() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2
Returns the value of the 'Value Partitioning' containment reference.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlElementCollection
Returns the value of the 'Value Partitioning' containment reference.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntity
Returns the value of the 'Value Partitioning' containment reference.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlEntityMappings
Returns the value of the 'Value Partitioning' containment reference list.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToMany
Returns the value of the 'Value Partitioning' containment reference.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlManyToOne
Returns the value of the 'Value Partitioning' containment reference.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlMappedSuperclass
Returns the value of the 'Value Partitioning' containment reference.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToMany
Returns the value of the 'Value Partitioning' containment reference.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOneToOne
Returns the value of the 'Value Partitioning' containment reference.
getValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlVariableOneToOne
Returns the value of the 'Value Partitioning' containment reference.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAccessorOrderAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAccessorTypeAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAnyElementAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlEnumAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlEnumValueAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlJavaTypeAdapterAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlMimeTypeAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.Access2_0Annotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.Cacheable2_0Annotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.MapKeyClass2_0Annotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.MapsId2_0Annotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.DiscriminatorValueAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.EnumeratedAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.IdClassAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.OrderByAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryHintAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.resource.java.TemporalAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkChangeTrackingAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConvertAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkCustomizerAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkExistenceCheckingAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkJoinFetchAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkMutableAnnotation
Return the TextRange for the 'value' element.
getValueTextRange(CompilationUnit) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.v2_0.resource.java.EclipseLinkClassExtractorAnnotation2_1
Return the TextRange for the 'value' element.
getValueType() - Method in interface org.eclipse.jpt.jpa.core.context.CollectionMapping
 
getValueType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlProperty
Returns the value of the 'Value Type' attribute.
getVariableOneToOnes() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.Attributes
Returns the value of the 'Variable One To Ones' containment reference list.
getVendorName() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the name of the database's vendor.
getVersion() - Method in class org.eclipse.jpt.common.core.JptResourceType
 
getVersion() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getVersion() - Method in interface org.eclipse.jpt.jpa.core.JpaPlatform.Version
Return the platform's version.
getVersion() - Method in class org.eclipse.jpt.jpa.core.resource.xml.AbstractJpaRootEObject
Returns the value of the 'Version' attribute.
getVersion() - Method in interface org.eclipse.jpt.jpa.core.resource.xml.JpaRootEObject
Returns the value of the 'Version' attribute.
getVersion() - Method in class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
getVersion() - Method in interface org.eclipse.jpt.jpa.db.Database
Return the database's version.
getVersions() - Method in class org.eclipse.jpt.jpa.core.resource.orm.Attributes
Returns the value of the 'Versions' containment reference list.
getVersionTextRange() - Method in class org.eclipse.jpt.jpa.core.resource.xml.AbstractJpaRootEObject
 
getVersionTextRange() - Method in interface org.eclipse.jpt.jpa.core.resource.xml.JpaRootEObject
 
getWeaving() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getWeavingChangeTracking() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getWeavingEager() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getWeavingFetchGroups() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getWeavingInternal() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getWeavingLazy() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization.Customization
 
getWorkingCopyMethod() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCloneCopyPolicy
Returns the value of the 'Working Copy Method' attribute.
getWorkspacePreferences() - Static method in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
Return the Dali preferences for the current workspace instance.
getWorkspacePreferences() - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return the Dali preferences for the current workspace instance.
getWriteConnectionsMax() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getWriteConnectionsMin() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection.Connection
 
getWritePrefix() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer
 
getWritePrefix() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer.Owner
JPA 2.0
getXmlAccessHolder() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Access Holder'.
getXmlAccessHolder_Access() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Access'.
getXmlAccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Access Methods'.
getXmlAccessMethods_GetMethod() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Get Method'.
getXmlAccessMethods_SetMethod() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Set Method'.
getXmlAccessMethodsHolder() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Access Methods Holder'.
getXmlAccessMethodsHolder_AccessMethods() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Access Methods'.
getXmlAdditionalCriteria() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Additional Criteria'.
getXmlAdditionalCriteria_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Additional Criteria 22'.
getXmlAdditionalCriteria_2_2_Criteria() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Criteria'.
getXmlAssociationOverride() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Association Override'.
getXmlAssociationOverride_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Association Override 20'.
getXmlAssociationOverride_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlAssociationOverrideContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Association Override Container'.
getXmlAssociationOverrideContainer_AssociationOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Association Overrides'.
getXmlAttachmentRef() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
XmlAttachmentRef
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmBaseEmbeddedMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmBasicMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEmbeddedIdMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEmbeddedMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmIdMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmManyToManyMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmManyToOneMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmMultiRelationshipMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOneToManyMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOneToOneMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmRelationshipMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmSingleRelationshipMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTransientMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVersionMapping
 
getXmlAttributeMapping() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmElementCollectionMapping2_0
 
getXmlAttributeMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Attribute Mapping'.
getXmlAttributeMapping() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Attribute Mapping'.
getXmlAttributeMapping_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Attribute Mapping 20'.
getXmlAttributeMapping_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getXmlAttributeOverride() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Attribute Override'.
getXmlAttributeOverride_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Attribute Override 20'.
getXmlAttributeOverride_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlAttributeOverride_Column() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Column'.
getXmlAttributeOverrideContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Attribute Override Container'.
getXmlAttributeOverrideContainer_AttributeOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Attribute Overrides'.
getXmlAttributes_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Attributes 20'.
getXmlAttributes_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlAttributes_2_0_ElementCollections() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference list 'Element Collections'.
getXmlBasic() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Basic'.
getXmlBasic() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Basic'.
getXmlBasic_1_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for class 'Xml Basic 11'.
getXmlBasic_1_1_GeneratedValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for the containment reference 'Generated Value'.
getXmlBasic_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Basic 21'.
getXmlBasic_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlBasic_2_1_ReturnInsert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the containment reference 'Return Insert'.
getXmlBasic_2_1_ReturnUpdate() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Return Update'.
getXmlBasic_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Basic 22'.
getXmlBasic_2_2_Index() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Index'.
getXmlBasic_Fetch() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Fetch'.
getXmlBasic_Optional() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Optional'.
getXmlBasicCollection() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Basic Collection'.
getXmlBasicCollection_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Basic Collection 22'.
getXmlBasicCollection_2_2_CascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Cascade On Delete'.
getXmlBasicMap() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Basic Map'.
getXmlBasicMap_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Basic Map 22'.
getXmlBasicMap_2_2_CascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Cascade On Delete'.
getXmlBatchFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Batch Fetch'.
getXmlBatchFetch_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Batch Fetch 21'.
getXmlBatchFetch_2_1_BatchFetchType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Batch Fetch Type'.
getXmlBatchFetch_2_1_Size() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Size'.
getXmlBatchFetchHolder() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Batch Fetch Holder'.
getXmlBatchFetchHolder_BatchFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Batch Fetch'.
getXmlCache() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Cache'.
getXmlCache_AlwaysRefresh() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Always Refresh'.
getXmlCache_CoordinationType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Coordination Type'.
getXmlCache_DisableHits() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Disable Hits'.
getXmlCache_Expiry() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Expiry'.
getXmlCache_ExpiryTimeOfDay() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Expiry Time Of Day'.
getXmlCache_RefreshOnlyIfNewer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Refresh Only If Newer'.
getXmlCache_Shared() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Shared'.
getXmlCache_Size() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Size'.
getXmlCache_Type() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Type'.
getXmlCacheable() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmCacheableHolder2_0
 
getXmlCacheable_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Cacheable 20'.
getXmlCacheable_2_0_Cacheable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Cacheable'.
getXmlCacheHolder() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Cache Holder'.
getXmlCacheHolder_Cache() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Cache'.
getXmlCacheHolder_ExistenceChecking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Existence Checking'.
getXmlCascadeType_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Cascade Type 20'.
getXmlCascadeType_2_0_CascadeDetach() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Cascade Detach'.
getXmlChangeTracking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Change Tracking'.
getXmlChangeTracking_Type() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Type'.
getXmlChangeTrackingHolder() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Change Tracking Holder'.
getXmlChangeTrackingHolder_ChangeTracking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Change Tracking'.
getXmlChangeTrackingType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for enum 'Xml Change Tracking Type'.
getXmlClassRef() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.ClassRef
Return the class ref's corresponding resource class ref.
getXmlClassReference() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Class Reference'.
getXmlClassReference_ClassName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Class Name'.
getXmlCloneCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Clone Copy Policy'.
getXmlCloneCopyPolicy_Method() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Method'.
getXmlCloneCopyPolicy_WorkingCopyMethod() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Working Copy Method'.
getXmlCollectionMapping_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml Collection Mapping 20'.
getXmlCollectionMapping_2_0_MapKeyConvert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'Map Key Convert'.
getXmlCollectionTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Collection Table'.
getXmlCollectionTable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Collection Table'.
getXmlCollectionTable_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Collection Table 20'.
getXmlCollectionTable_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Collection Table 22'.
getXmlCollectionTable_2_2_CreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Creation Suffix'.
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmBaseColumn
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmColumn
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmColumn.Owner
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmDiscriminatorColumn
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmDiscriminatorColumn.Owner
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinColumn
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedColumn
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPrimaryKeyJoinColumn
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmOrderColumn2_0
 
getXmlColumn() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmOrderColumn2_0.Owner
 
getXmlColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Column'.
getXmlColumn_Length() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Length'.
getXmlColumn_Precision() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Precision'.
getXmlColumn_Scale() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Scale'.
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinColumnRelationship
 
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinTableRelationship
 
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmManyToManyRelationship
 
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmManyToOneRelationship
 
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmMappedByRelationship
 
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOneToManyRelationship
 
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOneToOneRelationship
 
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideRelationship
 
getXmlContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPrimaryKeyJoinColumnRelationship
 
getXmlConversionValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Conversion Value'.
getXmlConversionValue_DataValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Data Value'.
getXmlConversionValue_ObjectValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Object Value'.
getXmlConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Converter'.
getXmlConverter_ClassName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Class Name'.
getXmlConverterHolder() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Converter Holder'.
getXmlConverterHolder_Converter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Converter'.
getXmlConverterHolder_ObjectTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Object Type Converter'.
getXmlConverterHolder_StructConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Struct Converter'.
getXmlConverterHolder_TypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Type Converter'.
getXmlConvertersHolder() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Converters Holder'.
getXmlConvertersHolder_Converters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Converters'.
getXmlConvertersHolder_ObjectTypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Object Type Converters'.
getXmlConvertersHolder_StructConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Struct Converters'.
getXmlConvertersHolder_TypeConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Type Converters'.
getXmlConvertibleMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Convertible Mapping'.
getXmlConvertibleMapping() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Convertible Mapping'.
getXmlConvertibleMapping_Convert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Convert'.
getXmlConvertibleMapping_Enumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Enumerated'.
getXmlConvertibleMapping_Lob() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Lob'.
getXmlConvertibleMapping_Temporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Temporal'.
getXmlCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Copy Policy'.
getXmlCopyPolicy_Class() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Class'.
getXmlCustomizer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Customizer'.
getXmlCustomizer_CustomizerClassName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Customizer Class Name'.
getXmlCustomizerHolder() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Customizer Holder'.
getXmlCustomizerHolder_Customizer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Customizer'.
getXmlDerivedId_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Derived Id 20'.
getXmlDerivedId_2_0_Id() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Id'.
getXmlDirection() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for enum 'Xml Direction'.
getXmlDiscriminatorColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Discriminator Column'.
getXmlDiscriminatorColumn_DiscriminatorType() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Discriminator Type'.
getXmlDiscriminatorColumn_Length() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Length'.
getXmlElementCollection() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Element Collection'.
getXmlElementCollection() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Element Collection'.
getXmlElementCollection_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Element Collection 20'.
getXmlElementCollection_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml Element Collection 20'.
getXmlElementCollection_2_0_CollectionTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference 'Collection Table'.
getXmlElementCollection_2_0_Column() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference 'Column'.
getXmlElementCollection_2_0_Fetch() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Fetch'.
getXmlElementCollection_2_0_MapKey() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference 'Map Key'.
getXmlElementCollection_2_0_MapKeyClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference 'Map Key Class'.
getXmlElementCollection_2_0_MapKeyColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference 'Map Key Column'.
getXmlElementCollection_2_0_MapKeyEnumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Map Key Enumerated'.
getXmlElementCollection_2_0_MapKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference list 'Map Key Join Columns'.
getXmlElementCollection_2_0_MapKeyTemporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Map Key Temporal'.
getXmlElementCollection_2_0_TargetClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Target Class'.
getXmlElementCollection_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Element Collection 21'.
getXmlElementCollection_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlElementCollection_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Element Collection 22'.
getXmlElementCollection_2_2_CascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Cascade On Delete'.
getXmlElementCollection_2_2_NonCacheable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Non Cacheable'.
getXmlElementRefs() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefsAnnotation
Corresponds to the 'value' element of the XmlElementRefs annotation.
getXmlElementRefsSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementRefsAnnotation
Corresponds to the 'value' element of the XmlElementRefs annotation.
getXmlElements() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementsAnnotation
Corresponds to the 'value' element of the XmlElements annotation.
getXmlElementsSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlElementsAnnotation
Corresponds to the 'value' element of the XmlElements annotation.
getXmlElementWrapper() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlElementMapping
XmlElementWrapper
getXmlEmbeddable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Embeddable'.
getXmlEmbeddable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Embeddable'.
getXmlEmbeddable_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Embeddable 21'.
getXmlEmbeddable_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Embeddable 22'.
getXmlEmbeddable_2_2_ParentClass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Parent Class'.
getXmlEmbeddable_CloneCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Clone Copy Policy'.
getXmlEmbeddable_CopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Copy Policy'.
getXmlEmbeddable_ExcludeDefaultMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Exclude Default Mappings'.
getXmlEmbeddable_InstantiationCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Instantiation Copy Policy'.
getXmlEmbedded() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Embedded'.
getXmlEmbedded() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Embedded'.
getXmlEmbedded_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Embedded 20'.
getXmlEmbedded_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Embedded 21'.
getXmlEmbedded_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlEmbeddedId() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Embedded Id'.
getXmlEmbeddedId() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Embedded Id'.
getXmlEmbeddedId_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Embedded Id 21'.
getXmlEmbeddedId_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlEntity() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Entity'.
getXmlEntity() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Entity'.
getXmlEntity_1_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for class 'Xml Entity 11'.
getXmlEntity_1_1_PrimaryKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for the containment reference 'Primary Key'.
getXmlEntity_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Entity 20'.
getXmlEntity_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml Entity 20'.
getXmlEntity_2_0_CacheInterceptor() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the containment reference 'Cache Interceptor'.
getXmlEntity_2_0_QueryRedirectors() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the containment reference 'Query Redirectors'.
getXmlEntity_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Entity 21'.
getXmlEntity_2_1_ClassExtractor() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the containment reference 'Class Extractor'.
getXmlEntity_2_1_ParentClass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Parent Class'.
getXmlEntity_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Entity 22'.
getXmlEntity_2_2_AdditionalCriteria() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Additional Criteria'.
getXmlEntity_2_2_CascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Cascade On Delete'.
getXmlEntity_2_2_Index() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Index'.
getXmlEntity_CloneCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Clone Copy Policy'.
getXmlEntity_CopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Copy Policy'.
getXmlEntity_DiscriminatorColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Discriminator Column'.
getXmlEntity_DiscriminatorValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Discriminator Value'.
getXmlEntity_EntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Entity Listeners'.
getXmlEntity_ExcludeDefaultListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Exclude Default Listeners'.
getXmlEntity_ExcludeDefaultMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Exclude Default Mappings'.
getXmlEntity_ExcludeSuperclassListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Exclude Superclass Listeners'.
getXmlEntity_Inheritance() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Inheritance'.
getXmlEntity_InstantiationCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Instantiation Copy Policy'.
getXmlEntity_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getXmlEntity_OptimisticLocking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Optimistic Locking'.
getXmlEntity_PrimaryKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Primary Key Join Columns'.
getXmlEntity_SecondaryTables() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Secondary Tables'.
getXmlEntity_SqlResultSetMappings() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Sql Result Set Mappings'.
getXmlEntity_Table() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Table'.
getXmlEntityListener_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Entity Listener 20'.
getXmlEntityListener_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlEntityMappings() - Method in interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
 
getXmlEntityMappings() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitMetadata
This can be null.
getXmlEntityMappings() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Entity Mappings'.
getXmlEntityMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Entity Mappings'.
getXmlEntityMappings_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Entity Mappings 21'.
getXmlEntityMappings_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Entity Mappings 22'.
getXmlEntityMappings_2_2_HashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference list 'Hash Partitioning'.
getXmlEntityMappings_2_2_Partitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference list 'Partitioning'.
getXmlEntityMappings_2_2_PinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference list 'Pinned Partitioning'.
getXmlEntityMappings_2_2_RangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference list 'Range Partitioning'.
getXmlEntityMappings_2_2_ReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference list 'Replication Partitioning'.
getXmlEntityMappings_2_2_RoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference list 'Round Robin Partitioning'.
getXmlEntityMappings_2_2_UnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference list 'Union Partitioning'.
getXmlEntityMappings_2_2_ValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference list 'Value Partitioning'.
getXmlEntityMappings_Catalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Catalog'.
getXmlEntityMappings_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Description'.
getXmlEntityMappings_Embeddables() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Embeddables'.
getXmlEntityMappings_Entities() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Entities'.
getXmlEntityMappings_MappedSuperclasses() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Mapped Superclasses'.
getXmlEntityMappings_Package() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Package'.
getXmlEntityMappings_PersistenceUnitMetadata() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Persistence Unit Metadata'.
getXmlEntityMappings_Schema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Schema'.
getXmlEntityMappings_SequenceGenerators() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Sequence Generators'.
getXmlEntityMappings_SqlResultSetMappings() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Sql Result Set Mappings'.
getXmlEntityMappings_TableGenerators() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Table Generators'.
getXmlEnumValue() - Method in enum org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.ValidationMode
 
getXmlEventMethod_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Event Method 20'.
getXmlEventMethod_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlEventMethodContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Event Method Container'.
getXmlEventMethodContainer_PostLoad() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Post Load'.
getXmlEventMethodContainer_PostPersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Post Persist'.
getXmlEventMethodContainer_PostRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Post Remove'.
getXmlEventMethodContainer_PostUpdate() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Post Update'.
getXmlEventMethodContainer_PrePersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Pre Persist'.
getXmlEventMethodContainer_PreRemove() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Pre Remove'.
getXmlEventMethodContainer_PreUpdate() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Pre Update'.
getXmlFetchAttribute() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Fetch Attribute'.
getXmlFetchAttribute_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Fetch Attribute 21'.
getXmlFetchAttribute_2_1_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Name'.
getXmlFetchGroup() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Fetch Group'.
getXmlFetchGroup_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Fetch Group 21'.
getXmlFetchGroup_2_1_Attributes() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the containment reference list 'Attributes'.
getXmlFetchGroup_2_1_Load() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Load'.
getXmlFetchGroup_2_1_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Name'.
getXmlFetchGroupContainer_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Fetch Group Container 21'.
getXmlFetchGroupContainer_2_1_FetchGroups() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the containment reference list 'Fetch Groups'.
getXmlGeneratedValue() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmGeneratedValue
 
getXmlGeneratedValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Generated Value'.
getXmlGeneratedValue_Generator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Generator'.
getXmlGeneratedValue_Strategy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Strategy'.
getXmlGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmGenerator
 
getXmlGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmSequenceGenerator
 
getXmlGenerator() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTableGenerator
 
getXmlGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Generator'.
getXmlGenerator_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Generator 20'.
getXmlGenerator_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlGenerator_AllocationSize() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Allocation Size'.
getXmlGenerator_InitialValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Initial Value'.
getXmlGenerator_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getXmlGeneratorContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Generator Container'.
getXmlGeneratorContainer_SequenceGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Sequence Generator'.
getXmlGeneratorContainer_TableGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Table Generator'.
getXmlHashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Hash Partitioning'.
getXmlHashPartitioning_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Hash Partitioning 22'.
getXmlHashPartitioning_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlID() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
XmlID
getXmlId() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Id'.
getXmlId() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Id'.
getXmlId_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Id 21'.
getXmlId_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlId_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Id 22'.
getXmlId_2_2_Index() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Index'.
getXmlId_GeneratedValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Generated Value'.
getXmlIdClassContainer() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmIdClassReference.Owner
 
getXmlIdClassContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Id Class Container'.
getXmlIdClassContainer_IdClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Id Class'.
getXmlIDREF() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
XmlIDREF
getXmlIndex() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Index'.
getXmlIndex_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Index 22'.
getXmlIndex_2_2_Catalog() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Catalog'.
getXmlIndex_2_2_ColumnNames() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute list 'Column Names'.
getXmlIndex_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlIndex_2_2_Schema() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Schema'.
getXmlIndex_2_2_Table() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Table'.
getXmlIndex_2_2_Unique() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Unique'.
getXmlInstantiationCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Instantiation Copy Policy'.
getXmlJarFileRef() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.JarFileRef
 
getXmlJarFileRef() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for class 'Xml Jar File Ref'.
getXmlJarFileRef_FileName() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'File Name'.
getXmlJavaClassRef() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for class 'Xml Java Class Ref'.
getXmlJavaClassRef_JavaClass() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Java Class'.
getXmlJavaTypeAdapter() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAdaptable
XmlJavaTypeAdapter
getXmlJavaTypeAdapters() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackageInfo
 
getXmlJavaTypeAdaptersSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackageInfo
 
getXmlJoinColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Join Column'.
getXmlJoinColumn_ReferencedColumnName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Referenced Column Name'.
getXmlJoinColumnContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Join Column Container'.
getXmlJoinColumnContainer_JoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Join Columns'.
getXmlJoinFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Join Fetch'.
getXmlJoinFetch_JoinFetch() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Join Fetch'.
getXmlJoinFetchType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for enum 'Xml Join Fetch Type'.
getXmlJoinTable() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinTableRelationshipStrategy
 
getXmlJoinTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Join Table'.
getXmlJoinTable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Join Table'.
getXmlJoinTable_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Join Table 22'.
getXmlJoinTable_2_2_CreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Creation Suffix'.
getXmlJoinTable_InverseJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Inverse Join Columns'.
getXmlJoinTableContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Join Table Container'.
getXmlJoinTableContainer_JoinTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Join Table'.
getXmlList() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
XmlList
getXmlManyToMany() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Many To Many'.
getXmlManyToMany() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Many To Many'.
getXmlManyToMany_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Many To Many 20'.
getXmlManyToMany_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml Many To Many 20'.
getXmlManyToMany_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Many To Many 21'.
getXmlManyToMany_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlManyToMany_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Many To Many 22'.
getXmlManyToMany_2_2_CascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Cascade On Delete'.
getXmlManyToMany_2_2_NonCacheable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Non Cacheable'.
getXmlManyToOne() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Many To One'.
getXmlManyToOne() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Many To One'.
getXmlManyToOne_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Many To One 21'.
getXmlManyToOne_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Many To One 22'.
getXmlManyToOne_2_2_NonCacheable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Non Cacheable'.
getXmlMapKeyAssociationOverrideContainer_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml Map Key Association Override Container 20'.
getXmlMapKeyAssociationOverrideContainer_2_0_MapKeyAssociationOverrides() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the containment reference list 'Map Key Association Overrides'.
getXmlMapKeyAttributeOverrideContainer_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Map Key Attribute Override Container 20'.
getXmlMapKeyAttributeOverrideContainer_2_0_MapKeyAttributeOverrides() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference list 'Map Key Attribute Overrides'.
getXmlMappedByMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Mapped By Mapping'.
getXmlMappedByMapping_MappedBy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Mapped By'.
getXmlMappedSuperclass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Mapped Superclass'.
getXmlMappedSuperclass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Mapped Superclass'.
getXmlMappedSuperclass_1_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for class 'Xml Mapped Superclass 11'.
getXmlMappedSuperclass_1_1_PrimaryKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for the containment reference 'Primary Key'.
getXmlMappedSuperclass_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml Mapped Superclass 20'.
getXmlMappedSuperclass_2_0_CacheInterceptor() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the containment reference 'Cache Interceptor'.
getXmlMappedSuperclass_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Mapped Superclass 21'.
getXmlMappedSuperclass_2_1_ParentClass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Parent Class'.
getXmlMappedSuperclass_2_1_QueryRedirectors() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the containment reference 'Query Redirectors'.
getXmlMappedSuperclass_2_1_SqlResultSetMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the containment reference list 'Sql Result Set Mappings'.
getXmlMappedSuperclass_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Mapped Superclass 22'.
getXmlMappedSuperclass_2_2_AdditionalCriteria() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Additional Criteria'.
getXmlMappedSuperclass_CloneCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Clone Copy Policy'.
getXmlMappedSuperclass_CopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Copy Policy'.
getXmlMappedSuperclass_EntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Entity Listeners'.
getXmlMappedSuperclass_ExcludeDefaultListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Exclude Default Listeners'.
getXmlMappedSuperclass_ExcludeDefaultMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Exclude Default Mappings'.
getXmlMappedSuperclass_ExcludeSuperclassListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Exclude Superclass Listeners'.
getXmlMappedSuperclass_InstantiationCopyPolicy() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Instantiation Copy Policy'.
getXmlMappedSuperclass_OptimisticLocking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference 'Optimistic Locking'.
getXmlMappingFileRef() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.MappingFileRef
Return the mapping file ref's corresponding resource mapping file ref.
getXmlMappingFileRef() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for class 'Xml Mapping File Ref'.
getXmlMappingFileRef_FileName() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'File Name'.
getXmlMapsId_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Maps Id 20'.
getXmlMapsId_2_0_MapsId() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Maps Id'.
getXmlMixed() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlAnyElementMapping
XmlMixed
getXmlMultiRelationshipMapping_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Multi Relationship Mapping 20'.
getXmlMultiRelationshipMapping_2_0_MapKeyClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference 'Map Key Class'.
getXmlMultiRelationshipMapping_2_0_MapKeyColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference 'Map Key Column'.
getXmlMultiRelationshipMapping_2_0_MapKeyEnumerated() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Map Key Enumerated'.
getXmlMultiRelationshipMapping_2_0_MapKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference list 'Map Key Join Columns'.
getXmlMultiRelationshipMapping_2_0_MapKeyTemporal() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Map Key Temporal'.
getXmlMutable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Mutable'.
getXmlMutable_Mutable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Mutable'.
getXmlNamedConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Named Converter'.
getXmlNamedConverter_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Name'.
getXmlNamedNativeQuery() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Named Native Query'.
getXmlNamedNativeQuery_ResultClass() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Result Class'.
getXmlNamedNativeQuery_ResultSetMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Result Set Mapping'.
getXmlNamedQuery() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Named Query'.
getXmlNamedQuery_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Named Query 20'.
getXmlNamedQuery_2_0_LockMode() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Lock Mode'.
getXmlNamedStoredProcedureQuery() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Named Stored Procedure Query'.
getXmlNamedStoredProcedureQuery_Hints() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Hints'.
getXmlNamedStoredProcedureQuery_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Name'.
getXmlNamedStoredProcedureQuery_Parameters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Parameters'.
getXmlNamedStoredProcedureQuery_ProcedureName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Procedure Name'.
getXmlNamedStoredProcedureQuery_ResultClass() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Result Class'.
getXmlNamedStoredProcedureQuery_ResultSetMapping() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Result Set Mapping'.
getXmlNamedStoredProcedureQuery_ReturnsResultSet() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Returns Result Set'.
getXmlns() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Corresponds to the 'xmlns' element of the XmlSchema annotation.
getXmlNsPrefixes() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
 
getXmlNsPrefixesSize() - Method in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
 
getXmlnsSize() - Method in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
Corresponds to the 'xmlns' element of the XmlSchema annotation.
getXmlNullAttributeMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Null Attribute Mapping'.
getXmlObjectTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Object Type Converter'.
getXmlObjectTypeConverter_ConversionValues() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Conversion Values'.
getXmlObjectTypeConverter_DataType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Data Type'.
getXmlObjectTypeConverter_DefaultObjectValue() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Default Object Value'.
getXmlObjectTypeConverter_ObjectType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Object Type'.
getXmlOneToMany() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml One To Many'.
getXmlOneToMany() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml One To Many'.
getXmlOneToMany_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml One To Many 20'.
getXmlOneToMany_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml One To Many 20'.
getXmlOneToMany_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml One To Many 21'.
getXmlOneToMany_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlOneToMany_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml One To Many 22'.
getXmlOneToMany_2_2_CascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Cascade On Delete'.
getXmlOneToMany_2_2_NonCacheable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Non Cacheable'.
getXmlOneToOne() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml One To One'.
getXmlOneToOne() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml One To One'.
getXmlOneToOne_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml One To One 20'.
getXmlOneToOne_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml One To One 21'.
getXmlOneToOne_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml One To One 22'.
getXmlOneToOne_2_2_CascadeOnDelete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Cascade On Delete'.
getXmlOneToOne_2_2_NonCacheable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Non Cacheable'.
getXmlOptimisticLocking() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Optimistic Locking'.
getXmlOptimisticLocking_Cascade() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Cascade'.
getXmlOptimisticLocking_SelectedColumns() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Selected Columns'.
getXmlOptimisticLocking_Type() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Type'.
getXmlOptimisticLockingType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for enum 'Xml Optimistic Locking Type'.
getXmlOrderable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Orderable'.
getXmlOrderable_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Orderable 20'.
getXmlOrderable_2_0_OrderColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the containment reference 'Order Column'.
getXmlOrderable_OrderBy() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Order By'.
getXmlOrderColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Order Column'.
getXmlOrderColumn() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Order Column'.
getXmlOrderColumn_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Order Column 20'.
getXmlOrderColumn_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml Order Column 20'.
getXmlOrderColumn_2_0_CorrectionType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'Correction Type'.
getXmlOrderColumn_2_0_Insertable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Insertable'.
getXmlOrderColumn_2_0_Nullable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Nullable'.
getXmlOrderColumn_2_0_Updatable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Updatable'.
getXmlOrphanRemovable_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Orphan Removable 20'.
getXmlOrphanRemovable_2_0_OrphanRemoval() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Orphan Removal'.
getXmlOverride() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAssociationOverride
 
getXmlOverride() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeOverride
 
getXmlOverride() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverride
 
getXmlOverride() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Override'.
getXmlOverride_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getXmlOverrides() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAssociationOverrideContainer.Owner
 
getXmlOverrides() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeOverrideContainer.Owner
 
getXmlOverrides() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideContainer.Owner
 
getXmlPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Partitioning'.
getXmlPartitioning_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Partitioning 22'.
getXmlPartitioning_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlPartitioningGroup_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Partitioning Group 22'.
getXmlPartitioningGroup_2_2_HashPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Hash Partitioning'.
getXmlPartitioningGroup_2_2_Partitioned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Partitioned'.
getXmlPartitioningGroup_2_2_Partitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Partitioning'.
getXmlPartitioningGroup_2_2_PinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Pinned Partitioning'.
getXmlPartitioningGroup_2_2_RangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Range Partitioning'.
getXmlPartitioningGroup_2_2_ReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Replication Partitioning'.
getXmlPartitioningGroup_2_2_RoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Round Robin Partitioning'.
getXmlPartitioningGroup_2_2_UnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Union Partitioning'.
getXmlPartitioningGroup_2_2_ValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Value Partitioning'.
getXmlPersistence() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.Persistence
Return the resource model object associated with this context model object
getXmlPersistence() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for class 'Xml Persistence'.
getXmlPersistence_PersistenceUnits() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the containment reference list 'Persistence Units'.
getXmlPersistenceUnit() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the XML resource model corresponding to the persistence unit.
getXmlPersistenceUnit() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for class 'Xml Persistence Unit'.
getXmlPersistenceUnit_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.v2_0.PersistenceV2_0Package
Returns the meta object for class 'Xml Persistence Unit 20'.
getXmlPersistenceUnit_2_0_SharedCacheMode() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.v2_0.PersistenceV2_0Package
Returns the meta object for the attribute 'Shared Cache Mode'.
getXmlPersistenceUnit_2_0_ValidationMode() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.v2_0.PersistenceV2_0Package
Returns the meta object for the attribute 'Validation Mode'.
getXmlPersistenceUnit_Classes() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the containment reference list 'Classes'.
getXmlPersistenceUnit_Description() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Description'.
getXmlPersistenceUnit_ExcludeUnlistedClasses() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Exclude Unlisted Classes'.
getXmlPersistenceUnit_JarFiles() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the containment reference list 'Jar Files'.
getXmlPersistenceUnit_JtaDataSource() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Jta Data Source'.
getXmlPersistenceUnit_MappingFiles() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the containment reference list 'Mapping Files'.
getXmlPersistenceUnit_Name() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Name'.
getXmlPersistenceUnit_NonJtaDataSource() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Non Jta Data Source'.
getXmlPersistenceUnit_Properties() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the containment reference 'Properties'.
getXmlPersistenceUnit_Provider() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Provider'.
getXmlPersistenceUnit_TransactionType() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Transaction Type'.
getXmlPersistenceUnitCachingType_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.v2_0.PersistenceV2_0Package
Returns the meta object for enum 'Xml Persistence Unit Caching Type 20'.
getXmlPersistenceUnitDefaults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Persistence Unit Defaults'.
getXmlPersistenceUnitDefaults() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Persistence Unit Defaults'.
getXmlPersistenceUnitDefaults_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Persistence Unit Defaults 20'.
getXmlPersistenceUnitDefaults_2_0_DelimitedIdentifiers() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Delimited Identifiers'.
getXmlPersistenceUnitDefaults_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlPersistenceUnitDefaults_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Persistence Unit Defaults 21'.
getXmlPersistenceUnitDefaults_CascadePersist() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Cascade Persist'.
getXmlPersistenceUnitDefaults_Catalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Catalog'.
getXmlPersistenceUnitDefaults_EntityListeners() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Entity Listeners'.
getXmlPersistenceUnitDefaults_Schema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Schema'.
getXmlPersistenceUnitMetadata() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitMetadata
 
getXmlPersistenceUnitMetadata() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Persistence Unit Metadata'.
getXmlPersistenceUnitMetadata() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Persistence Unit Metadata'.
getXmlPersistenceUnitMetadata_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Persistence Unit Metadata 20'.
getXmlPersistenceUnitMetadata_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlPersistenceUnitMetadata_ExcludeDefaultMappings() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Exclude Default Mappings'.
getXmlPersistenceUnitMetadata_PersistenceUnitDefaults() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Persistence Unit Defaults'.
getXmlPersistenceUnitMetadata_XmlMappingMetadataComplete() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Xml Mapping Metadata Complete'.
getXmlPersistenceUnitMetadataForUpdate() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitMetadata
 
getXmlPersistenceUnitTransactionType() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for enum 'Xml Persistence Unit Transaction Type'.
getXmlPersistenceUnitValidationModeType_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.v2_0.PersistenceV2_0Package
Returns the meta object for enum 'Xml Persistence Unit Validation Mode Type 20'.
getXmlPinnedPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Pinned Partitioning'.
getXmlPinnedPartitioning_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Pinned Partitioning 22'.
getXmlPinnedPartitioning_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlPrimaryKey() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Primary Key'.
getXmlPrimaryKey_1_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for class 'Xml Primary Key 11'.
getXmlPrimaryKey_1_1_Columns() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for the containment reference list 'Columns'.
getXmlPrimaryKey_1_1_Validation() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.EclipseLinkOrmV1_1Package
Returns the meta object for the attribute 'Validation'.
getXmlPrimaryKey_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Primary Key 21'.
getXmlPrimaryKey_2_1_CacheKeyType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Cache Key Type'.
getXmlPrimaryKeyJoinColumn() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Primary Key Join Column'.
getXmlPrimaryKeyJoinColumn_ReferencedColumnName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Referenced Column Name'.
getXmlPrimaryKeyJoinColumnContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Primary Key Join Column Container'.
getXmlPrimaryKeyJoinColumnContainer_PrimaryKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Primary Key Join Columns'.
getXmlPrivateOwned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Private Owned'.
getXmlPrivateOwned_PrivateOwned() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Private Owned'.
getXmlProperties() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for class 'Xml Properties'.
getXmlProperties_Properties() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the containment reference list 'Properties'.
getXmlProperty() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit.Property
 
getXmlProperty() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for class 'Xml Property'.
getXmlProperty() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Property'.
getXmlProperty_Name() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Name'.
getXmlProperty_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Name'.
getXmlProperty_Value() - Method in class org.eclipse.jpt.jpa.core.resource.persistence.PersistencePackage
Returns the meta object for the attribute 'Value'.
getXmlProperty_Value() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Value'.
getXmlProperty_ValueType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Value Type'.
getXmlPropertyContainer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Property Container'.
getXmlPropertyContainer_Properties() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Properties'.
getXmlQuery() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedNativeQuery
 
getXmlQuery() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedQuery
 
getXmlQuery() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmQuery
 
getXmlQuery() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Query'.
getXmlQuery_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Query 20'.
getXmlQuery_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlQuery_Hints() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Hints'.
getXmlQuery_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getXmlQuery_Query() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Query'.
getXmlQueryContainer() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Query Container'.
getXmlQueryContainer() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Query Container'.
getXmlQueryContainer_NamedNativeQueries() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Named Native Queries'.
getXmlQueryContainer_NamedQueries() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Named Queries'.
getXmlQueryContainer_NamedStoredProcedureQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the containment reference list 'Named Stored Procedure Queries'.
getXmlQueryHint() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmQueryHint
 
getXmlQueryHint() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Query Hint'.
getXmlQueryHint_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Query Hint 20'.
getXmlQueryHint_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlQueryHint_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Name'.
getXmlQueryHint_Value() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Value'.
getXmlQueryRedirectors() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Query Redirectors'.
getXmlQueryRedirectors_2_0() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for class 'Xml Query Redirectors 20'.
getXmlQueryRedirectors_2_0_AllQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'All Queries'.
getXmlQueryRedirectors_2_0_Delete() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'Delete'.
getXmlQueryRedirectors_2_0_Insert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'Insert'.
getXmlQueryRedirectors_2_0_ReadAll() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'Read All'.
getXmlQueryRedirectors_2_0_ReadObject() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'Read Object'.
getXmlQueryRedirectors_2_0_Report() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'Report'.
getXmlQueryRedirectors_2_0_Update() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
Returns the meta object for the attribute 'Update'.
getXmlRangePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Range Partitioning'.
getXmlRangePartitioning_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Range Partitioning 22'.
getXmlRangePartitioning_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlReadOnly() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Read Only'.
getXmlReadOnly_ReadOnly() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Read Only'.
getXmlReferenceTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Reference Table'.
getXmlReferenceTable_JoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Join Columns'.
getXmlReplicationPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Replication Partitioning'.
getXmlReplicationPartitioning_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Replication Partitioning 22'.
getXmlReplicationPartitioning_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlResource() - Method in interface org.eclipse.jpt.jpa.core.context.XmlFile
Return the resource model object
getXmlResource() - Method in class org.eclipse.jpt.jpa.core.resource.AbstractXmlResourceProvider
Return the resource, if it exists.
getXmlResource() - Method in interface org.eclipse.jpt.jpa.core.resource.JpaXmlResourceProvider
 
getXmlReturnInsert() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Return Insert'.
getXmlReturnInsert_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Return Insert 21'.
getXmlReturnInsert_2_1_ReturnOnly() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Return Only'.
getXmlRoundRobinPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Round Robin Partitioning'.
getXmlRoundRobinPartitioning_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Round Robin Partitioning 22'.
getXmlRoundRobinPartitioning_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlSchema() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackageInfo
Return the XML schema for this package info, this will not be null.
getXmlSchemaType() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbContainmentMapping
Return the xml schema type or null.
getXmlSchemaTypes() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackageInfo
 
getXmlSchemaTypesSize() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackageInfo
 
getXmlSecondaryTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Secondary Table'.
getXmlSecondaryTable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Secondary Table'.
getXmlSecondaryTable_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Secondary Table 22'.
getXmlSecondaryTable_2_2_CreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Creation Suffix'.
getXmlSecondaryTable_PrimaryKeyJoinColumns() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Primary Key Join Columns'.
getXmlSeeAlso() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentClass
 
getXmlSequence() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
Attributes are a sequence in the orm.xml schema.
getXmlSequence() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
Type mappings are a sequence in the orm schema.
getXmlSequenceGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Sequence Generator'.
getXmlSequenceGenerator_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Sequence Generator 20'.
getXmlSequenceGenerator_2_0_Catalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Catalog'.
getXmlSequenceGenerator_2_0_Schema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Schema'.
getXmlSequenceGenerator_SequenceName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Sequence Name'.
getXmlSingleRelationshipMapping_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Single Relationship Mapping 20'.
getXmlSqlResultSetMapping_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Sql Result Set Mapping 20'.
getXmlSqlResultSetMapping_2_0_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Description'.
getXmlStoredProcedureParameter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Stored Procedure Parameter'.
getXmlStoredProcedureParameter_Direction() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Direction'.
getXmlStoredProcedureParameter_JdbcType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Jdbc Type'.
getXmlStoredProcedureParameter_JdbcTypeName() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Jdbc Type Name'.
getXmlStoredProcedureParameter_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Name'.
getXmlStoredProcedureParameter_QueryParameter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Query Parameter'.
getXmlStoredProcedureParameter_Type() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Type'.
getXmlStructConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Struct Converter'.
getXmlStructConverter_Converter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Converter'.
getXmlTable() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmSecondaryTable
 
getXmlTable() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Table'.
getXmlTable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Table'.
getXmlTable_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Table 22'.
getXmlTable_2_2_CreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Creation Suffix'.
getXmlTableGenerator() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Table Generator'.
getXmlTableGenerator() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Table Generator'.
getXmlTableGenerator_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Table Generator 22'.
getXmlTableGenerator_2_2_CreationSuffix() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Creation Suffix'.
getXmlTableGenerator_Catalog() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Catalog'.
getXmlTableGenerator_PkColumnName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Pk Column Name'.
getXmlTableGenerator_PkColumnValue() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Pk Column Value'.
getXmlTableGenerator_Schema() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Schema'.
getXmlTableGenerator_Table() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Table'.
getXmlTableGenerator_UniqueConstraints() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference list 'Unique Constraints'.
getXmlTableGenerator_ValueColumnName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Value Column Name'.
getXmlTimeOfDay() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Time Of Day'.
getXmlTimeOfDay_Hour() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Hour'.
getXmlTimeOfDay_Millisecond() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Millisecond'.
getXmlTimeOfDay_Minute() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Minute'.
getXmlTimeOfDay_Second() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Second'.
getXmlTransformation() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Transformation'.
getXmlTransformation_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Transformation 21'.
getXmlTransformation_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlTransient() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Transient'.
getXmlTransient() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Transient'.
getXmlTypeConverter() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Type Converter'.
getXmlTypeConverter_DataType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Data Type'.
getXmlTypeConverter_ObjectType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for the attribute 'Object Type'.
getXmlTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEmbeddable
 
getXmlTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmEntity
 
getXmlTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmMappedSuperclass
 
getXmlTypeMapping() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
 
getXmlTypeMapping() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Type Mapping'.
getXmlTypeMapping() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkEmbeddable
 
getXmlTypeMapping() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkEntity
 
getXmlTypeMapping() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkMappedSuperclass
 
getXmlTypeMapping_Attributes() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the containment reference 'Attributes'.
getXmlTypeMapping_ClassName() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Class Name'.
getXmlTypeMapping_Description() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Description'.
getXmlTypeMapping_MetadataComplete() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute 'Metadata Complete'.
getXmlTypeName() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
Return the specified xml type name or the default type name if it is not specified
getXmlUnionPartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Union Partitioning'.
getXmlUnionPartitioning_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Union Partitioning 22'.
getXmlUnionPartitioning_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlUniqueConstraint() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmUniqueConstraint
 
getXmlUniqueConstraint() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Unique Constraint'.
getXmlUniqueConstraint_2_0() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for class 'Xml Unique Constraint 20'.
getXmlUniqueConstraint_2_0_Name() - Method in class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Package
Returns the meta object for the attribute 'Name'.
getXmlUniqueConstraint_ColumnNames() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for the attribute list 'Column Names'.
getXmlValuePartitioning() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Value Partitioning'.
getXmlValuePartitioning_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Value Partitioning 22'.
getXmlValuePartitioning_2_2_Name() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Name'.
getXmlVariableOneToOne() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Variable One To One'.
getXmlVariableOneToOne_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Variable One To One 22'.
getXmlVariableOneToOne_2_2_NonCacheable() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the attribute 'Non Cacheable'.
getXmlVersion() - Method in class org.eclipse.jpt.jpa.core.resource.orm.OrmPackage
Returns the meta object for class 'Xml Version'.
getXmlVersion() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLinkOrmPackage
Returns the meta object for class 'Xml Version'.
getXmlVersion_2_1() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for class 'Xml Version 21'.
getXmlVersion_2_1_AttributeType() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.EclipseLinkOrmV2_1Package
Returns the meta object for the attribute 'Attribute Type'.
getXmlVersion_2_2() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for class 'Xml Version 22'.
getXmlVersion_2_2_Index() - Method in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package
Returns the meta object for the containment reference 'Index'.
getXSDComponent() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdComponent
 
getXSDElementDeclaration() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdElementDeclaration
 
getXSDFeature() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdFeature
 
getXsdSchema() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPackage
Return the XsdSchema associated with this package, if there is one, null otherwise
getXSDSchema() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSchema
 
getXsdTypeDefinition() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbPersistentType
 
GROUP - Static variable in class org.eclipse.jpt.jaxb.core.GenericJaxbPlatform
 
GROUP - Static variable in class org.eclipse.jpt.jaxb.eclipselink.core.ELJaxbPlatform
 
GROUP - Static variable in class org.eclipse.jpt.jpa.core.platform.GenericPlatform
 
GROUP - Static variable in class org.eclipse.jpt.jpa.eclipselink.core.platform.EclipseLinkPlatform
 

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