Uses of Interface
org.eclipse.jpt.jpa.core.context.JpaContextNode

Packages that use JpaContextNode
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.internal.context   
org.eclipse.jpt.jpa.core.internal.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.persistence   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm   
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.core.context
 interface AssociationOverride
          Association override
 interface AssociationOverrideContainer
          Association override container.
 interface AttributeMapping
          JPA attribute mapping.
 interface AttributeOverride
          Attribute override.
 interface AttributeOverrideContainer
          Attribute override container.
 interface BaseColumn
          column or join column
 interface BaseEmbeddedMapping
          Behavior common to embedded and embedded ID mappings.
 interface BaseJoinColumn
          Specified join column primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface BasicMapping
          JPA basic mapping.
 interface Cascade
          JPA cascade (persist, merge, remove, refresh)
 interface CollectionMapping
          JPA collection mapping (e.g.
 interface Column
          Normal column
 interface ColumnMapping
          JPA attribute mapping that has a converter (e.g.
 interface Converter
          JPA attribute mapping converter.
 interface ConvertibleMapping
          JPA attribute mapping that has a converter (e.g.
 interface DiscriminatorColumn
          discriminator column
 interface Embeddable
          embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EmbeddedIdMapping
          JPA embedded ID mapping
 interface EmbeddedMapping
          JPA embedded mapping
 interface Entity
          entity
 interface EnumeratedConverter
          JPA enumerated converter
 interface FetchableMapping
          JPA attribute mapping that has a fetch type (e.g.
 interface GeneratedValue
          JPA generated value
 interface Generator
          Sequence and table generators.
 interface GeneratorContainer
          Container for a table generator and/or sequence generator.
 interface IdClassReference
          ID class reference
 interface IdMapping
          JPA ID mapping
 interface JoinColumn
          Specified join column
 interface JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 association override
 interface JoinColumnRelationshipStrategy
          Join column relationship strategy.
 interface JoinTable
          Used by many-to-many and one-to-many mappings.
 interface JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0)
 interface JoinTableRelationshipStrategy
          Join table relationship strategy.
 interface JpaNamedContextNode<T>
          Named context node that may have collisions with or override other nodes with the same name defined elsewhere in the persistence unit (e.g.
 interface JpaRootContextNode
          Root of the Dali JPA context model.
 interface LobConverter
          JPA LOB converter
 interface ManyToManyMapping
          JPA m:m mapping
 interface ManyToManyRelationship
          m:m relationship reference
 interface ManyToOneMapping
          JPA m:1 mapping
 interface ManyToOneRelationship
          m:1 relationship (join column)
 interface MappedByRelationship
          "Mapped by" relationship 1:1 1:m m:m
 interface MappedByRelationshipStrategy
          "Mapped by" relationship strategy
 interface MappedSuperclass
          mapped superclass
 interface MappingFile
          JPA mapping file (typically orm.xml).
 interface MappingFilePersistenceUnitDefaults
          Persistence unit defaults held by a mapping file.
 interface MappingFilePersistenceUnitMetadata
          Persistence unit metadata held by a mapping file.
 interface MappingFileRoot
          The root of a JPA mapping file.
 interface MappingRelationship
          Mapping relationship 1:1 1:m m:1 m:m
 interface MultiRelationshipMapping
          Multi-valued (1:m, m:m) relationship mapping.
 interface NamedColumn
          Specified 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.
 interface NamedNativeQuery
          named native query
 interface NamedQuery
          named query
 interface OneToManyMapping
          JPA 1:m mapping
 interface OneToManyRelationship
          1:m relationship (mapped by, join table)
 interface OneToOneMapping
          JPA 1:1 mapping
 interface OneToOneRelationship
          1:1 relationship (mapped by, join column, primary key join column)
 interface OptionalMapping
          JPA attribute mapping that is optional (e.g.
 interface Orderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
 interface Override_
           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.
 interface OverrideContainer
          attribute or association override container
 interface OverrideRelationship
          Association override relationship
 interface PersistentAttribute
          Context persistent attribute (field or property).
 interface PersistentType
          Context persistent type.
static interface PersistentType.Owner
           
 interface PrimaryKeyJoinColumn
          primary key join column
 interface PrimaryKeyJoinColumnRelationship
          Primary key join column relationship 1:1
 interface PrimaryKeyJoinColumnRelationshipStrategy
          Primary key join column relationship strategy.
 interface Query
          Named and named native queries.
 interface QueryContainer
          Container for named queries and/or named native queries.
 interface QueryHint
          query hint
 interface ReadOnlyAssociationOverride
          Read-only association override
 interface ReadOnlyAttributeOverride
          Read-only attribute override.
 interface ReadOnlyBaseColumn
          Read-only column join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ReadOnlyBaseJoinColumn
          Read-only join column primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ReadOnlyColumn
          Read-only column
 interface ReadOnlyJoinColumn
          Read-only join column
 interface ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 association override
 interface ReadOnlyJoinColumnRelationshipStrategy
          Read-only join column relationship strategy.
 interface ReadOnlyJoinTable
          Used by association overrides.
 interface ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0)
 interface ReadOnlyJoinTableRelationshipStrategy
          Read-only join table relationship strategy.
 interface ReadOnlyNamedColumn
          Read-only 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.
 interface ReadOnlyOverride
          Read-only 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.
 interface ReadOnlyOverrideRelationship
          Read-only association override relationship
 interface ReadOnlyPersistentAttribute
          Read-only context persistent attribute (field or property).
 interface ReadOnlyPrimaryKeyJoinColumn
          Read-only primary key join column
 interface ReadOnlyReferenceTable
          Read-only reference table (i.e.
 interface ReadOnlyRelationship
          A relationship contains the settings describing how entities are related in a RelationshipMapping or AssociationOverride: join column join table "mapped by" primary key join column Supported mappings: 1:1 1:m m:1 m:m Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ReadOnlyRelationshipStrategy
          Strategy describing how two entities are related, either for a RelationshipMapping or an AssociationOverride: join column join table "mapped by" primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ReadOnlySecondaryTable
          Read-only entity secondary table
 interface ReadOnlyTable
          Read-only table
 interface ReadOnlyUniqueConstraint
          Read-only database unique constraint
 interface ReferenceTable
          Reference table (i.e.
 interface Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface RelationshipMapping
          JPA relationship (1:1, 1:m, m:1, m:m) mapping.
 interface RelationshipStrategy
          Strategy describing how two entities are joined, either for a RelationshipMapping or an AssociationOverride: join column join table "mapped by" primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface SecondaryTable
          entity secondary table
 interface SequenceGenerator
          sequence generator
 interface SingleRelationshipMapping
          JPA single (m:1, 1:2) mapping
 interface Table
           table secondary table join table collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface TableGenerator
          table generator
 interface TemporalConverter
          JPA temporal converter
 interface TransientMapping
          JPA transient "mapping".
 interface TypeMapping
          type mapping: entity mapped superclass embeddable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface UniqueConstraint
          database unique constraint
 interface VersionMapping
          JPA version mapping
 interface VirtualAssociationOverride
          Virtual association override
 interface VirtualAttributeOverride
          Virtual attribute override
 interface VirtualBaseColumn
          Virtual column join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualBaseJoinColumn
          Virtual join column (no virtual primary key join columns yet)
 interface VirtualColumn
          Virtual column
 interface VirtualJoinColumn
          Virtual join column
 interface VirtualJoinColumnRelationship
          Virtual join column relationship
 interface VirtualJoinColumnRelationshipStrategy
          Virtual join column relationship strategy.
 interface VirtualJoinTable
          Used by association overrides.
 interface VirtualJoinTableRelationship
          Virtual join table relationship
 interface VirtualJoinTableRelationshipStrategy
          Virtual join table relationship strategy.
 interface VirtualNamedColumn
          Virtual column join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualOverride
          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.
 interface VirtualOverrideRelationship
          Virtual association override relationship
 interface VirtualPrimaryKeyJoinColumn
          Virtual primary key join column
 interface VirtualReferenceTable
          Virtual reference table
 interface VirtualRelationship
          Virtual relationship
 interface VirtualRelationshipStrategy
          Virtual strategy
 interface VirtualSecondaryTable
          Virtual secondary table
 interface VirtualTable
          Virtual table
 interface VirtualUniqueConstraint
          Virtual database unique constraint
 interface XmlContextNode
          XML JPA context node
 interface XmlFile
          Context representation of any JPA XML file.
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.core.context.java
 interface JarFile
          A JAR file identified by a persistence.xml jar-file element.
 interface JavaAssociationOverride
          Java association override
 interface JavaAssociationOverrideContainer
          Java association override container
 interface JavaAttributeMapping
          Java attribute mapping
 interface JavaAttributeOverride
          Java attribute override
 interface JavaAttributeOverrideContainer
          Java attribute override container
 interface JavaBaseColumn
          Java column or join column
 interface JavaBaseEmbeddedMapping
          Behavior common to Java embedded and embedded ID mappings.
 interface JavaBaseJoinColumn
          Java join column or primary key join column
 interface JavaBasicMapping
          Java basic mapping
 interface JavaCascade
          Java cascade (persist, merge, remove, refresh)
 interface JavaCollectionMapping
          JPA Java collection mapping (e.g.
 interface JavaColumn
          Java column
 interface JavaColumnMapping
          Java column mapping
 interface JavaConverter
          Java converter
 interface JavaConvertibleMapping
          Java attribute mapping that has a converter (e.g.
 interface JavaDiscriminatorColumn
          Java discriminator column
 interface JavaEmbeddable
          Java embeddable type mapping
 interface JavaEmbeddedIdMapping
          Java embedded ID mapping
 interface JavaEmbeddedMapping
          Java embedded mapping
 interface JavaEntity
          Java entity
 interface JavaEnumeratedConverter
          Java enumerated converter
 interface JavaGeneratedValue
          Java generated value
 interface JavaGenerator
          Java sequence and table generators
 interface JavaGeneratorContainer
          Java generator container
 interface JavaIdClassReference
          Java ID class reference
 interface JavaIdMapping
          Java ID mapping
 interface JavaJoinColumn
          Java join column
 interface JavaJoinColumnRelationship
          Java join column relationship (1:1, 1:m, m:1, and association override)
 interface JavaJoinColumnRelationshipStrategy
          Java join column relationship strategy
 interface JavaJoinTable
          Java join table
 interface JavaJoinTableRelationship
          Java join table relationship (1:1, 1:m, m:1, m:m)
 interface JavaJoinTableRelationshipStrategy
          Java join table relationship strategy
 interface JavaJpaContextNode
          Java JPA context node.
 interface JavaLobConverter
          Java LOB converter
 interface JavaManyToManyMapping
          Java m:m mapping
 interface JavaManyToManyRelationship
          Java m:m relationship
 interface JavaManyToOneMapping
          Java m:1 mapping
 interface JavaManyToOneRelationship
          Java m:1 relationship
 interface JavaMappedByRelationship
          Java "mapped by" relationship (1:1, 1:m, m:m)
 interface JavaMappedByRelationshipStrategy
          Java "mapped by" relationship strategy
 interface JavaMappedSuperclass
          Java mapped superclass
 interface JavaMappingJoinColumnRelationship
          Java mapping join column relationship (1:1, 1:m, m:1)
 interface JavaMappingJoinTableRelationship
          Java mapping join table relationship (1:1, 1:m, m:1, m:m)
 interface JavaMappingRelationship
          Java mapping relationship (1:1, 1:m, m:1, m:m)
 interface JavaMultiRelationshipMapping
          Java multi-valued (1:m, m:m) relationship mapping.
 interface JavaNamedColumn
          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.
 interface JavaNamedNativeQuery
          Java named native query
 interface JavaNamedQuery
          Java named query
 interface JavaOneToManyMapping
          Java 1:m mapping
 interface JavaOneToManyRelationship
          Java 1:m relationship
 interface JavaOneToOneMapping
          Java 1:1 mapping
 interface JavaOneToOneRelationship
          Java 1:1 relationship
 interface JavaOrderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
 interface JavaOverride
          Java override
 interface JavaOverrideContainer
          Java attribute or association override container
 interface JavaOverrideRelationship
          Java association override relationship
 interface JavaPersistentAttribute
          Context Java persistent attribute (field or property).
 interface JavaPersistentType
          Context Java persistent type.
 interface JavaPrimaryKeyJoinColumn
          Java primary key join column
 interface JavaPrimaryKeyJoinColumnRelationship
          Java primary key join column relationship (1:1)
 interface JavaPrimaryKeyJoinColumnRelationshipStrategy
          Java primary key join column relationship strategy
 interface JavaQuery
          Java named and named native queries
 interface JavaQueryContainer
          Java query container
 interface JavaQueryHint
          Java query hint
 interface JavaReadOnlyAssociationOverride
          Java read-only association override
 interface JavaReadOnlyAttributeOverride
          Read-only Java attribute override
 interface JavaReadOnlyOverride
          Read-only Java override
 interface JavaReadOnlyRelationship
          Java relationship (join column, join table, mapped by, primary key join column, mapping)
 interface JavaReadOnlyRelationshipStrategy
          Java read-only relationship strategy
 interface JavaReadOnlyUniqueConstraint
          Java read-only unique constraint
 interface JavaReferenceTable
          Java reference table
 interface JavaRelationship
          Java relationship (join column, join table, mapped by, primary key join column, mapping)
 interface JavaRelationshipMapping
          Java relationship (1:1, 1:m, m:1, m:m) mapping.
 interface JavaRelationshipStrategy
          Java relationship strategy
 interface JavaSecondaryTable
          Java secondary table
 interface JavaSequenceGenerator
          Java sequence generator
 interface JavaSingleRelationshipMapping
          Java single (m:1, 1:1) mapping
 interface JavaTable
          Java table
 interface JavaTableGenerator
          Java table generator
 interface JavaTemporalConverter
          Java temporal converter
 interface JavaTransientMapping
          Java transient "mapping"
 interface JavaTypeMapping
          Java type mapping
 interface JavaUniqueConstraint
          Java unique constraint
 interface JavaVersionMapping
          Java version mapping
 interface JavaVirtualAssociationOverride
          Java virtual association override
 interface JavaVirtualAttributeOverride
          Java virtual attribute override
 interface JavaVirtualColumn
          Java virtual column
 interface JavaVirtualJoinColumn
          Java virtual join column
 interface JavaVirtualJoinColumnRelationship
          Java virtual join column relationship
 interface JavaVirtualJoinColumnRelationshipStrategy
          Java virtual join column relationship strategy.
 interface JavaVirtualJoinTable
          Java virtual join table
 interface JavaVirtualJoinTableRelationship
          Java virtual join table relationship
 interface JavaVirtualJoinTableRelationshipStrategy
          Java virtual join table relationship strategy.
 interface JavaVirtualOverride
          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.
 interface JavaVirtualOverrideRelationship
          Java virtual association override relationship
 interface JavaVirtualRelationship
          Java virtual relationship
 interface JavaVirtualRelationshipStrategy
          Java virtual strategy
 interface JavaVirtualUniqueConstraint
          Java virtual database unique constraint
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.core.context.orm
 interface EntityMappings
          Context model corresponding to the XML resource model XmlEntityMappings, which corresponds to the entity-mappings element in the orm.xml file.
 interface OrmAssociationOverride
          orm.xml association override
 interface OrmAssociationOverrideContainer
          orm.xml association override container
 interface OrmAttributeMapping
          orm.xml attribute mapping
 interface OrmAttributeOverride
          orm.xml attribute override
 interface OrmAttributeOverrideContainer
          orm.xml attribute override container
 interface OrmBaseColumn
          orm.xml column or join column
 interface OrmBaseEmbeddedMapping
          Behavior common to orm.xml embedded and embedded ID mappings.
 interface OrmBaseJoinColumn
          orm.xml join column or primary key join column
 interface OrmBasicMapping
          orm.xml basic mapping
 interface OrmCascade
          orm.xml cascade (persist, merge, remove, refresh)
 interface OrmCollectionMapping
          JPA orm.xml collection mapping (e.g.
 interface OrmColumn
          orm.xml column
 interface OrmColumnMapping
          orm.xml column mapping
 interface OrmConverter
          orm.xml converter
 interface OrmConvertibleMapping
          orm.xml attribute mapping that has a converter (e.g.
 interface OrmDiscriminatorColumn
          orm.xml discriminator column
 interface OrmEmbeddable
          orm.xml embeddable type mapping
 interface OrmEmbeddedIdMapping
          orm.xml embedded ID mapping
 interface OrmEmbeddedMapping
          orm.xml embedded mapping
 interface OrmEntity
          orm.xml entity
 interface OrmEnumeratedConverter
          orm.xml enumerated converter
 interface OrmGeneratedValue
          orm.xml generated value
 interface OrmGenerator
          orm.xml sequence and table generators
 interface OrmGeneratorContainer
          orm.xml generator container
 interface OrmIdClassReference
          orm.xml ID class reference
 interface OrmIdMapping
          orm.xml ID mapping
 interface OrmJoinColumn
          orm.xml join column
 interface OrmJoinColumnRelationship
          orm.xml join column relationship (1:1, 1:m, m:1, and association override)
 interface OrmJoinColumnRelationshipStrategy
          orm.xml join column relationship strategy
 interface OrmJoinTable
          orm.xml join table
 interface OrmJoinTableRelationship
          orm.xml join table relationship (1:1, 1:m, m:1, m:m)
 interface OrmJoinTableRelationshipStrategy
          orm.xml join table relationship strategy
 interface OrmLobConverter
          orm.xml LOB converter
 interface OrmManyToManyMapping
          orm.xml m:m mapping
 interface OrmManyToManyRelationship
          orm.xml m:m relationship
 interface OrmManyToOneMapping
          orm.xml m:1 mapping.
 interface OrmManyToOneRelationship
          orm.xml m:1 relationship
 interface OrmMappedByRelationship
          orm.xml "mapped by" relationship (1:1, 1:m, m:m)
 interface OrmMappedByRelationshipStrategy
          orm.xml "mapped by" relationship strategy
 interface OrmMappedSuperclass
          orm.xml mapped superclass
 interface OrmMappingJoinColumnRelationship
          orm.xml mapping join column relationship (1:1, 1:m, m:1)
 interface OrmMappingJoinTableRelationship
          orm.xml mapping join table relationship (1:1, 1:m, m:1, m:m)
 interface OrmMappingRelationship
          orm.xml mapping relationship (1:1, 1:m, m:1, m:m)
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued (1:m, m:m) relationship mapping.
 interface OrmNamedColumn
          orm.xml 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.
 interface OrmNamedNativeQuery
          orm.xml named native query
 interface OrmNamedQuery
          orm.xml named query
 interface OrmOneToManyMapping
          orm.xml 1:m mapping
 interface OrmOneToManyRelationship
          orm.xml 1:m relationship reference
 interface OrmOneToOneMapping
          orm.xml 1:1 mapping.
 interface OrmOneToOneRelationship
          orm.xml 1:1 relationship
 interface OrmOrderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
 interface OrmOverride
          orm.xml override
 interface OrmOverrideContainer
          orm.xml attribute or association override container
 interface OrmOverrideRelationship
          orm.xml association override relationship
 interface OrmPersistenceUnitDefaults
          Context model corresponding to the XML resource model XmlPersistenceUnitDefaults, which corresponds to the persistence-unit-defaults element in the orm.xml file.
 interface OrmPersistenceUnitMetadata
          Context orm.xml persistence unit metadata.
 interface OrmPersistentAttribute
          Context orm.xml persistent attribute (field or property).
 interface OrmPersistentType
          orm.xml persistent type
 interface OrmPrimaryKeyJoinColumn
          orm.xml primary key join column
 interface OrmPrimaryKeyJoinColumnRelationship
          orm.xml primary key join column relationship (1:1)
 interface OrmPrimaryKeyJoinColumnRelationshipStrategy
          orm.xml primary key join column relationship strategy
 interface OrmQuery
          orm.xml named and named native queries
 interface OrmQueryContainer
          orm.xml query container
 interface OrmQueryHint
          orm.xml query hint
 interface OrmReadOnlyAssociationOverride
          orm.xml association override
 interface OrmReadOnlyAttributeOverride
          Read-only orm.xml attribute override
 interface OrmReadOnlyOverride
          Read-only orm.xml override
 interface OrmReadOnlyPersistentAttribute
          Read-only context orm.xml persistent attribute (field or property).
 interface OrmReadOnlyRelationship
          orm.xml relationship (join column, join table, mapped by, primary key join column, mapping)
 interface OrmReadOnlyRelationshipStrategy
          orm.xml read-only relationship strategy
 interface OrmReadOnlyUniqueConstraint
          orm.xml read-only unique constraint
 interface OrmReferenceTable
          orm.xml join table or collection table
 interface OrmRelationship
          orm.xml relationship (join column, join table, mapped by, primary key join column, mapping)
 interface OrmRelationshipMapping
          orm.xml relationship (1:1, 1:m, m:1, m:m) mapping.
 interface OrmRelationshipStrategy
          orm.xml relationship strategy
 interface OrmSecondaryTable
          orm.xml secondary table
 interface OrmSequenceGenerator
          orm.xml sequence generator
 interface OrmSingleRelationshipMapping
          orm.xml single (1:1, m:1) mapping.
 interface OrmTable
          orm.xml table
 interface OrmTableGenerator
          orm.xml table generator
 interface OrmTemporalConverter
          orm.xml temporal converter
 interface OrmTransientMapping
          orm.xml transient "mapping"
 interface OrmTypeMapping
          orm.xml type mapping
 interface OrmUniqueConstraint
          orm.xml unique constraint
 interface OrmVersionMapping
          orm.xml version mapping
 interface OrmVirtualAssociationOverride
          orm.xml virtual association override
 interface OrmVirtualAttributeOverride
          Java virtual attribute override
 interface OrmVirtualColumn
          orm.xml virtual column
 interface OrmVirtualJoinColumn
          orm.xml virtual join column
 interface OrmVirtualJoinColumnRelationship
          orm.xml virtual join column relationship
 interface OrmVirtualJoinColumnRelationshipStrategy
          orm.xml virtual join column relationship strategy.
 interface OrmVirtualJoinTable
          orm.xml virtual join table
 interface OrmVirtualJoinTableRelationship
          orm.xml virtual join table relationship
 interface OrmVirtualJoinTableRelationshipStrategy
          orm.xml virtual join table relationship strategy.
 interface OrmVirtualOverride
          orm.xml 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.
 interface OrmVirtualOverrideRelationship
          orm.xml virtual association override relationship
 interface OrmVirtualPrimaryKeyJoinColumn
          orm.xml virtual primary key join column
 interface OrmVirtualRelationship
          orm.xml virtual relationship
 interface OrmVirtualRelationshipStrategy
          orm.xml virtual strategy
 interface OrmVirtualSecondaryTable
          orm.xml virtual secondary table
 interface OrmVirtualUniqueConstraint
          orm.xml virtual database unique constraint
 interface OrmXml
          JPA orm.xml file.
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.context.persistence
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.core.context.persistence
 interface ClassRef
          Context model corresponding to the XML resource model XmlJavaClassRef, which corresponds to the class element in the persistence.xml file.
 interface JarFileRef
          Context model corresponding to the XML resource model XmlJarFileRef, which corresponds to the jar-file element in the persistence.xml file.
 interface MappingFileRef
          Context model corresponding to the XML resource model XmlMappingFileRef, which corresponds to the mapping-file element in the persistence.xml file.
 interface Persistence
          Context model corresponding to the XML resource model XmlPersistence, which corresponds to the persistence element in the persistence.xml file.
 interface PersistenceUnit
          Context model corresponding to the XML resource model XmlPersistenceUnit, which corresponds to the persistence-unit element in the persistence.xml file.
static interface PersistenceUnit.Property
          Simple property interface.
 interface PersistenceXml
          JPA persistence.xml file.
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.internal.context
 

Classes in org.eclipse.jpt.jpa.core.internal.context that implement JpaContextNode
 class org.eclipse.jpt.jpa.core.internal.context.AbstractJpaContextNode
           
 class org.eclipse.jpt.jpa.core.internal.context.AbstractXmlContextNode
           
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.internal.context.persistence
 

Classes in org.eclipse.jpt.jpa.core.internal.context.persistence that implement JpaContextNode
 class org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit
           
 class org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceXmlContextNode
           
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.core.jpa2.context
 interface AttributeMapping2_0
          JPA 2.0 attribute mapping
 interface Cacheable2_0
          cacheable
 interface CacheableHolder2_0
          cacheable holder/parent
 interface Cascade2_0
          JPA 2.0 cascade (persist, merge, remove, refresh, detach)
 interface CollectionMapping2_0
          JPA 2.0 collection mapping (e.g.
 interface CollectionTable2_0
          Used by element collection mappings.
 interface DerivedIdentity2_0
          Derived identity
 interface DerivedIdentityStrategy2_0
          Derived identity strategy
 interface ElementCollectionMapping2_0
          JPA 2.0 element collection mapping
 interface EmbeddedIdMapping2_0
          JPA 2.0 embedded ID mapping
 interface EmbeddedMapping2_0
          JPA 2.0 embedded mapping
 interface IdDerivedIdentityStrategy2_0
          ID derived identity strategy
 interface IdMapping2_0
          JPA 2.0 ID mapping
 interface JpaRootContextNode2_0
          Root of the Dali JPA 2.0 context model.
 interface ManyToManyMapping2_0
          JPA 2.0 m:m mapping
 interface ManyToOneMapping2_0
          JPA 2.0 m:1 mapping
 interface ManyToOneRelationship2_0
          JPA 2.0 m:1 relationship (mapped by, join column, join table)
 interface MappedByRelationshipMapping2_0
          JPA 2.0 attribute mapping
 interface MappingFilePersistenceUnitDefaults2_0
          JPA 2.0 Persistence unit defaults held by a mapping file.
 interface MappingFilePersistenceUnitMetadata2_0
          JPA 2.0 Persistence unit metadata held by a mapping file.
 interface MapsIdDerivedIdentityStrategy2_0
          Maps ID derived identity strategy
 interface NamedQuery2_0
          JPA 2.0 named query
 interface OneToManyMapping2_0
          JPA 2.0 1:m mapping
 interface OneToManyRelationship2_0
          JPA 2.0 1:m relationship (mapped by, join table, join column)
 interface OneToOneMapping2_0
          JPA 2.0 1:1 mapping
 interface OneToOneRelationship2_0
          JPA 2.0 1:1 relationship (mapped by, join column, primary key join column, join table)
 interface Orderable2_0
          Multi-valued (1:m, m:m) relationship and element collection mappings support ordering.
 interface OrderColumn2_0
          order column
 interface OrphanRemovable2_0
          Oprhan removal
 interface OverrideRelationship2_0
          JPA 2.0 association override relationship
 interface PersistentAttribute2_0
          JPA 2.0 Context persistent attribute (field or property).
 interface PersistentType2_0
          JPA 2.0 context persistent type.
 interface ReadOnlyOverrideRelationship2_0
          Association override relationship
 interface ReadOnlyPersistentAttribute2_0
          JPA 2.0 Read-only context persistent attribute (field or property).
 interface SequenceGenerator2_0
          JPA 2.0 sequence generator
 interface SingleRelationshipMapping2_0
          JPA 2.0 single (m:1, 1:2) mapping
 interface VirtualOverrideRelationship2_0
          JPA 2.0 virtual association override relationship
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaCacheable2_0
          Java cacheable
 interface JavaCacheableHolder2_0
          Java cacheable holder/parent
 interface JavaCascade2_0
          Java cascade (persist, merge, remove, refresh, detach)
 interface JavaCollectionMapping2_0
          Java collection mapping (e.g.
 interface JavaCollectionTable2_0
          Java collection table
 interface JavaDerivedIdentity2_0
          Java derived identity
 interface JavaElementCollectionMapping2_0
          Java element collection mapping
 interface JavaEmbeddedMapping2_0
          JPA 2.0 Java embedded mapping
 interface JavaIdDerivedIdentityStrategy2_0
          Java ID derived identity strategy
 interface JavaManyToManyMapping2_0
          JPA 2.0 Java m:m mapping
 interface JavaManyToOneMapping2_0
          JPA 2.0 Java m:1 mapping
 interface JavaManyToOneRelationship2_0
          JPA 2.0 Java m:1 relationship
 interface JavaMapsIdDerivedIdentityStrategy2_0
          Java maps ID derived identity strategy
 interface JavaNamedQuery2_0
          JPA 2.0 Java named native query
 interface JavaOneToManyMapping2_0
          JPA 2.0 Java 1:m mapping
 interface JavaOneToManyRelationship2_0
          JPA 2.0 Java 1:m relationship
 interface JavaOneToOneMapping2_0
          JPA 2.0 Java 1:1 mapping
 interface JavaOneToOneRelationship2_0
          JPA 2.0 Java 1:1 relationship
 interface JavaOrderable2_0
          JPA 2.0 Java ordering
 interface JavaOrderColumn2_0
          orm.xml order column
 interface JavaOrphanRemovable2_0
          Java orphan removal
 interface JavaOrphanRemovalHolder2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOverrideRelationship2_0
          JPA 2.0 Java association override relationship
 interface JavaPersistentAttribute2_0
          JPA 2.0 Context Java persistent attribute (field or property).
 interface JavaPersistentType2_0
          JPA 2.0 context Java persistent type.
 interface JavaSequenceGenerator2_0
          JPA 2.0 Java sequence generator
 interface JavaSingleRelationshipMapping2_0
          JPA 2.0 Java single (m:1, 1:1) mapping
 interface JavaVirtualOverrideRelationship2_0
          JPA 2.0 Java virtual association override relationship
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmCacheable2_0
          orm.xml cacheable
 interface OrmCacheableHolder2_0
          orm.xml cacheable holder/parent
 interface OrmCascade2_0
          orm.xml cascade (persist, merge, remove, refresh, detach)
 interface OrmCollectionMapping2_0
          orm.xml collection mapping (e.g.
 interface OrmCollectionTable2_0
          orm.xml collection table
 interface OrmDerivedIdentity2_0
          orm.xml derived identity
 interface OrmElementCollectionMapping2_0
          orm.xml element collection mapping
 interface OrmEmbeddedMapping2_0
          JPA 2.0 orm.xml embedded mapping
 interface OrmIdDerivedIdentityStrategy2_0
          orm.xml ID derived identity strategy
 interface OrmManyToManyMapping2_0
          JPA 2.0 orm.xml m:m mapping
 interface OrmManyToOneMapping2_0
          JPA 2.0 orm.xml m:1 mapping.
 interface OrmManyToOneRelationship2_0
          JPA 2.0 orm.xml m:1 relationship
 interface OrmMapsIdDerivedIdentityStrategy2_0
          orm.xml maps ID derived identity strategy
 interface OrmNamedQuery2_0
          JPA 2.0 orm.xml named query
 interface OrmOneToManyMapping2_0
          JPA 2.0 orm.xml 1:m mapping
 interface OrmOneToManyRelationship2_0
          JPA 2.0 orm.xml 1:m relationship
 interface OrmOneToOneMapping2_0
          JPA 2.0 orm.xml 1:1 mapping.
 interface OrmOneToOneRelationship2_0
          JPA 2.0 orm.xml 1:1 relationship
 interface OrmOrderable2_0
          JPA 2.0 orm.xml ordering
 interface OrmOrderColumn2_0
          orm.xml order column
 interface OrmOrphanRemovable2_0
          orm.xml orphan removal
 interface OrmOrphanRemovalHolder2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOverrideRelationship2_0
          JPA 2.0 orm.xml association override relationship
 interface OrmPersistenceUnitDefaults2_0
          JPA 2.0 context model corresponding to the XML resource model XmlPersistenceUnitDefaults_2_0, which corresponds to the persistence-unit-defaults element in the orm.xml file.
 interface OrmPersistenceUnitMetadata2_0
          JPA 2.0 Context orm.xml persistence unit metadata.
 interface OrmPersistentAttribute2_0
          JPA 2.0 Context orm.xml persistent attribute (field or property).
 interface OrmPersistentType2_0
          JPA 2.0 context orm.xml persistent type.
 interface OrmReadOnlyPersistentAttribute2_0
          JPA 2.0 Read-only context orm.xml persistent attribute (field or property).
 interface OrmSequenceGenerator2_0
          JPA 2.0 orm.xml sequence generator
 interface OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 interface OrmVirtualOverrideRelationship2_0
          JPA 2.0 orm.xml virtual association override relationship
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 interface Persistence2_0
          The persistence element in the JPA 2.0 persistence.xml file.
 interface PersistenceUnit2_0
          JPA 2.0 persistence-unit
 interface PersistenceXml2_0
          JPA 2.0 persistence.xml file.
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkBasicCollectionMapping
          EclipseLink basic collection mapping
 interface EclipseLinkBasicMapMapping
          EclipseLink basic map mapping
 interface EclipseLinkBasicMapping
          EclipseLink basic mapping.
 interface EclipseLinkCaching
          EclipseLink caching
 interface EclipseLinkChangeTracking
          EclipseLink change tracking
 interface EclipseLinkConversionValue
          Corresponds to a ConversionValue resource model object
 interface EclipseLinkConvert
          EclipseLink convert (not to be confused with Eclipse converter)
 interface EclipseLinkConverter
          EclipseLink converter: Type (EclipseLinkTypeConverter) Object Type (EclipseLinkObjectTypeConverter) Struct (EclipseLinkStructConverter) Custom (EclipseLinkCustomConverter) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkConverterClassConverter
          Corresponds to a *ConverterClassConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkCustomConverter
          EclipseLink custom converter
 interface EclipseLinkCustomizer
          Corresponds to a Customizer resource model object
 interface EclipseLinkEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkIdMapping
          EclipseLink ID mapping
 interface EclipseLinkJoinFetch
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkJoinFetchMapping
          EclipseLink join-fetch mapping.
 interface EclipseLinkMappedSuperclass
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkMutable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkNonEmbeddableTypeMapping
          EclipseLink non-embeddable type mapping
 interface EclipseLinkObjectTypeConverter
          EclipseLink object type converter
 interface EclipseLinkOneToManyMapping
          EclipseLink 1:m mapping
 interface EclipseLinkOneToManyRelationship
          EclipseLink 1:m relationship
 interface EclipseLinkOneToOneMapping
          EclipseLink 1:1 mapping
 interface EclipseLinkPrivateOwned
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkReadOnly
          EclipseLink read-only
 interface EclipseLinkRelationshipMapping
          EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping.
 interface EclipseLinkStructConverter
          EclipseLink struct converter
 interface EclipseLinkTimeOfDay
          EclipseLink caching expiry time of day
 interface EclipseLinkTransformationMapping
          EclipseLink transformation mapping
 interface EclipseLinkTypeConverter
          EclipseLink type converter
 interface EclipseLinkTypeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkVariableOneToOneMapping
          EclipseLink variable 1:1 mapping
 interface EclipseLinkVersionMapping
          EclipseLink version mapping
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface EclipseLinkJavaOneToManyRelationship
          EclipseLink Java 1:m relationship
 interface EclipseLinkJavaTypeMapping
          EclipseLink Java type mapping
 interface JavaEclipseLinkCaching
          EclipseLink Java caching
 interface JavaEclipseLinkConverterContainer
          EclipseLink Java converter container
 interface JavaEclipseLinkEmbeddable
          EclipseLink Java embeddable type mapping
 interface JavaEclipseLinkEntity
          EclipseLink Java entity
 interface JavaEclipseLinkMappedSuperclass
          EclipseLink Java mapped superclass
 interface JavaEclipseLinkNonEmbeddableTypeMapping
          EclipseLink Java non-embeddable type mapping
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings
           
 interface EclipseLinkOrmOneToManyRelationship
          EclipseLink orm.xml 1:m relationship
 interface EclipseLinkOrmTypeMapping
          EclipseLink type mapping
 interface OrmEclipseLinkCaching
          EclipseLink orm.xml caching
 interface OrmEclipseLinkConverterContainer
          EclipseLink orm.xml converter container
 interface OrmEclipseLinkEmbeddable
          EclipseLink orm.xml embeddable
 interface OrmEclipseLinkEntity
          EclipseLink orm.xml entity
 interface OrmEclipseLinkMappedSuperclass
          EclipseLink orm.xml mapped superclass
 interface OrmEclipseLinkNonEmbeddableTypeMapping
          EclipseLink orm.xml non-embeddable type mapping
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Classes in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that implement JpaContextNode
 class EclipseLinkPersistenceUnit
          EclipseLink persistence unit
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 interface EclipseLinkElementCollectionMapping2_0
          EclipseLink element collection mapping
 interface EclipseLinkOneToManyMapping2_0
          EclipseLink 1:m mapping
 interface EclipseLinkOneToManyRelationship2_0
          EclipseLink 2.0 1:m relationship
 interface EclipseLinkOneToOneMapping2_0
          EclipseLink 1:1 mapping
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java
 interface EclipseLinkJavaOneToManyRelationship2_0
          EclipseLink 2.0 Java 1:m relationship
 

Uses of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm
 

Subinterfaces of JpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm
 interface EclipseLinkOrmOneToManyRelationship2_0
          EclipseLink 2.0 orm.xml 1:m relationship