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

J

JAR_CONTENT_TYPE - Static variable in class org.eclipse.jpt.common.core.JptCommonCorePlugin
The content type for Java archives (JARs).
JAR_FILE - Static variable in interface org.eclipse.jpt.jpa.core.resource.persistence.JPA
 
JAR_FILE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.context.persistence.JarFileRef
String constant associated with changes to the JAR file.
JAR_FILE_REF_ID - Static variable in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceStructureNodes
 
JAR_FILE_REFS_LIST - Static variable in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
String constant associated with changes to the persistence unit's JAR file refs.
JAR_RESOURCE_TYPE - Static variable in class org.eclipse.jpt.common.core.JptCommonCorePlugin
The resource type for Java archives (JARs).
JarFile - Interface in org.eclipse.jpt.jpa.core.context.java
A JAR file identified by a persistence.xml jar-file element.
JarFileRef - Interface in org.eclipse.jpt.jpa.core.context.persistence
Context model corresponding to the XML resource model XmlJarFileRef, which corresponds to the jar-file element in the persistence.xml file.
jarFileRefs() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the persistence unit's list of JAR file refs.
jarFileRefsSize() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the size of the persistence unit's list of JAR file refs.
JAVA_LOGGER - Static variable in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logger
 
JAVA_LOGGER_CLASS_NAME - Static variable in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.Logger
 
JAVA_PERSISTENT_ATTRIBUTE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyPersistentAttribute
 
JAVA_PERSISTENT_TYPE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistentType
 
JAVA_PERSISTENT_TYPE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.context.persistence.ClassRef
String constant associated with changes to the java persistent type
JAVA_PERSISTENT_TYPES_COLLECTION - Static variable in interface org.eclipse.jpt.jpa.core.context.java.JarFile
 
JAVA_SOURCE_CONTENT_TYPE - Static variable in class org.eclipse.jpt.common.core.JptCommonCorePlugin
The content type for Java source code files.
JAVA_SOURCE_PACKAGE_INFO_CONTENT_TYPE - Static variable in class org.eclipse.jpt.common.core.JptCommonCorePlugin
The content type for package-info Java code files.
JAVA_SOURCE_PACKAGE_INFO_RESOURCE_TYPE - Static variable in class org.eclipse.jpt.common.core.JptCommonCorePlugin
The resource type for package-info Java code files
JAVA_SOURCE_RESOURCE_TYPE - Static variable in class org.eclipse.jpt.common.core.JptCommonCorePlugin
The resource type for Java source code files
JavaAssociationOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Java association override
JavaAssociationOverrideContainer - Interface in org.eclipse.jpt.jpa.core.context.java
Java association override container
JavaAssociationOverrideContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
 
JavaAttributeMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java attribute mapping
JavaAttributeMappingDefinition - Interface in org.eclipse.jpt.jaxb.core.context.java
Map a string key to an attribute mapping and its corresponding Java annotation.
JavaAttributeMappingDefinition - Interface in org.eclipse.jpt.jpa.core.context.java
Map a string key to an attribute mapping and its corresponding Java annotations.
JavaAttributeMappingUiDefinition<T extends AttributeMapping> - Interface in org.eclipse.jpt.jpa.ui.details.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaAttributeOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Java attribute override
JavaAttributeOverrideContainer - Interface in org.eclipse.jpt.jpa.core.context.java
Java attribute override container
JavaAttributeOverrideContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
 
JavaBaseColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java column or join column
JavaBaseColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
interface allowing columns to be used in multiple places (e.g.
JavaBaseEmbeddedMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Behavior common to Java embedded and embedded ID mappings.
JavaBaseJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java join column or primary key join column
JavaBaseJoinColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
interface allowing join columns to be used in multiple places (e.g.
JavaBasicMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java basic mapping
JavaCacheable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java cacheable
JavaCacheableHolder2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java cacheable holder/parent
JavaCascade - Interface in org.eclipse.jpt.jpa.core.context.java
Java cascade (persist, merge, remove, refresh)
JavaCascade2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java cascade (persist, merge, remove, refresh, detach)
JavaCollectionMapping - Interface in org.eclipse.jpt.jpa.core.context.java
JPA Java collection mapping (e.g.
JavaCollectionMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java collection mapping (e.g.
JavaCollectionTable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java collection table
JavaColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java column
JavaColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
 
JavaColumnMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java column mapping
javaCompletionProposals(int, Filter<String>, CompilationUnit) - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJpaContextNode
Return the Java code-completion proposals for the specified position in the source code.
JavaContextNode - Interface in org.eclipse.jpt.jaxb.core.context.java
 
JavaConverter - Interface in org.eclipse.jpt.jpa.core.context.java
Java converter
JavaConverter.AbstractAdapter - Class in org.eclipse.jpt.jpa.core.context.java
 
JavaConverter.AbstractAdapter() - Constructor for class org.eclipse.jpt.jpa.core.context.java.JavaConverter.AbstractAdapter
 
JavaConverter.Adapter - Interface in org.eclipse.jpt.jpa.core.context.java
This interface allows a convertible mapping to interact with various Java converters via the same protocol.
JavaConvertibleMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java attribute mapping that has a converter (e.g.
JavaDerivedIdentity2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java derived identity
JavaDiscriminatorColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java discriminator column
JavaDiscriminatorColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
interface allowing columns to be used in multiple places
JavaEclipseLinkCaching - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.java
EclipseLink Java caching
JavaEclipseLinkConverterContainer - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.java
EclipseLink Java converter container
JavaEclipseLinkEmbeddable - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.java
EclipseLink Java embeddable type mapping
JavaEclipseLinkEntity - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.java
EclipseLink Java entity
JavaEclipseLinkMappedSuperclass - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.java
EclipseLink Java mapped superclass
JavaEclipseLinkNonEmbeddableTypeMapping - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.java
EclipseLink Java non-embeddable type mapping
javaElementChanged(ElementChangedEvent) - Method in interface org.eclipse.jpt.jaxb.core.JaxbProject
Synchronize the JPA project with the specified Java change.
javaElementChanged(ElementChangedEvent) - Method in interface org.eclipse.jpt.jpa.core.JpaProject
Synchronize the JPA project with the specified Java change.
javaElementChangeListenerIsActive() - Method in interface org.eclipse.jpt.jaxb.core.JaxbProjectManager
Return whether the model's Java change listener is active.
javaElementChangeListenerIsActive() - Method in interface org.eclipse.jpt.jpa.core.JpaProjectManager
Return whether the model's Java change listener is active.
javaElementChangeListenerIsActive() - Static method in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
Return whether the JPA project manager's Java change listener is active.
JavaElementCollectionMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java element collection mapping
JavaEmbeddable - Interface in org.eclipse.jpt.jpa.core.context.java
Java embeddable type mapping
JavaEmbeddedIdMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java embedded ID mapping
JavaEmbeddedMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java embedded mapping
JavaEmbeddedMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java embedded mapping
JavaEntity - Interface in org.eclipse.jpt.jpa.core.context.java
Java entity
javaEntityNames() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the entity names of all the entities defined with both the implied and specified Java classes of a persistence unit
javaEntityNamesExclOverridden() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the entity names of entities only defined with mapped Java classes of a persistence unit.
JavaEnumeratedConverter - Interface in org.eclipse.jpt.jpa.core.context.java
Java enumerated converter
JavaEnumeratedConverter.Adapter - Class in org.eclipse.jpt.jpa.core.context.java
 
JavaGeneratedValue - Interface in org.eclipse.jpt.jpa.core.context.java
Java generated value
JavaGenerator - Interface in org.eclipse.jpt.jpa.core.context.java
Java sequence and table generators
JavaGeneratorContainer - Interface in org.eclipse.jpt.jpa.core.context.java
Java generator container
JavaGeneratorContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
 
JavaIdClassReference - Interface in org.eclipse.jpt.jpa.core.context.java
Java ID class reference
JavaIdDerivedIdentityStrategy2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java ID derived identity strategy
JavaIdMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java ID mapping
JavaJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java join column
JavaJoinColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
 
JavaJoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java join column relationship (1:1, 1:m, m:1, and association override)
JavaJoinColumnRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java join column relationship strategy
JavaJoinTable - Interface in org.eclipse.jpt.jpa.core.context.java
Java join table
JavaJoinTableRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java join table relationship (1:1, 1:m, m:1, m:m)
JavaJoinTableRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java join table relationship strategy
JavaJpaContextNode - Interface in org.eclipse.jpt.jpa.core.context.java
Java JPA context node.
JavaLobConverter - Interface in org.eclipse.jpt.jpa.core.context.java
Java LOB converter
JavaLobConverter.Adapter - Class in org.eclipse.jpt.jpa.core.context.java
 
JavaManyToManyMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java m:m mapping
JavaManyToManyMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java m:m mapping
JavaManyToManyRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java m:m relationship
JavaManyToOneMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java m:1 mapping
JavaManyToOneMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java m:1 mapping
JavaManyToOneRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java m:1 relationship
JavaManyToOneRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java m:1 relationship
JavaMappedByRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java "mapped by" relationship (1:1, 1:m, m:m)
JavaMappedByRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java "mapped by" relationship strategy
JavaMappedSuperclass - Interface in org.eclipse.jpt.jpa.core.context.java
Java mapped superclass
JavaMappingJoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java mapping join column relationship (1:1, 1:m, m:1)
JavaMappingJoinTableRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java mapping join table relationship (1:1, 1:m, m:1, m:m)
JavaMappingRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java mapping relationship (1:1, 1:m, m:1, m:m)
JavaMapsIdDerivedIdentityStrategy2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java maps ID derived identity strategy
JavaMultiRelationshipMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java multi-valued (1:m, m:m) relationship mapping.
JavaNamedColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java column join column primary key join column discriminator column order column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaNamedColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
interface allowing columns to be used in multiple places (e.g.
JavaNamedNativeQuery - Interface in org.eclipse.jpt.jpa.core.context.java
Java named native query
JavaNamedQuery - Interface in org.eclipse.jpt.jpa.core.context.java
Java named query
JavaNamedQuery2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java named native query
JavaOneToManyMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java 1:m mapping
JavaOneToManyMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java 1:m mapping
JavaOneToManyRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java 1:m relationship
JavaOneToManyRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java 1:m relationship
JavaOneToOneMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java 1:1 mapping
JavaOneToOneMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java 1:1 mapping
JavaOneToOneRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java 1:1 relationship
JavaOneToOneRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java 1:1 relationship
JavaOrderable - Interface in org.eclipse.jpt.jpa.core.context.java
Multi-valued (1:m, m:m) relationship mappings support ordering.
JavaOrderable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java ordering
JavaOrderColumn2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
orm.xml order column
JavaOrphanRemovable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Java orphan removal
JavaOrphanRemovalHolder2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Java override
JavaOverrideContainer - Interface in org.eclipse.jpt.jpa.core.context.java
Java attribute or association override container
JavaOverrideContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
 
JavaOverrideRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java association override relationship
JavaOverrideRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java association override relationship
JavaPersistentAttribute - Interface in org.eclipse.jpt.jpa.core.context.java
Context Java persistent attribute (field or property).
JavaPersistentAttribute.JpaContainerDefinition - Interface in org.eclipse.jpt.jpa.core.context.java
JPA container definition interface (and null implementation)
JavaPersistentAttribute.JpaContainerDefinition.Null - Class in org.eclipse.jpt.jpa.core.context.java
 
JavaPersistentAttribute2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Context Java persistent attribute (field or property).
JavaPersistentType - Interface in org.eclipse.jpt.jpa.core.context.java
Context Java persistent type.
JavaPersistentType2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 context Java persistent type.
javaPersistentTypes() - Method in interface org.eclipse.jpt.jpa.core.context.java.JarFile
Return the JAR file's Java persistent types.
javaPersistentTypesSize() - Method in interface org.eclipse.jpt.jpa.core.context.java.JarFile
Return the size of the JAR file's Java persistent types.
JavaPrimaryKeyJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java primary key join column
JavaPrimaryKeyJoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java primary key join column relationship (1:1)
JavaPrimaryKeyJoinColumnRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java primary key join column relationship strategy
JavaQuery - Interface in org.eclipse.jpt.jpa.core.context.java
Java named and named native queries
JavaQueryContainer - Interface in org.eclipse.jpt.jpa.core.context.java
Java query container
JavaQueryContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
 
JavaQueryHint - Interface in org.eclipse.jpt.jpa.core.context.java
Java query hint
JavaReadOnlyAssociationOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Java read-only association override
JavaReadOnlyAttributeOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Read-only Java attribute override
JavaReadOnlyOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Read-only Java override
JavaReadOnlyRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java relationship (join column, join table, mapped by, primary key join column, mapping)
JavaReadOnlyRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java read-only relationship strategy
JavaReadOnlyUniqueConstraint - Interface in org.eclipse.jpt.jpa.core.context.java
Java read-only unique constraint
JavaReferenceTable - Interface in org.eclipse.jpt.jpa.core.context.java
Java reference table
JavaRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java relationship (join column, join table, mapped by, primary key join column, mapping)
JavaRelationshipMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java relationship (1:1, 1:m, m:1, m:m) mapping.
JavaRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java relationship strategy
JavaResourceAbstractType - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary type.
JavaResourceAbstractType.Kind - Enum in org.eclipse.jpt.jaxb.core.resource.java
The kind of java type.
JavaResourceAnnotatedElement - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary annotated element.
JavaResourceAnnotatedElement - Interface in org.eclipse.jpt.jpa.core.resource.java
Java source code or binary annotated element.
JavaResourceAttribute - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary attribute (field/method) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourceClassFile - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java class file Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourceClassFile - Interface in org.eclipse.jpt.jpa.core.resource.java
Java class file Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourceCompilationUnit - Interface in org.eclipse.jpt.jaxb.core.resource.java
Dali resource for JDT compilation unit.
JavaResourceCompilationUnit - Interface in org.eclipse.jpt.jpa.core.resource.java
Dali resource for JDT compilation unit.
JavaResourceEnum - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary enum.
JavaResourceEnumConstant - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary enum constant Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourceField - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary field Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourceMember - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary persistent member.
JavaResourceMethod - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary method Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourceNode - Interface in org.eclipse.jpt.jaxb.core.resource.java
Common interface for Java resource nodes (source code or binary).
JavaResourceNode - Interface in org.eclipse.jpt.jpa.core.resource.java
Common interface for Java resource nodes (source code or binary).
JavaResourceNode.Root - Interface in org.eclipse.jpt.jaxb.core.resource.java
Root of Java resource model containment hierarchy.
JavaResourceNode.Root - Interface in org.eclipse.jpt.jpa.core.resource.java
Root of Java resource model containment hierarchy.
JavaResourcePackage - Interface in org.eclipse.jpt.jaxb.core.resource.java
 
JavaResourcePackage - Interface in org.eclipse.jpt.jpa.core.resource.java
 
JavaResourcePackageFragment - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java package fragment Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourcePackageFragment - Interface in org.eclipse.jpt.jpa.core.resource.java
Java package fragment Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourcePackageFragmentRoot - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java package fragement root Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourcePackageFragmentRoot - Interface in org.eclipse.jpt.jpa.core.resource.java
Java package fragement root Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourcePackageInfoCompilationUnit - Interface in org.eclipse.jpt.jaxb.core.resource.java
Dali resource for JDT compilation unit named package-info.java.
JavaResourcePackageInfoCompilationUnit - Interface in org.eclipse.jpt.jpa.core.resource.java
Dali resource for JDT compilation unit named package-info.java.
JavaResourcePersistentAttribute - Interface in org.eclipse.jpt.jpa.core.resource.java
Java source code or binary persistent attribute (field or property) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourcePersistentMember - Interface in org.eclipse.jpt.jpa.core.resource.java
Java source code or binary persistent member.
JavaResourcePersistentType - Interface in org.eclipse.jpt.jpa.core.resource.java
Java source code or binary persistent type.
JavaResourcePersistentType.Tools - Class in org.eclipse.jpt.jpa.core.resource.java
 
JavaResourcePersistentType.Tools() - Constructor for class org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentType.Tools
 
JavaResourcePersistentType2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.resource.java
JPA 2.0 Java source code or binary persistent type.
JavaResourcePersistentType2_0.AccessTypeFilter - Class in org.eclipse.jpt.jpa.core.jpa2.resource.java
 
JavaResourcePersistentTypeCache - Interface in org.eclipse.jpt.jpa.core.resource.java
Java persistent type cache - used to hold "external" types Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaResourceType - Interface in org.eclipse.jpt.jaxb.core.resource.java
Java source code or binary class or interface.
JavaSecondaryTable - Interface in org.eclipse.jpt.jpa.core.context.java
Java secondary table
JavaSequenceGenerator - Interface in org.eclipse.jpt.jpa.core.context.java
Java sequence generator
JavaSequenceGenerator2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java sequence generator
JavaSingleRelationshipMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java single (m:1, 1:1) mapping
JavaSingleRelationshipMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java single (m:1, 1:1) mapping
JavaStructureNodes - Interface in org.eclipse.jpt.jpa.core.context.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaTable - Interface in org.eclipse.jpt.jpa.core.context.java
Java table
JavaTableGenerator - Interface in org.eclipse.jpt.jpa.core.context.java
Java table generator
JavaTemporalConverter - Interface in org.eclipse.jpt.jpa.core.context.java
Java temporal converter
JavaTemporalConverter.Adapter - Class in org.eclipse.jpt.jpa.core.context.java
 
JavaTransientMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java transient "mapping"
JavaType - Interface in org.eclipse.jpt.common.utility
This interface describes a Java type; i.e.
JavaTypeMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java type mapping
JavaTypeMappingDefinition - Interface in org.eclipse.jpt.jpa.core.context.java
Map a string key to a type mapping and its corresponding Java annotations.
JavaTypeMappingUiDefinition<T extends TypeMapping> - Interface in org.eclipse.jpt.jpa.ui.details.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaUiFactory - Interface in org.eclipse.jpt.jpa.ui.details.java
Use JavaUiFactory to create any java JPA composites
JavaUiFactory2_0 - Interface in org.eclipse.jpt.jpa.ui.jpa2.details.java
Use JavaUiFactory2_0 to create any java JPA composites
JavaUniqueConstraint - Interface in org.eclipse.jpt.jpa.core.context.java
Java unique constraint
JavaVersionMapping - Interface in org.eclipse.jpt.jpa.core.context.java
Java version mapping
JavaVirtualAssociationOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual association override
JavaVirtualAttributeOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual attribute override
JavaVirtualColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual column
JavaVirtualColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.java
 
JavaVirtualJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual join column
JavaVirtualJoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual join column relationship
JavaVirtualJoinColumnRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual join column relationship strategy.
JavaVirtualJoinTable - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual join table
JavaVirtualJoinTableRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual join table relationship
JavaVirtualJoinTableRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual join table relationship strategy.
JavaVirtualOverride - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual attribute override association override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaVirtualOverrideRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual association override relationship
JavaVirtualOverrideRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.java
JPA 2.0 Java virtual association override relationship
JavaVirtualRelationship - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual relationship
JavaVirtualRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual strategy
JavaVirtualUniqueConstraint - Interface in org.eclipse.jpt.jpa.core.context.java
Java virtual database unique constraint
JAXB - Interface in org.eclipse.jpt.jaxb.core.resource.java
JAXB Java-related stuff (annotations etc.)
JAXB_FILES_COLLECTION - Static variable in interface org.eclipse.jpt.jaxb.core.JaxbProject
ID string used when the JAXB project's collection of JAXB files changes.
JAXB_INDEX_CONTENT_TYPE - Static variable in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
The content type for jaxb.index files
JAXB_INDEX_RESOURCE_TYPE - Static variable in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
The resource type for jaxb.index files
JAXB_PROJECTS_COLLECTION - Static variable in interface org.eclipse.jpt.jaxb.core.JaxbProjectManager
 
JAXB_PROPERTIES_CONTENT_TYPE - Static variable in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
The content type for jaxb.properties files
JAXB_PROPERTIES_RESOURCE_TYPE - Static variable in class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
The resource type for jaxb.properties files
JaxbAttributeMapping - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB attribute mapping.
JaxbAttributesContainer - Interface in org.eclipse.jpt.jaxb.core.context
Holds the attributes represented by a particular JavaResourceType and XmlAccessType.
JaxbAttributesContainer.Owner - Interface in org.eclipse.jpt.jaxb.core.context
 
JaxbClass - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB class.
JaxbContainmentAnnotation - Interface in org.eclipse.jpt.jaxb.core.resource.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JaxbContainmentMapping - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB containment mappings (xml element/attribute)
JaxbContextNode - Interface in org.eclipse.jpt.jaxb.core.context
Common protocol for JAXB objects that have a context, as opposed to resource objects.
JaxbContextRoot - Interface in org.eclipse.jpt.jaxb.core.context
Root of the JAXB context model.
JaxbElementFactoryMethod - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB element factory method (A method inside an object factory (@XmlRegistry) with an explicit @XmlElementDecl annotation)
JaxbEnumConstant - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB enum constant.
JaxbFacet - Class in org.eclipse.jpt.jaxb.core
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JaxbFactory - Interface in org.eclipse.jpt.jaxb.core
Use a JAXB factory to build any core (e.g.
JaxbFile - Interface in org.eclipse.jpt.jaxb.core
A JAXB Project contains JAXB files for all files in the project that are relevant to the JAXB spec.
JaxbIndexResource - Interface in org.eclipse.jpt.jaxb.core.resource.jaxbindex
 
JaxbLibraryProviderInstallOperationConfig - Interface in org.eclipse.jpt.jaxb.core.libprov
 
JaxbNavigatorUi - Interface in org.eclipse.jpt.jaxb.ui.navigator
Defines content and label provider factories for Project Navigator view for a given JAXB project.
JaxbNode - Interface in org.eclipse.jpt.jaxb.core
JAXB-specific protocol.
JaxbPackage - Interface in org.eclipse.jpt.jaxb.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JaxbPackageInfo - Interface in org.eclipse.jpt.jaxb.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JaxbPersistentAttribute - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB attribute (field/property).
JaxbPersistentClass - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB persistent class.
JaxbPersistentEnum - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB persistent enum.
JaxbPersistentField - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB field.
JaxbPersistentProperty - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB property (getter/setter pair)
JaxbPersistentType - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB persistent type (class or enum).
JaxbPlatform - Interface in org.eclipse.jpt.jaxb.core.platform
Provisional API: This class is part of an interim API that is still under development and expected to change significantly before reaching stability.
JaxbPlatformDefinition - Interface in org.eclipse.jpt.jaxb.core.platform
Provisional API: This class is part of an interim API that is still under development and expected to change significantly before reaching stability.
JaxbPlatformDefinitionFactory - Interface in org.eclipse.jpt.jaxb.core.platform
This interface is to be implemented by a JAXB vendor to build a JaxbPlatformDefinition.
JaxbPlatformDescription - Interface in org.eclipse.jpt.jaxb.core.platform
Contains metadata that describes a JAXB platform.
JaxbPlatformGroupDescription - Interface in org.eclipse.jpt.jaxb.core.platform
Contains metadata that describes a JAXB platform group.
JaxbPlatformManager - Interface in org.eclipse.jpt.jaxb.core.platform
Entry point to the "jaxbPlatforms" extension point Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JaxbPlatformUi - Interface in org.eclipse.jpt.jaxb.ui.platform
This interface is to be implemented by a JAXB implementation vendor to provide extensions to JAXB UI functionality.
JaxbPlatformUiManager - Interface in org.eclipse.jpt.jaxb.ui.platform
Repository for JaxbPlatformUis
JaxbProject - Interface in org.eclipse.jpt.jaxb.core
A JAXB project is associated with an Eclipse project (and its corresponding Java project).
JaxbProject.Config - Interface in org.eclipse.jpt.jaxb.core
The settings used to construct a JAXB project.
JaxbProjectManager - Interface in org.eclipse.jpt.jaxb.core
The JAXB project manager holds all the JAXB projects in the workspace.
JaxbPropertiesResource - Interface in org.eclipse.jpt.jaxb.core.resource.jaxbprops
 
JaxbRegistry - Interface in org.eclipse.jpt.jaxb.core.context
Represents a JAXB registry (A class with an explicit @XmlRegistry annotation)
JaxbResourceModelProvider - Interface in org.eclipse.jpt.jaxb.core
Map a content type to a JAXB resource model.
JaxbTransientClass - Interface in org.eclipse.jpt.jaxb.core.context
Represents a transient JAXB type (A class with an explicit @XmlTransient annotation)
JaxbType - Interface in org.eclipse.jpt.jaxb.core.context
Represents a java class (or enum or interface) with JAXB metadata (specified or implied).
JaxbType.Kind - Enum in org.eclipse.jpt.jaxb.core.context
The kind of metadata specified on the java type.
JOIN_COLUMN - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMN - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
JOIN_COLUMN__COLUMN_DEFINITION - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMN__INSERTABLE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMN__NAME - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMN__NULLABLE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMN__REFERENCED_COLUMN_NAME - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMN__TABLE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMN__UNIQUE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMN__UPDATABLE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMNS - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMNS__VALUE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.AssociationOverrideAnnotation
 
JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JoinColumnsAnnotation
 
JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.ReferenceTableAnnotation
 
JOIN_FETCH - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
JOIN_FETCH - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
JOIN_FETCH__VALUE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
JOIN_FETCH_TYPE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
JOIN_FETCH_TYPE_ - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
JOIN_FETCH_TYPE__INNER - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
JOIN_FETCH_TYPE__OUTER - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
JOIN_TABLE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_TABLE - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
JOIN_TABLE__CATALOG - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_TABLE__INVERSE_JOIN_COLUMNS - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_TABLE__JOIN_COLUMNS - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_TABLE__NAME - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_TABLE__SCHEMA - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_TABLE__UNIQUE_CONSTRAINTS - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
JOIN_TABLE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTableRelationshipStrategy
Change notification identifier for "joinTable" property
JOIN_TABLE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.AssociationOverride2_0Annotation
 
JOIN_VALUE - Static variable in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1.BatchFetchType_2_1
The 'JOIN' literal value.
JoinColumn - Interface in org.eclipse.jpt.jpa.core.context
Specified join column
JoinColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context
interface allowing join columns to be used in multiple places (e.g.
JoinColumnAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA annotation javax.persistence.JoinColumn
joinColumnAt(int) - Method in interface org.eclipse.jpt.jpa.core.resource.java.AssociationOverrideAnnotation
Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
joinColumnAt(int) - Method in interface org.eclipse.jpt.jpa.core.resource.java.ReferenceTableAnnotation
Corresponds to the 'joinColumns' element of the JoinTable annotation.
joinColumnIsDefault(ReadOnlyBaseJoinColumn) - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseJoinColumn.Owner
 
JoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context
Join column relationship 1:1 1:m m:1 association override
JoinColumnRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context
Join column relationship strategy.
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaJoinColumnRelationshipStrategy
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaReferenceTable
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinColumnRelationshipStrategy
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaVirtualJoinTable
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.JoinColumnRelationshipStrategy
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmJoinColumnRelationshipStrategy
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmReferenceTable
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinColumnRelationshipStrategy
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmVirtualJoinTable
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumnRelationshipStrategy
Return the join columns whether specified or default.
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyReferenceTable
Return the reference table's join columns, whether specified or default.
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.ReferenceTable
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualJoinColumnRelationshipStrategy
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.VirtualReferenceTable
 
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AssociationOverrideAnnotation
Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
joinColumns() - Method in interface org.eclipse.jpt.jpa.core.resource.java.ReferenceTableAnnotation
Corresponds to the 'joinColumns' element of the JoinTable annotation.
JoinColumnsAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA annotation javax.persistence.JoinColumns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
joinColumnsSize() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseJoinColumn.Owner
Return the number of join columns in the owner's list the join column belongs to.
joinColumnsSize() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumnRelationshipStrategy
Return the number of join columns, whether specified and default.
joinColumnsSize() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyReferenceTable
Return the number of join columns, whether specified or default.
joinColumnsSize() - Method in interface org.eclipse.jpt.jpa.core.resource.java.AssociationOverrideAnnotation
Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
joinColumnsSize() - Method in interface org.eclipse.jpt.jpa.core.resource.java.ReferenceTableAnnotation
Corresponds to the 'joinColumns' element of the JoinTable annotation.
JOINED_VALUE - Static variable in enum org.eclipse.jpt.jpa.core.resource.orm.InheritanceType
The 'JOINED' literal value.
JoinFetchType - Enum in org.eclipse.jpt.jpa.eclipselink.core.resource.java
Corresponds to the EclipseLink enum org.eclipse.persistence.annotations.JoinFetchType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinTable - Interface in org.eclipse.jpt.jpa.core.context
Used by many-to-many and one-to-many mappings.
JoinTableAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA annotation javax.persistence.JoinTable
joinTableNameIsDefault() - Method in interface org.eclipse.jpt.jpa.db.Table
Assuming the table is a join table, return whether its name matches the JPA default (i.e.
JoinTableRelationship - Interface in org.eclipse.jpt.jpa.core.context
Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0)
JoinTableRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context
Join table relationship strategy.
JPA - Interface in org.eclipse.jpt.jpa.core.resource.java
JPA Java-related stuff (annotations etc.)
JPA - Interface in org.eclipse.jpt.jpa.core.resource.orm
 
JPA - Interface in org.eclipse.jpt.jpa.core.resource.persistence
JPA persistence.xml-related stuff (elements, attributes etc.) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JPA2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.resource.java
JPA 2.0 Java-related stuff (annotations etc.)
JPA2_0 - Interface in org.eclipse.jpt.jpa.core.resource.orm.v2_0
JPA 2.0 orm.xml-related stuff (elements, attributes etc.) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JPA2_0 - Interface in org.eclipse.jpt.jpa.core.resource.persistence.v2_0
JPA persistence2_0.xml-related stuff (elements, attributes etc.) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JPA_FILES_COLLECTION - Static variable in interface org.eclipse.jpt.jpa.core.JpaProject
ID string used when the JPA project's collection of JPA files changes.
JPA_PLATFORM_DESCRIPTION_ENABLEMENT_EXP - Static variable in interface org.eclipse.jpt.jpa.core.libprov.JpaLibraryProviderInstallOperationConfig
enablement expression for jpa platform description (JpaPlatformDescription)
JPA_PLATFORM_ENABLEMENT_EXP - Static variable in interface org.eclipse.jpt.jpa.core.libprov.JpaLibraryProviderInstallOperationConfig
enablement expression for jpa platform id (String)
JPA_PROJECTS_COLLECTION - Static variable in interface org.eclipse.jpt.jpa.core.JpaProjectManager
 
JPA_ROOT_EOBJECT - Static variable in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
The meta object id for the 'Jpa Root EObject' class.
JPA_ROOT_EOBJECT - Static variable in interface org.eclipse.jpt.jpa.core.resource.xml.CommonPackage.Literals
The meta object literal for the 'Jpa Root EObject' class.
JPA_ROOT_EOBJECT__SCHEMA_LOCATION - Static variable in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
The feature id for the 'Schema Location' attribute.
JPA_ROOT_EOBJECT__SCHEMA_LOCATION - Static variable in interface org.eclipse.jpt.jpa.core.resource.xml.CommonPackage.Literals
The meta object literal for the 'Schema Location' attribute feature.
JPA_ROOT_EOBJECT__VERSION - Static variable in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
The feature id for the 'Version' attribute.
JPA_ROOT_EOBJECT__VERSION - Static variable in interface org.eclipse.jpt.jpa.core.resource.xml.CommonPackage.Literals
The meta object literal for the 'Version' attribute feature.
JPA_ROOT_EOBJECT_FEATURE_COUNT - Static variable in class org.eclipse.jpt.jpa.core.resource.xml.CommonPackage
The number of structural features of the 'Jpa Root EObject' class.
JpaAnnotationDefinitionProvider - Interface in org.eclipse.jpt.jpa.core
Provides annotation definitions for types and attributes.
JpaAnnotationProvider - Interface in org.eclipse.jpt.jpa.core
This is used to provide type and attribute annotations.
JpaComposite - Interface in org.eclipse.jpt.jpa.ui.details
A JpaComposite defines the common behavior of the JPA related widgets.
JpaConnection2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode - Interface in org.eclipse.jpt.jpa.core.context
Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaDataSource - Interface in org.eclipse.jpt.jpa.core
Interface to the connection profile.
JpaDetailsPage<T extends JpaStructureNode> - Interface in org.eclipse.jpt.jpa.ui.details
A details page is used to show the property pane for a given context node.
JpaDetailsProvider - Interface in org.eclipse.jpt.jpa.ui.details
This provider is responsible to create the JpaDetailsPage responsible to show the information for a given content node id.
JpaEObject - Interface in org.eclipse.jpt.jpa.core.resource.xml
Common Dali behavior for EMF objects.
JpaFacet - Class in org.eclipse.jpt.jpa.core
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaFactory - Interface in org.eclipse.jpt.jpa.core
Use a JPA factory to build any core (e.g.
JpaFactory2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2
JPA 2.0 factory
JpaFile - Interface in org.eclipse.jpt.jpa.core
A JPA Project contains JPA files for all files in the project that are relevant to the JPA spec.
JpaLibraryProviderInstallOperationConfig - Interface in org.eclipse.jpt.jpa.core.libprov
 
JpaNamedContextNode<T> - Interface in org.eclipse.jpt.jpa.core.context
Named context node that may have collisions with or override other nodes with the same name defined elsewhere in the persistence unit (e.g.
JpaNavigatorProvider - Interface in org.eclipse.jpt.jpa.ui.navigator
This provider is responsible to create the Project Navigator view contents and labels for a given JPA project.
JpaNode - Interface in org.eclipse.jpt.jpa.core
JPA-specific protocol.
JpaOptions2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaPageComposite - Interface in org.eclipse.jpt.jpa.ui.details
A JpaPageComposite defines the common behavior of the JPA related widgets that is shown as a page within an editor.
JpaPlatform - Interface in org.eclipse.jpt.jpa.core
This interface is to be implemented by a JPA vendor to provide extensions to the core JPA model.
JpaPlatform.Version - Interface in org.eclipse.jpt.jpa.core
 
JpaPlatformDescription - Interface in org.eclipse.jpt.jpa.core.platform
Contains metadata that describes a JPA platform.
JpaPlatformFactory - Interface in org.eclipse.jpt.jpa.core
This interface is to be implemented by a JPA vendor to build a JpaPlatform.
JpaPlatformGroupDescription - Interface in org.eclipse.jpt.jpa.core.platform
Contains metadata that describes a JPA platform group.
JpaPlatformManager - Interface in org.eclipse.jpt.jpa.core.platform
Entry point to the "jpaPlatforms" extension point Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaPlatformProvider - Interface in org.eclipse.jpt.jpa.core
This interface is to be implemented by a JPA vendor to provide extensions to the core JPA model.
JpaPlatformUi - Interface in org.eclipse.jpt.jpa.ui
This interface is to be implemented by a JPA vendor to provide extensions to JPA UI functionality.
JpaPlatformUiFactory - Interface in org.eclipse.jpt.jpa.ui
This interface is to be implemented by a JPA vendor to build a JpaPlatformUi.
JpaPlatformUiProvider - Interface in org.eclipse.jpt.jpa.ui
This interface is to be implemented by a JPA vendor to provide extensions to JPA UI functionality.
JpaPlatformVariation - Interface in org.eclipse.jpt.jpa.core
A JpaPlatform contains a JpaPlatformVariation.
JpaPlatformVariation.Supported - Enum in org.eclipse.jpt.jpa.core
 
JpaProject - Interface in org.eclipse.jpt.jpa.core
A JPA project is associated with an Eclipse project (and its corresponding Java project).
JpaProject.Config - Interface in org.eclipse.jpt.jpa.core
The settings used to construct a JPA project.
JpaProject2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2
JPA 2.0 project.
JpaProject2_0.Config - Interface in org.eclipse.jpt.jpa.core.jpa2
The settings used to construct a JPA 2.0 project.
JpaProjectManager - Interface in org.eclipse.jpt.jpa.core
The JPA project manager holds all the JPA projects in the workspace.
JpaResourceModelProvider - Interface in org.eclipse.jpt.jpa.core
Map a content type to a JPA resource model.
JpaRootContextNode - Interface in org.eclipse.jpt.jpa.core.context
Root of the Dali JPA context model.
JpaRootContextNode2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
Root of the Dali JPA 2.0 context model.
JpaRootEObject - Interface in org.eclipse.jpt.jpa.core.resource.xml
A representation of the model object 'Jpa Root EObject'.
JpaStructureNode - Interface in org.eclipse.jpt.jpa.core
Implement this interface for objects that appear in the Structure view This is used by JpaSelection to determine selection in the editor.
JpaStructureProvider - Interface in org.eclipse.jpt.jpa.ui.structure
This provider is responsible to create the JPA Structure view contents and labels for a given JPA resource.
JpaXmlResource - Class in org.eclipse.jpt.jpa.core.resource.xml
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaXmlResource(URI, Renderer, IContentType, Translator) - Constructor for class org.eclipse.jpt.jpa.core.resource.xml.JpaXmlResource
 
JpaXmlResourceProvider - Interface in org.eclipse.jpt.jpa.core.resource
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaXmlResourceProviderEvent - Class in org.eclipse.jpt.jpa.core.resource
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaXmlResourceProviderEvent(JpaXmlResourceProvider, int) - Constructor for class org.eclipse.jpt.jpa.core.resource.JpaXmlResourceProviderEvent
 
JpaXmlResourceProviderListener - Interface in org.eclipse.jpt.jpa.core.resource
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JPQL_IDENTIFIER_CASE_PREF_KEY - Static variable in class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
The preference key used to retrieve the case used for JPQL identifiers.
JPQL_IDENTIFIER_LOWERCASE_PREF_VALUE - Static variable in class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
 
JPQL_IDENTIFIER_MATCH_FIRST_CHARACTER_CASE_PREF_KEY - Static variable in class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
 
JPQL_IDENTIFIER_UPPERCASE_PREF_VALUE - Static variable in class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
 
JptCommonCorePlugin - Class in org.eclipse.jpt.common.core
 
JptCommonCorePlugin() - Constructor for class org.eclipse.jpt.common.core.JptCommonCorePlugin
 
JptCommonEclipseLinkCorePlugin - Class in org.eclipse.jpt.common.eclipselink.core
 
JptCommonEclipseLinkCorePlugin() - Constructor for class org.eclipse.jpt.common.eclipselink.core.JptCommonEclipseLinkCorePlugin
 
JptCommonUiPlugin - Class in org.eclipse.jpt.common.ui
 
JptCommonUiPlugin() - Constructor for class org.eclipse.jpt.common.ui.JptCommonUiPlugin
 
JptJaxbCorePlugin - Class in org.eclipse.jpt.jaxb.core
The Dali JAXB core plug-in lifecycle implementation.
JptJaxbCorePlugin() - Constructor for class org.eclipse.jpt.jaxb.core.JptJaxbCorePlugin
 
JptJaxbEclipseLinkCorePlugin - Class in org.eclipse.jpt.jaxb.eclipselink.core
 
JptJaxbEclipseLinkCorePlugin() - Constructor for class org.eclipse.jpt.jaxb.eclipselink.core.JptJaxbEclipseLinkCorePlugin
 
JptJaxbEclipseLinkUiPlugin - Class in org.eclipse.jpt.jaxb.eclipselink.ui
The activator class controls the plug-in life cycle Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JptJaxbEclipseLinkUiPlugin() - Constructor for class org.eclipse.jpt.jaxb.eclipselink.ui.JptJaxbEclipseLinkUiPlugin
 
JptJaxbUiPlugin - Class in org.eclipse.jpt.jaxb.ui
The activator class controls the plug-in life cycle Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JptJaxbUiPlugin() - Constructor for class org.eclipse.jpt.jaxb.ui.JptJaxbUiPlugin
 
JptJpaCorePlugin - Class in org.eclipse.jpt.jpa.core
The Dali core plug-in lifecycle implementation.
JptJpaCorePlugin() - Constructor for class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
 
JptJpaDbPlugin - Class in org.eclipse.jpt.jpa.db
The Dali JPA DB plug-in lifecycle implementation.
JptJpaDbPlugin() - Constructor for class org.eclipse.jpt.jpa.db.JptJpaDbPlugin
The constructor
JptJpaEclipseLinkCorePlugin - Class in org.eclipse.jpt.jpa.eclipselink.core
The activator class controls the plug-in life cycle
JptJpaEclipseLinkCorePlugin() - Constructor for class org.eclipse.jpt.jpa.eclipselink.core.JptJpaEclipseLinkCorePlugin
 
JptJpaEclipseLinkUiPlugin - Class in org.eclipse.jpt.jpa.eclipselink.ui
The activator class controls the plug-in life cycle Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JptJpaEclipseLinkUiPlugin() - Constructor for class org.eclipse.jpt.jpa.eclipselink.ui.JptJpaEclipseLinkUiPlugin
 
JptJpaUiPlugin - Class in org.eclipse.jpt.jpa.ui
Dali UI plug-in.
JptJpaUiPlugin() - Constructor for class org.eclipse.jpt.jpa.ui.JptJpaUiPlugin
 
JptLibraryProviderInstallOperationConfig - Interface in org.eclipse.jpt.common.core.libprov
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JptResourceModel - Interface in org.eclipse.jpt.common.core
Listeners are notified whenever anything in the JPT resource model changes.
JptResourceModelListener - Interface in org.eclipse.jpt.common.core
The listener is notified whenever anything in the JPA resource model changes.
JptResourceType - Class in org.eclipse.jpt.common.core
Describes the file content type and version for JPA resources.
JptResourceType(IContentType) - Constructor for class org.eclipse.jpt.common.core.JptResourceType
 
JptResourceType(IContentType, String) - Constructor for class org.eclipse.jpt.common.core.JptResourceType
 
JTA_DATA_SOURCE - Static variable in interface org.eclipse.jpt.jpa.core.resource.persistence.JPA
 
JTA_DATA_SOURCE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
String constant associated with changes to the persistence unit's JTA data source
JTA_VALUE - Static variable in enum org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnitTransactionType
The 'JTA' literal value.

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