Dali Provisional API
Release 3.2

Uses of Package
org.eclipse.jpt.jpa.core.context

Packages that use org.eclipse.jpt.jpa.core.context
org.eclipse.jpt.jpa.core   
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   
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.core.jpa2.context.persistence.connection   
org.eclipse.jpt.jpa.core.jpa2.context.persistence.options   
org.eclipse.jpt.jpa.core.jpql   
org.eclipse.jpt.jpa.core.jpql.spi   
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.jpql.spi   
org.eclipse.jpt.jpa.ui   
org.eclipse.jpt.jpa.ui.details   
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core
AccessType
          Context model corresponding to: the XML resource model AccessType, which corresponds to the access element in the orm.xml file.
Converter.Owner
          Interface allowing converters to be used in multiple places (e.g. basic mappings, collection mappings, etc).
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaRootContextNode
          Root of the Dali JPA context model.
MappingFile
          JPA mapping file (typically orm.xml).
Orderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
PersistentType
          Context persistent type.
PersistentType.Owner
           
ReadOnlyBaseJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyJoinColumn
          Read-only 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.
ReadOnlyJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyJoinTable
          Used by association overrides.
ReadOnlyNamedDiscriminatorColumn.Owner
          interface allowing discriminator columns to be used in multiple places (but pretty much just entities)
ReadOnlyTable.Owner
          interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides)
ReadOnlyUniqueConstraint
          Read-only database unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyUniqueConstraint.Owner
          All containers must implement this interface.
VirtualColumn
          Virtual column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualColumn.Owner
          Interface allowing the virtual column to be get the column it overrides.
VirtualJoinColumn
          Virtual 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.
VirtualJoinTable
          Used by association overrides.
VirtualJoinTableRelationshipStrategy
          Virtual join table relationship strategy.
VirtualOverrideRelationship
          Virtual association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualUniqueConstraint
          Virtual database unique constraint.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.context
AccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
AccessType
          Context model corresponding to: the XML resource model AccessType, which corresponds to the access element in the orm.xml file.
AssociationOverride
          Specified 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.
AssociationOverrideContainer
          Association override container.
AttributeMapping
          JPA attribute mapping.
AttributeOverride
          Specified attribute override.
AttributeOverrideContainer
          Attribute override container.
BaseColumn
          column or 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.
BaseEmbeddedMapping
          Behavior common to embedded and embedded ID mappings.
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.
Cascade
          JPA cascade (persist, merge, remove, refresh) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CollectionMapping
          JPA collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CollectionMapping.Type
           
Column
          Normal column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ColumnMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
Converter
          JPA attribute mapping converter.
ConvertibleMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
DbGenerator
          Sequence and table generators.
DeleteTypeRefactoringParticipant
           
DiscriminatorColumn
          discriminator column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
DiscriminatorType
          Discriminator Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
EnumType
          Enum Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
FetchableMapping
          JPA attribute mapping that has a fetch type (e.g. basic, relationship).
FetchType
          Fetch Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratedValue
          JPA generated value Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratedValueHolder
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GenerationType
          Generation Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratorContainer
          Container for a table generator and/or sequence generator.
IdClassReference
          ID class reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdTypeMapping
          ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
InheritanceType
          Inheritance Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumn
          Specified 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.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinColumnRelationshipStrategy
          Join column relationship strategy.
JoinTable
          Used by many-to-many and one-to-many mappings.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinTableRelationshipStrategy
          Join table relationship strategy.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
JpaNamedContextNode.NameTransformer
           
ManagedType
          Context managed type.
