Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaJpaContextNode

Packages that use JavaJpaContextNode
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.jpa2   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java   
 

Uses of JavaJpaContextNode in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaJpaContextNode
 JavaAssociationOverrideContainer JpaFactory.buildJavaAssociationOverrideContainer(JavaJpaContextNode parent, JavaAssociationOverrideContainer.Owner owner)
           
 JavaAttributeOverrideContainer JpaFactory.buildJavaAttributeOverrideContainer(JavaJpaContextNode parent, JavaAttributeOverrideContainer.Owner owner)
           
 JavaColumn JpaFactory.buildJavaColumn(JavaJpaContextNode parent, JavaColumn.Owner owner)
           
 JavaGeneratorContainer JpaFactory.buildJavaGeneratorContainer(JavaJpaContextNode parent, JavaGeneratorContainer.Owner owner)
           
 JavaJoinColumn JpaFactory.buildJavaJoinColumn(JavaJpaContextNode parent, JavaJoinColumn.Owner owner, JoinColumnAnnotation joinColumnAnnotation)
           
 JavaNamedNativeQuery JpaFactory.buildJavaNamedNativeQuery(JavaJpaContextNode parent, NamedNativeQueryAnnotation namedNativeQueryAnnotation)
           
 JavaNamedQuery JpaFactory.buildJavaNamedQuery(JavaJpaContextNode parent, NamedQueryAnnotation namedQueryAnnotation)
           
 JavaPrimaryKeyJoinColumn JpaFactory.buildJavaPrimaryKeyJoinColumn(JavaJpaContextNode parent, JavaBaseJoinColumn.Owner owner, PrimaryKeyJoinColumnAnnotation pkJoinColumnAnnotation)
           
 JavaQueryContainer JpaFactory.buildJavaQueryContainer(JavaJpaContextNode parent, JavaQueryContainer.Owner owner)
           
 JavaSequenceGenerator JpaFactory.buildJavaSequenceGenerator(JavaJpaContextNode parent, SequenceGeneratorAnnotation sequenceGeneratorAnnotation)
           
 JavaTableGenerator JpaFactory.buildJavaTableGenerator(JavaJpaContextNode parent, TableGeneratorAnnotation tableGeneratorAnnotation)
           
 JavaUniqueConstraint JpaFactory.buildJavaUniqueConstraint(JavaJpaContextNode parent, UniqueConstraint.Owner owner, UniqueConstraintAnnotation constraintAnnotation)
           
 JavaVirtualColumn JpaFactory.buildJavaVirtualColumn(JavaJpaContextNode parent, JavaVirtualColumn.Owner owner)
           
 JavaVirtualJoinColumn JpaFactory.buildJavaVirtualJoinColumn(JavaJpaContextNode parent, ReadOnlyJoinColumn.Owner owner, JoinColumn joinColumn)
           
 JavaVirtualUniqueConstraint JpaFactory.buildJavaVirtualUniqueConstraint(JavaJpaContextNode parent, UniqueConstraint uniqueConstraint)
           
 

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

Subinterfaces of JavaJpaContextNode in org.eclipse.jpt.jpa.core.context.java
 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 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 JavaJpaContextNode in org.eclipse.jpt.jpa.core.jpa2
 

Methods in org.eclipse.jpt.jpa.core.jpa2 with parameters of type JavaJpaContextNode
 JavaColumn JpaFactory2_0.buildJavaMapKeyColumn(JavaJpaContextNode parent, JavaColumn.Owner owner)
           
 

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

Subinterfaces of JavaJpaContextNode 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 JavaJpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of JavaJpaContextNode 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 JavaJpaContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java
 

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