ManyToManyRelationship
          m:m relationship reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneRelationship
          m:1 relationship (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.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappedByRelationshipStrategy
          "Mapped by" relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappingFile
          JPA mapping file (typically orm.xml).
MappingFile.Root
          Common interface for the root of a mapping file.
MappingFilePersistenceUnitDefaults
          Persistence unit defaults held by a mapping file.
MappingFilePersistenceUnitMetadata
          Persistence unit metadata held by a mapping file.
MappingRelationship
          Mapping relationship 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.
MultiRelationshipMapping
          Multi-valued relationship (1:m, m:m) mapping.
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.
NamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NamedNativeQuery
          named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneRelationship
          1:1 relationship (mapped by, 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.
OptionalMapping
          JPA attribute mapping that is optional (e.g. basic, single relationship).
Orderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
Override_
          Specified 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.
OverrideContainer
          attribute or association override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OverrideContainer.Owner
           
OverrideRelationship
          Association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PersistentAttribute
          Context persistent attribute (field or property).
PersistentType
          Context persistent type.
PersistentType.Owner
           
PrimaryKeyJoinColumn
          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.
PrimaryKeyJoinColumnRelationship
          Primary key join column relationship 1:1 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PrimaryKeyJoinColumnRelationshipStrategy
          Primary key join column relationship strategy.
Query
          Named and named native queries.
QueryContainer
          Container for named queries and/or named native queries.
QueryHint
          query hint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyAccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
ReadOnlyAssociationOverride
          Read-only 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.
ReadOnlyAttributeOverride
          Read-only attribute override.
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.
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.
ReadOnlyBaseJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyColumn
          Read-only column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyJoinColumn
          Read-only 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.
ReadOnlyJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinColumnRelationshipStrategy
          Read-only join column relationship strategy.
ReadOnlyJoinTable
          Used by association overrides.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyJoinTableRelationshipStrategy
          Read-only join table relationship strategy.
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.
ReadOnlyNamedColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyNamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyOverride
          Read-only (specified or 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.
ReadOnlyOverrideRelationship
          Read-only association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyPersistentAttribute
          Read-only context persistent attribute (field or property).
ReadOnlyPrimaryKeyJoinColumn
          Read-only 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.
ReadOnlyReferenceTable
          Read-only reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
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.
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.
ReadOnlySecondaryTable
          Read-only entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyTable
          Read-only table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyTableColumn
          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.
ReadOnlyTableColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyUniqueConstraint
          Read-only database unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipMapping
          JPA relationship (1:1, 1:m, m:1, m:m) mapping.
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.
SecondaryTable
          entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SequenceGenerator
          sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SingleRelationshipMapping
          JPA single relationship (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
TableColumn
          column or 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.
TableGenerator
          table generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TemporalType
          Temporal Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
TypeRefactoringParticipant
           
UniqueConstraint
          database unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualAssociationOverride
          Virtual 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.
VirtualAttributeOverride
          Virtual attribute override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
VirtualBaseJoinColumn
          Virtual join column (no virtual primary key join columns yet) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualColumn
          Virtual column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualJoinColumn
          Virtual 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.
VirtualJoinColumnRelationship
          Virtual join column relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualJoinColumnRelationshipStrategy
          Virtual join column relationship strategy.
VirtualJoinTable
          Used by association overrides.
VirtualJoinTableRelationshipStrategy
          Virtual join table relationship strategy.
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.
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.
VirtualOverrideRelationship
          Virtual association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualPrimaryKeyJoinColumn
          Virtual primary key join column.
VirtualReferenceTable
          Virtual reference table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualRelationship
          Virtual relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualRelationshipStrategy
          Virtual strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualTable
          Virtual table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualTableColumn
          Virtual table column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualUniqueConstraint
          Virtual database unique constraint.
XmlFile
          Context representation of any JPA XML file.
XmlFile.Root
          Common interface for the root element for a JPA XML file (e.g.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.context.java
AccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
AccessType
          Context model corresponding to: the XML resource model AccessType, which corresponds to the access element in the orm.xml file.
AssociationOverride
          Specified 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.
AssociationOverrideContainer
          Association override container.
AssociationOverrideContainer.Owner
           
AttributeMapping
          JPA attribute mapping.
AttributeOverride
          Specified attribute override.
AttributeOverrideContainer
          Attribute override container.
AttributeOverrideContainer.Owner
           
BaseColumn
          column or 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.
BaseEmbeddedMapping
          Behavior common to embedded and embedded ID mappings.
BaseEnumeratedConverter
          JPA enumerated/map key enumerated converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
BaseTemporalConverter
          JPA temporal/map key temporal converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
BasicMapping
          JPA basic mapping.
CollectionMapping
          JPA collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Column
          Normal column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ColumnMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
Converter
          JPA attribute mapping converter.
Converter.Owner
          Interface allowing converters to be used in multiple places (e.g. basic mappings, collection mappings, etc).
ConvertibleMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
DbGenerator
          Sequence and table generators.
DiscriminatorColumn
          discriminator column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
EmbeddedIdMapping
          JPA embedded ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
EmbeddedMapping
          JPA embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
FetchableMapping
          JPA attribute mapping that has a fetch type (e.g. basic, relationship).
GeneratedValue
          JPA generated value Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratedValueHolder
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratorContainer
          Container for a table generator and/or sequence generator.
IdClassReference
          ID class reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdMapping
          JPA ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdTypeMapping
          ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumn
          Specified 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.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinColumnRelationshipStrategy
          Join column relationship strategy.
JoinTable
          Used by many-to-many and one-to-many mappings.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinTableRelationshipStrategy
          Join table relationship strategy.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
LobConverter
          JPA LOB converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManagedType
          Context managed type.
ManyToManyMapping
          JPA m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToManyRelationship
          m:m relationship reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneMapping
          JPA m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneRelationship
          m:1 relationship (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.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappedSuperclass
          mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappingRelationship
          Mapping relationship 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.
MultiRelationshipMapping
          Multi-valued relationship (1:m, m:m) mapping.
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.
NamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NamedNativeQuery
          named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyMapping
          JPA 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneMapping
          JPA 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneRelationship
          1:1 relationship (mapped by, 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.
OptionalMapping
          JPA attribute mapping that is optional (e.g. basic, single relationship).
Override_
          Specified 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.
OverrideContainer
          attribute or association override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OverrideContainer.Owner
           
OverrideRelationship
          Association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PersistentAttribute
          Context persistent attribute (field or property).
PersistentType
          Context persistent type.
PersistentType.Owner
           
PrimaryKeyJoinColumn
          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.
PrimaryKeyJoinColumnRelationship
          Primary key join column relationship 1:1 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PrimaryKeyJoinColumnRelationshipStrategy
          Primary key join column relationship strategy.
Query
          Named and named native queries.
QueryContainer
          Container for named queries and/or named native queries.
QueryHint
          query hint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyAccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
ReadOnlyAssociationOverride
          Read-only 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.
ReadOnlyAttributeOverride
          Read-only attribute override.
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.
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.
ReadOnlyColumn
          Read-only column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyJoinColumn
          Read-only 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.
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinColumnRelationshipStrategy
          Read-only join column relationship strategy.
ReadOnlyJoinTable
          Used by association overrides.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyJoinTableRelationshipStrategy
          Read-only join table relationship strategy.
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.
ReadOnlyNamedColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyNamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyOverride
          Read-only (specified or 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.
ReadOnlyOverrideRelationship
          Read-only association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyPersistentAttribute
          Read-only context persistent attribute (field or property).
ReadOnlyPrimaryKeyJoinColumn
          Read-only 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.
ReadOnlyReferenceTable
          Read-only reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
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.
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.
ReadOnlySecondaryTable
          Read-only entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyTable
          Read-only table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyTableColumn
          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.
ReadOnlyTableColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyUniqueConstraint
          Read-only database unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipMapping
          JPA relationship (1:1, 1:m, m:1, m:m) mapping.
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.
SecondaryTable
          entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SequenceGenerator
          sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SingleRelationshipMapping
          JPA single relationship (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
TableColumn
          column or 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.
TableGenerator
          table generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TransientMapping
          JPA transient "mapping".
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.
UniqueConstraint
          database unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VersionMapping
          JPA version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualAssociationOverride
          Virtual 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.
VirtualAttributeOverride
          Virtual attribute override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.context.orm
AccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
AssociationOverride
          Specified 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.
AssociationOverrideContainer
          Association override container.
AssociationOverrideContainer.Owner
           
AttributeMapping
          JPA attribute mapping.
AttributeOverride
          Specified attribute override.
AttributeOverrideContainer
          Attribute override container.
AttributeOverrideContainer.Owner
           
BaseColumn
          column or 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.
BaseEmbeddedMapping
          Behavior common to embedded and embedded ID mappings.
BaseEnumeratedConverter
          JPA enumerated/map key enumerated converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
BaseTemporalConverter
          JPA temporal/map key temporal converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
BasicMapping
          JPA basic mapping.
Cascade
          JPA cascade (persist, merge, remove, refresh) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CollectionMapping
          JPA collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Column
          Normal column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ColumnMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
Converter
          JPA attribute mapping converter.
Converter.Owner
          Interface allowing converters to be used in multiple places (e.g. basic mappings, collection mappings, etc).
ConvertibleMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
DbGenerator
          Sequence and table generators.
DeleteTypeRefactoringParticipant
           
DiscriminatorColumn
          discriminator column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
EmbeddedIdMapping
          JPA embedded ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
EmbeddedMapping
          JPA embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
FetchableMapping
          JPA attribute mapping that has a fetch type (e.g. basic, relationship).
GeneratedValue
          JPA generated value Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratedValueHolder
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratorContainer
          Container for a table generator and/or sequence generator.
IdClassReference
          ID class reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdMapping
          JPA ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdTypeMapping
          ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumn
          Specified 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.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinColumnRelationshipStrategy
          Join column relationship strategy.
JoinTable
          Used by many-to-many and one-to-many mappings.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinTableRelationshipStrategy
          Join table relationship strategy.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
LobConverter
          JPA LOB converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManagedType
          Context managed type.
ManyToManyMapping
          JPA m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToManyRelationship
          m:m relationship reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneMapping
          JPA m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneRelationship
          m:1 relationship (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.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappedSuperclass
          mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappingFile
          JPA mapping file (typically orm.xml).
MappingFile.Root
          Common interface for the root of a mapping file.
MappingFilePersistenceUnitDefaults
          Persistence unit defaults held by a mapping file.
MappingFilePersistenceUnitMetadata
          Persistence unit metadata held by a mapping file.
MappingRelationship
          Mapping relationship 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.
MultiRelationshipMapping
          Multi-valued relationship (1:m, m:m) mapping.
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.
NamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NamedNativeQuery
          named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyMapping
          JPA 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneMapping
          JPA 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneRelationship
          1:1 relationship (mapped by, 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.
OptionalMapping
          JPA attribute mapping that is optional (e.g. basic, single relationship).
Orderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
Override_
          Specified 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.
OverrideContainer
          attribute or association override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OverrideContainer.Owner
           
OverrideRelationship
          Association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PersistentAttribute
          Context persistent attribute (field or property).
PersistentType
          Context persistent type.
PersistentType.Owner
           
PrimaryKeyJoinColumn
          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.
PrimaryKeyJoinColumnRelationship
          Primary key join column relationship 1:1 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PrimaryKeyJoinColumnRelationshipStrategy
          Primary key join column relationship strategy.
Query
          Named and named native queries.
QueryContainer
          Container for named queries and/or named native queries.
QueryHint
          query hint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyAccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
ReadOnlyAssociationOverride
          Read-only 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.
ReadOnlyAttributeOverride
          Read-only attribute override.
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.
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.
ReadOnlyBaseJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyColumn
          Read-only column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyJoinColumn
          Read-only 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.
ReadOnlyJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinColumnRelationshipStrategy
          Read-only join column relationship strategy.
ReadOnlyJoinTable
          Used by association overrides.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyJoinTableRelationshipStrategy
          Read-only join table relationship strategy.
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.
ReadOnlyNamedColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyNamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyNamedDiscriminatorColumn.Owner
          interface allowing discriminator columns to be used in multiple places (but pretty much just entities)
ReadOnlyOverride
          Read-only (specified or 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.
ReadOnlyOverrideRelationship
          Read-only association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyPersistentAttribute
          Read-only context persistent attribute (field or property).
ReadOnlyPrimaryKeyJoinColumn
          Read-only 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.
ReadOnlyReferenceTable
          Read-only reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
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.
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.
ReadOnlySecondaryTable
          Read-only entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyTable
          Read-only table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyTable.Owner
          interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides)
ReadOnlyTableColumn
          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.
ReadOnlyTableColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyUniqueConstraint
          Read-only database unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyUniqueConstraint.Owner
          All containers must implement this interface.
ReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipMapping
          JPA relationship (1:1, 1:m, m:1, m:m) mapping.
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.
SecondaryTable
          entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SequenceGenerator
          sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SingleRelationshipMapping
          JPA single relationship (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
TableColumn
          column or 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.
TableGenerator
          table generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TransientMapping
          JPA transient "mapping".
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.
TypeRefactoringParticipant
           
UniqueConstraint
          database unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VersionMapping
          JPA version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualAssociationOverride
          Virtual 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.
VirtualAttributeOverride
          Virtual attribute override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualBaseJoinColumn
          Virtual join column (no virtual primary key join columns yet) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualColumn
          Virtual column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualColumn.Owner
          Interface allowing the virtual column to be get the column it overrides.
VirtualJoinColumn
          Virtual 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.
VirtualJoinTable
          Used by association overrides.
VirtualJoinTableRelationshipStrategy
          Virtual join table relationship strategy.
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.
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.
VirtualOverrideRelationship
          Virtual association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualPrimaryKeyJoinColumn
          Virtual primary key join column.
VirtualSecondaryTable
          Virtual secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualTable
          Virtual table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualUniqueConstraint
          Virtual database unique constraint.
XmlFile
          Context representation of any JPA XML file.
XmlFile.Root
          Common interface for the root element for a JPA XML file (e.g.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.context.persistence
AccessType
          Context model corresponding to: the XML resource model AccessType, which corresponds to the access element in the orm.xml file.
DeleteTypeRefactoringParticipant
           
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.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
ManagedType
          Context managed type.
MappingFile
          JPA mapping file (typically orm.xml).
MappingFilePersistenceUnitMetadata
          Persistence unit metadata held by a mapping file.
PersistentType
          Context persistent type.
PersistentType.Owner
           
Query
          Named and named native queries.
TypeRefactoringParticipant
           
XmlFile
          Context representation of any JPA XML file.
XmlFile.Root
          Common interface for the root element for a JPA XML file (e.g.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.internal.context
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.internal.context.persistence
DeleteTypeRefactoringParticipant
           
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
TypeRefactoringParticipant
           
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpa2
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
Orderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
ReadOnlyNamedColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyTable.Owner
          interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides)
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpa2.context
AccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
AssociationOverrideContainer
          Association override container.
AssociationOverrideContainer.Owner
           
AttributeMapping
          JPA attribute mapping.
AttributeOverrideContainer
          Attribute override container.
BaseEmbeddedMapping
          Behavior common to embedded and embedded ID mappings.
Cascade
          JPA cascade (persist, merge, remove, refresh) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CollectionMapping
          JPA collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Column
          Normal column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ColumnMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
Converter
          JPA attribute mapping converter.
ConvertibleMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
DbGenerator
          Sequence and table generators.
EmbeddedIdMapping
          JPA embedded ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
EmbeddedMapping
          JPA embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
FetchableMapping
          JPA attribute mapping that has a fetch type (e.g. basic, relationship).
GeneratedValueHolder
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdMapping
          JPA ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumn
          Specified 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.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
JpaRootContextNode
          Root of the Dali JPA context model.
ManagedType
          Context managed type.
ManyToManyMapping
          JPA m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToManyRelationship
          m:m relationship reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneMapping
          JPA m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneRelationship
          m:1 relationship (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.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappingFilePersistenceUnitDefaults
          Persistence unit defaults held by a mapping file.
MappingFilePersistenceUnitMetadata
          Persistence unit metadata held by a mapping file.
MappingRelationship
          Mapping relationship 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.
MultiRelationshipMapping
          Multi-valued relationship (1:m, m:m) mapping.
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.
NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyMapping
          JPA 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneMapping
          JPA 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneRelationship
          1:1 relationship (mapped by, 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.
OptionalMapping
          JPA attribute mapping that is optional (e.g. basic, single relationship).
Orderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
OverrideContainer
          attribute or association override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OverrideContainer.Owner
           
OverrideRelationship
          Association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PersistentAttribute
          Context persistent attribute (field or property).
PersistentType
          Context persistent type.
PrimaryKeyJoinColumnRelationship
          Primary key join column relationship 1:1 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Query
          Named and named native queries.
ReadOnlyAccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
ReadOnlyAssociationOverride
          Read-only 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.
ReadOnlyJoinColumn
          Read-only 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.
ReadOnlyJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinTable
          Used by association overrides.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
ReadOnlyNamedColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyOverride
          Read-only (specified or 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.
ReadOnlyOverrideRelationship
          Read-only association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyPersistentAttribute
          Read-only context persistent attribute (field or property).
ReadOnlyReferenceTable
          Read-only reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
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.
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.
ReadOnlyTable
          Read-only table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyTableColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipMapping
          JPA relationship (1:1, 1:m, m:1, m:m) mapping.
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.
SequenceGenerator
          sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SingleRelationshipMapping
          JPA single relationship (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
VirtualJoinColumnRelationship
          Virtual join column relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualJoinTableRelationship
          Virtual join table relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualOverrideRelationship
          Virtual association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualRelationship
          Virtual relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpa2.context.java
AssociationOverride
          Specified 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.
AssociationOverrideContainer
          Association override container.
AssociationOverrideContainer.Owner
           
AttributeMapping
          JPA attribute mapping.
AttributeOverrideContainer
          Attribute override container.
AttributeOverrideContainer.Owner
           
BaseEmbeddedMapping
          Behavior common to embedded and embedded ID mappings.
CollectionMapping
          JPA collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ConvertibleMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
DbGenerator
          Sequence and table generators.
EmbeddedMapping
          JPA embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
FetchableMapping
          JPA attribute mapping that has a fetch type (e.g. basic, relationship).
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdTypeMapping
          ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
ManyToOneRelationship
          m:1 relationship (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.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappingRelationship
          Mapping relationship 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.
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.
NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneRelationship
          1:1 relationship (mapped by, 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.
OptionalMapping
          JPA attribute mapping that is optional (e.g. basic, single relationship).
Orderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
Override_
          Specified 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.
OverrideContainer
          attribute or association override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OverrideContainer.Owner
           
OverrideRelationship
          Association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PrimaryKeyJoinColumnRelationship
          Primary key join column relationship 1:1 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Query
          Named and named native queries.
ReadOnlyAssociationOverride
          Read-only 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.
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
ReadOnlyOverride
          Read-only (specified or 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.
ReadOnlyOverrideRelationship
          Read-only association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyReferenceTable
          Read-only reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
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.
ReadOnlyTable
          Read-only table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipMapping
          JPA relationship (1:1, 1:m, m:1, m:m) mapping.
SequenceGenerator
          sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SingleRelationshipMapping
          JPA single relationship (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
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.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpa2.context.orm
AccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
AssociationOverride
          Specified 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.
AssociationOverrideContainer
          Association override container.
AssociationOverrideContainer.Owner
           
AttributeMapping
          JPA attribute mapping.
BaseEmbeddedMapping
          Behavior common to embedded and embedded ID mappings.
Cascade
          JPA cascade (persist, merge, remove, refresh) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CollectionMapping
          JPA collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ConvertibleMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
DbGenerator
          Sequence and table generators.
EmbeddedMapping
          JPA embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
FetchableMapping
          JPA attribute mapping that has a fetch type (e.g. basic, relationship).
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdTypeMapping
          ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
ManyToOneRelationship
          m:1 relationship (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.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappingFilePersistenceUnitDefaults
          Persistence unit defaults held by a mapping file.
MappingFilePersistenceUnitMetadata
          Persistence unit metadata held by a mapping file.
MappingRelationship
          Mapping relationship 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.
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.
NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneRelationship
          1:1 relationship (mapped by, 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.
OptionalMapping
          JPA attribute mapping that is optional (e.g. basic, single relationship).
Orderable
          Multi-valued (1:m, m:m) relationship mappings support ordering.
Override_
          Specified 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.
OverrideContainer
          attribute or association override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OverrideContainer.Owner
           
OverrideRelationship
          Association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PrimaryKeyJoinColumnRelationship
          Primary key join column relationship 1:1 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Query
          Named and named native queries.
ReadOnlyAccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
ReadOnlyAssociationOverride
          Read-only 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.
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
ReadOnlyNamedColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyOverride
          Read-only (specified or 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.
ReadOnlyOverrideRelationship
          Read-only association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyReferenceTable
          Read-only reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
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.
ReadOnlyTable
          Read-only table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyTable.Owner
          interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides)
ReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) 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.
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipMapping
          JPA relationship (1:1, 1:m, m:1, m:m) mapping.
SequenceGenerator
          sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SingleRelationshipMapping
          JPA single relationship (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
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.
TypeRefactoringParticipant
           
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpa2.context.persistence
DeleteTypeRefactoringParticipant
           
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
TypeRefactoringParticipant
           
XmlFile
          Context representation of any JPA XML file.
XmlFile.Root
          Common interface for the root element for a JPA XML file (e.g.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection
TypeRefactoringParticipant
           
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpa2.context.persistence.options
TypeRefactoringParticipant
           
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpql
NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.core.jpql.spi
AttributeMapping
          JPA attribute mapping.
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.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappedSuperclass
          mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PersistentType
          Context persistent type.
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.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.eclipselink.core.context
AccessType
          Context model corresponding to: the XML resource model AccessType, which corresponds to the access element in the orm.xml file.
AttributeMapping
          JPA attribute mapping.
BasicMapping
          JPA basic mapping.
CollectionMapping
          JPA collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ColumnMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
Converter
          JPA attribute mapping converter.
ConvertibleMapping
          JPA attribute mapping that has a converter (e.g. basic, ID, version).
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.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
FetchableMapping
          JPA attribute mapping that has a fetch type (e.g. basic, relationship).
GeneratedValueHolder
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
GeneratorContainer
          Container for a table generator and/or sequence generator.
IdMapping
          JPA ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdTypeMapping
          ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
ManyToManyMapping
          JPA m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneMapping
          JPA m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappedSuperclass
          mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappingRelationship
          Mapping relationship 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.
MultiRelationshipMapping
          Multi-valued relationship (1:m, m:m) mapping.
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.
NamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyMapping
          JPA 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneMapping
          JPA 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneRelationship
          1:1 relationship (mapped by, 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.
OptionalMapping
          JPA attribute mapping that is optional (e.g. basic, single relationship).
QueryContainer
          Container for named queries and/or named native queries.
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
ReadOnlyNamedColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
ReadOnlyNamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyNamedDiscriminatorColumn.Owner
          interface allowing discriminator columns to be used in multiple places (but pretty much just entities)
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.
ReadOnlyTableColumn
          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.
ReadOnlyTableColumn.Owner
          Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RelationshipMapping
          JPA relationship (1:1, 1:m, m:1, m:m) mapping.
SingleRelationshipMapping
          JPA single relationship (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TableColumn
          column or 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.
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.
VersionMapping
          JPA version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
VirtualNamedDiscriminatorColumn
          Virtual named discriminator column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
VirtualTableColumn
          Virtual table column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.eclipselink.core.context.java
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.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdTypeMapping
          ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappedSuperclass
          mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappingRelationship
          Mapping relationship 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.
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.
NamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
ReadOnlyNamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
ReadOnlyTableColumn
          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.
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TableColumn
          column or 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.
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.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.eclipselink.core.context.orm
AccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
DeleteTypeRefactoringParticipant
           
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.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdTypeMapping
          ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
JoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
ManagedType
          Context managed type.
MappedByRelationship
          "Mapped by" relationship 1:1 1:m 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.
MappedSuperclass
          mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappingFile.Root
          Common interface for the root of a mapping file.
MappingFilePersistenceUnitDefaults
          Persistence unit defaults held by a mapping file.
MappingRelationship
          Mapping relationship 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.
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.
NamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PersistentType
          Context persistent type.
PersistentType.Owner
           
ReadOnlyAccessHolder
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
ReadOnlyJoinColumnRelationship
          Join column relationship 1:1 1:m m:1 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.
ReadOnlyJoinTableRelationship
          Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
ReadOnlyNamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
ReadOnlyTableColumn
          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.
Relationship
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TableColumn
          column or 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.
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.
TypeRefactoringParticipant
           
XmlFile.Root
          Common interface for the root element for a JPA XML file (e.g.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.eclipselink.core.context.persistence
DeleteTypeRefactoringParticipant
           
Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
JpaNamedContextNode
          Named context node.
MappingFile
          JPA mapping file (typically orm.xml).
PersistentType
          Context persistent type.
Query
          Named and named native queries.
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.
TypeRefactoringParticipant
           
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.eclipselink.core.jpql.spi
AttributeMapping
          JPA attribute mapping.
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.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappedSuperclass
          mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
PersistentAttribute
          Context persistent attribute (field or property).
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.ui
AttributeMapping
          JPA attribute mapping.
PersistentType
          Context persistent type.
ReadOnlyPersistentAttribute
          Read-only context persistent attribute (field or property).
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.
 

Classes in org.eclipse.jpt.jpa.core.context used by org.eclipse.jpt.jpa.ui.details
BasicMapping
          JPA basic mapping.
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.
EmbeddedIdMapping
          JPA embedded ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
EmbeddedMapping
          JPA embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Entity
          entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IdMapping
          JPA ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JpaContextNode
          Common protocol for JPA objects that have a context, as opposed to resource objects.
ManyToManyMapping
          JPA m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ManyToOneMapping
          JPA m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
MappedSuperclass
          mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToManyMapping
          JPA 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OneToOneMapping
          JPA 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TransientMapping
          JPA transient "mapping".
VersionMapping
          JPA version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.