|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of JpaNode in org.eclipse.jpt.jpa.core |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core | |
|---|---|
interface |
JpaDataSource
Interface to the connection profile. |
interface |
JpaFile
A JPA Project contains JPA files for all files in the project that are relevant to the JPA spec. |
interface |
JpaProject
A JPA project is associated with an Eclipse project
(and its corresponding Java project). |
interface |
JpaStructureNode
Interface implemented by any object to appear in the JPA Structure view and JPA Details view. |
| Methods in org.eclipse.jpt.jpa.core that return JpaNode | |
|---|---|
JpaNode |
JpaNode.getParent()
Return the JPA node's parent. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.context |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.context | |
|---|---|
interface |
AccessHolder
Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite). |
interface |
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. |
interface |
AssociationOverrideContainer
Association override container. |
interface |
AttributeMapping
JPA attribute mapping. |
interface |
AttributeOverride
Specified attribute override. |
interface |
AttributeOverrideContainer
Attribute override container. |
interface |
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. |
interface |
BaseEmbeddedMapping
Behavior common to embedded and embedded ID mappings. |
interface |
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. |
interface |
BaseJoinColumn
Specified join column primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
BasicMapping
JPA basic mapping. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
ColumnMapping
JPA attribute mapping that has a converter (e.g. basic, ID, version). |
interface |
Converter
JPA attribute mapping converter. |
interface |
ConvertibleMapping
JPA attribute mapping that has a converter (e.g. basic, ID, version). |
interface |
DbGenerator
Sequence and table generators. |
interface |
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. |
interface |
Embeddable
embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddedIdMapping
JPA embedded ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
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. |
interface |
FetchableMapping
JPA attribute mapping that has a fetch type (e.g. basic, relationship). |
interface |
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. |
interface |
GeneratedValueHolder
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
GeneratorContainer
Container for a table generator and/or sequence generator. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
JoinColumnRelationshipStrategy
Join column relationship strategy. |
interface |
JoinTable
Used by many-to-many and one-to-many mappings. |
interface |
JoinTableRelationship
Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JoinTableRelationshipStrategy
Join table relationship strategy. |
interface |
JpaContextNode
Common protocol for JPA objects that have a context, as opposed to resource objects. |
interface |
JpaNamedContextNode
Named context node. |
interface |
JpaRootContextNode
Root of the Dali JPA context model. |
interface |
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. |
interface |
ManagedType
Context managed type. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
MappingFile
JPA mapping file (typically orm.xml). |
static interface |
MappingFile.Root
Common interface for the root of a mapping file. |
interface |
MappingFilePersistenceUnitDefaults
Persistence unit defaults held by a mapping file. |
interface |
MappingFilePersistenceUnitMetadata
Persistence unit metadata held by a mapping file. |
interface |
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. |
interface |
MultiRelationshipMapping
Multi-valued relationship (1:m, m:m) mapping. |
interface |
NamedColumn
Specified column join column primary key join column discriminator column order column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
OptionalMapping
JPA attribute mapping that is optional (e.g. basic, single relationship). |
interface |
Orderable
Multi-valued (1:m, m:m) relationship mappings support ordering. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
PersistentAttribute
Context persistent attribute (field or property). |
interface |
PersistentType
Context persistent type. |
static interface |
PersistentType.Owner
|
interface |
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. |
interface |
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. |
interface |
PrimaryKeyJoinColumnRelationshipStrategy
Primary key join column relationship strategy. |
interface |
Query
Named and named native queries. |
interface |
QueryContainer
Container for named queries and/or named native queries. |
interface |
QueryHint
query hint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ReadOnlyAccessHolder
Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite). |
interface |
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. |
interface |
ReadOnlyAttributeOverride
Read-only attribute override. |
interface |
ReadOnlyBaseColumn
Read-only column join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ReadOnlyBaseJoinColumn
Read-only join column primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ReadOnlyColumn
Read-only column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
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. |
interface |
ReadOnlyJoinColumnRelationshipStrategy
Read-only join column relationship strategy. |
interface |
ReadOnlyJoinTable
Used by association overrides. |
interface |
ReadOnlyJoinTableRelationship
Join table relationship 1:1 (JPA 2.0) 1:m m:1 (JPA 2.0) m:m association override (JPA 2.0) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ReadOnlyJoinTableRelationshipStrategy
Read-only join table relationship strategy. |
interface |
ReadOnlyNamedColumn
Read-only column join column primary key join column discriminator column order column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
ReadOnlyPersistentAttribute
Read-only context persistent attribute (field or property). |
interface |
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. |
interface |
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. |
interface |
ReadOnlyRelationship
A relationship contains the settings describing how entities are related in a RelationshipMapping or AssociationOverride:
join column
join table
"mapped by"
primary key join column
Supported mappings:
1:1
1:m
m:1
m:m
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
ReadOnlyRelationshipStrategy
Strategy describing how two entities are related, either for a RelationshipMapping or an AssociationOverride:
join column
join table
"mapped by"
primary key join column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
ReadOnlySecondaryTable
Read-only entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
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. |
interface |
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. |
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. |
interface |
Relationship
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
RelationshipMapping
JPA relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
RelationshipStrategy
Strategy describing how two entities are joined, either for a RelationshipMapping or an AssociationOverride:
join column
join table
"mapped by"
primary key join column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
SecondaryTable
entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
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. |
interface |
Table
table secondary table join table collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
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. |
interface |
TransientMapping
JPA transient "mapping". |
interface |
TypeMapping
type mapping: entity mapped superclass embeddable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
UniqueConstraint
database unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
VirtualBaseColumn
Virtual column join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
VirtualBaseJoinColumn
Virtual join column (no virtual primary key join columns yet) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
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. |
interface |
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. |
interface |
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. |
interface |
VirtualJoinColumnRelationshipStrategy
Virtual join column relationship strategy. |
interface |
VirtualJoinTable
Used by association overrides. |
interface |
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. |
interface |
VirtualJoinTableRelationshipStrategy
Virtual join table relationship strategy. |
interface |
VirtualNamedColumn
Virtual column join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
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. |
interface |
VirtualOverride
Virtual attribute override association override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
VirtualOverrideRelationship
Virtual association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
VirtualPrimaryKeyJoinColumn
Virtual primary key join column. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
VirtualUniqueConstraint
Virtual database unique constraint. |
interface |
XmlFile
Context representation of any JPA XML file. |
static interface |
XmlFile.Root
Common interface for the root element for a JPA XML file (e.g. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
Accessor
Represents a JPA accessor (field or property). |
interface |
JarFile
A JAR file identified by a persistence.xml jar-file element. |
interface |
JavaAssociationOverride
Specified Java association override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaAssociationOverrideContainer
Java 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. |
interface |
JavaAttributeMapping
Java attribute mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaAttributeOverride
Specified Java 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. |
interface |
JavaAttributeOverrideContainer
Java attribute 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. |
interface |
JavaBaseColumn
Java 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. |
interface |
JavaBaseEmbeddedMapping
Behavior common to Java embedded and embedded ID mappings. |
interface |
JavaBaseEnumeratedConverter
Java 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. |
interface |
JavaBaseJoinColumn
Java join column or primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaBaseTemporalConverter
Java 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. |
interface |
JavaBasicMapping
Java basic mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaColumn
Java column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaColumnMapping
Java column mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaConverter
Java converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaConvertibleMapping
Java attribute mapping that has a converter (e.g. basic, ID, version). |
interface |
JavaDbGenerator
Java sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaDiscriminatorColumn
Java 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. |
interface |
JavaEmbeddable
Java embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddedIdMapping
Java 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. |
interface |
JavaEmbeddedMapping
Java 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. |
interface |
JavaEntity
Java entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaGeneratedValue
Java 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. |
interface |
JavaGeneratedValueHolder
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaGenerator
Java sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaGeneratorContainer
Java generator container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaIdClassReference
Java 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. |
interface |
JavaIdMapping
Java 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. |
interface |
JavaIdTypeMapping
Java ID type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinColumn
Java join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinColumnRelationship
Java join column relationship (1:1, 1:m, m:1, and association override) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinColumnRelationshipStrategy
Java join column 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. |
interface |
JavaJoinTable
Java 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. |
interface |
JavaJoinTableRelationship
Java join table 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. |
interface |
JavaJoinTableRelationshipStrategy
Java join table 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. |
interface |
JavaLobConverter
Java 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. |
interface |
JavaManagedType
Context managed type. |
interface |
JavaManyToManyMapping
Java 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. |
interface |
JavaManyToManyRelationship
Java m:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToOneMapping
Java 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. |
interface |
JavaManyToOneRelationship
Java m:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaMappedByRelationship
Java "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. |
interface |
JavaMappedSuperclass
Java 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. |
interface |
JavaMappingJoinColumnRelationship
Java mapping join column relationship (1:1, 1:m, m:1) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaMappingJoinTableRelationship
Java mapping join table 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. |
interface |
JavaMappingRelationship
Java 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. |
interface |
JavaNamedColumn
Java column join column primary key join column discriminator column order column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaNamedNativeQuery
Java named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaNamedQuery
Java 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. |
interface |
JavaOneToManyMapping
Java 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. |
interface |
JavaOneToManyRelationship
Java 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToOneMapping
Java 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. |
interface |
JavaOneToOneRelationship
Java 1:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOverride
Specified Java override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOverrideContainer
Java 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. |
interface |
JavaOverrideRelationship
Java 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. |
interface |
JavaPersistentAttribute
Context Java persistent attribute (field or property). |
interface |
JavaPersistentType
Context Java persistent type. |
interface |
JavaPrimaryKeyJoinColumn
Java primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaPrimaryKeyJoinColumnRelationship
Java 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. |
interface |
JavaPrimaryKeyJoinColumnRelationshipStrategy
Java primary key join column 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. |
interface |
JavaQuery
Java named and named native queries Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaQueryContainer
Java query container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaQueryHint
Java 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. |
interface |
JavaReferenceTable
Java 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. |
interface |
JavaRelationshipMapping
Java relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
JavaSecondaryTable
Java 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. |
interface |
JavaSequenceGenerator
Java 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. |
interface |
JavaSingleRelationshipMapping
Java single (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. |
interface |
JavaTable
Java table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTableGenerator
Java 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. |
interface |
JavaTransientMapping
Java transient "mapping" Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTypeMapping
Java type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaUniqueConstraint
Java 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. |
interface |
JavaVersionMapping
Java 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. |
interface |
JavaVirtualAssociationOverride
Java 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. |
interface |
JavaVirtualAttributeOverride
Java 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. |
interface |
JavaVirtualOverride
Java virtual attribute override association override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
EntityMappings
Context model corresponding to the XML resource model XmlEntityMappings,
which corresponds to the entity-mappings element
in the orm.xml file. |
interface |
OrmAssociationOverride
Specified orm.xml association override
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmAssociationOverrideContainer
orm.xml 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. |
interface |
OrmAttributeMapping
orm.xml attribute mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmAttributeOverride
Specified orm.xml 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. |
interface |
OrmAttributeOverrideContainer
orm.xml attribute 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. |
interface |
OrmBaseColumn
orm.xml 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. |
interface |
OrmBaseEmbeddedMapping
Behavior common to orm.xml embedded and embedded ID mappings. |
interface |
OrmBaseEnumeratedConverter
orm.xml 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. |
interface |
OrmBaseJoinColumn
orm.xml join column or primary key join column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmBaseTemporalConverter
orm.xml 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. |
interface |
OrmBasicMapping
orm.xml basic mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmCascade
orm.xml 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. |
interface |
OrmColumn
orm.xml column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmColumnMapping
orm.xml column mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmConverter
orm.xml converter
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmConvertibleMapping
orm.xml attribute mapping that has a
converter (e.g. basic, ID, version). |
interface |
OrmDiscriminatorColumn
orm.xml 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. |
interface |
OrmEmbeddable
orm.xml embeddable type mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmEmbeddedIdMapping
orm.xml 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. |
interface |
OrmEmbeddedMapping
orm.xml 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. |
interface |
OrmEntity
orm.xml entity
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmGeneratedValue
orm.xml 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. |
interface |
OrmGeneratedValueHolder
orm.xml 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. |
interface |
OrmGenerator
orm.xml sequence and table generators
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmGeneratorContainer
orm.xml generator container
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmIdClassReference
orm.xml 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. |
interface |
OrmIdMapping
orm.xml 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. |
interface |
OrmIdTypeMapping
orm.xml ID type mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmJoinColumn
orm.xml join column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmJoinColumnRelationship
orm.xml join column relationship
(1:1, 1:m, m:1, and association override)
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmJoinColumnRelationshipStrategy
orm.xml join column 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. |
interface |
OrmJoinTable
orm.xml 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. |
interface |
OrmJoinTableRelationship
orm.xml join table 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. |
interface |
OrmJoinTableRelationshipStrategy
orm.xml join table 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. |
interface |
OrmLobConverter
orm.xml 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. |
interface |
OrmManagedType
Context managed type. |
interface |
OrmManyToManyMapping
orm.xml 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. |
interface |
OrmManyToManyRelationship
orm.xml m:m relationship
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmManyToOneMapping
orm.xml m:1 mapping. |
interface |
OrmManyToOneRelationship
orm.xml m:1 relationship
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmMappedByRelationship
orm.xml "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. |
interface |
OrmMappedSuperclass
orm.xml 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. |
interface |
OrmMappingJoinColumnRelationship
orm.xml mapping join column relationship (1:1, 1:m, m:1)
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmMappingJoinTableRelationship
orm.xml mapping join table 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. |
interface |
OrmMappingRelationship
orm.xml 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. |
interface |
OrmMultiRelationshipMapping
orm.xml multi-valued relationship (1:m, m:m) mapping. |
interface |
OrmNamedColumn
orm.xml
column
join column
primary key join column
discriminator column
order column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmNamedNativeQuery
orm.xml named native query
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmNamedQuery
orm.xml 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. |
interface |
OrmOneToManyMapping
orm.xml 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. |
interface |
OrmOneToManyRelationship
orm.xml 1: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. |
interface |
OrmOneToOneMapping
orm.xml 1:1 mapping. |
interface |
OrmOneToOneRelationship
orm.xml 1:1 relationship
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOverride
Specified orm.xml override
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOverrideContainer
orm.xml 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. |
interface |
OrmOverrideRelationship
orm.xml 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. |
interface |
OrmPersistenceUnitDefaults
Context model corresponding to the XML resource model XmlPersistenceUnitDefaults,
which corresponds to the persistence-unit-defaults element
in the orm.xml file. |
interface |
OrmPersistenceUnitMetadata
Context orm.xml persistence unit metadata. |
interface |
OrmPersistentAttribute
Context orm.xml persistent attribute
(field or property). |
interface |
OrmPersistentType
orm.xml persistent type
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmPrimaryKeyJoinColumn
orm.xml primary key join column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmPrimaryKeyJoinColumnRelationship
orm.xml 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. |
interface |
OrmPrimaryKeyJoinColumnRelationshipStrategy
orm.xml primary key join column 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. |
interface |
OrmQuery
orm.xml named and named native queries
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmQueryContainer
orm.xml query container
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmQueryHint
orm.xml 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. |
interface |
OrmReadOnlyPersistentAttribute
Read-only context orm.xml persistent attribute
(field or property). |
interface |
OrmReferenceTable
orm.xml join table or collection table
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmRelationshipMapping
orm.xml relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
OrmSecondaryTable
orm.xml 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. |
interface |
OrmSequenceGenerator
orm.xml 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. |
interface |
OrmSingleRelationshipMapping
orm.xml single (1:1, m:1) mapping. |
interface |
OrmTable
orm.xml table
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmTableGenerator
orm.xml 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. |
interface |
OrmTransientMapping
orm.xml transient "mapping"
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmTypeMapping
orm.xml type mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmUniqueConstraint
orm.xml 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. |
interface |
OrmVersionMapping
orm.xml 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. |
interface |
OrmVirtualAssociationOverride
orm.xml 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. |
interface |
OrmVirtualAttributeOverride
Java 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. |
interface |
OrmVirtualOverride
orm.xml virtual
attribute override
association override
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmVirtualPrimaryKeyJoinColumn
orm.xml virtual primary key join column. |
interface |
OrmVirtualSecondaryTable
orm.xml 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. |
interface |
OrmXml
JPA orm.xml file. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.context.persistence |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.context.persistence | |
|---|---|
interface |
ClassRef
Context model corresponding to the XML resource model XmlJavaClassRef, which corresponds to the class |
interface |
JarFileRef
Context model corresponding to the XML resource model XmlJarFileRef,
which corresponds to the jar-file
element in the persistence.xml file. |
interface |
MappingFileRef
Context model corresponding to the mapping-file element
in the persistence.xml file. |
interface |
Persistence
Context model corresponding to the XML resource model XmlPersistence,
which corresponds to the persistence element in the
persistence.xml file. |
interface |
PersistenceUnit
Context model corresponding to the XML resource model XmlPersistenceUnit,
which corresponds to the persistence-unit element in the
persistence.xml file. |
static interface |
PersistenceUnit.Property
Simple property interface. |
interface |
PersistenceXml
JPA persistence.xml file. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.internal |
|---|
| Classes in org.eclipse.jpt.jpa.core.internal that implement JpaNode | |
|---|---|
class |
org.eclipse.jpt.jpa.core.internal.AbstractJpaNode
|
| Uses of JpaNode in org.eclipse.jpt.jpa.core.internal.context |
|---|
| Classes in org.eclipse.jpt.jpa.core.internal.context that implement JpaNode | |
|---|---|
class |
org.eclipse.jpt.jpa.core.internal.context.AbstractJpaContextNode
|
| Uses of JpaNode in org.eclipse.jpt.jpa.core.internal.context.persistence |
|---|
| Classes in org.eclipse.jpt.jpa.core.internal.context.persistence that implement JpaNode | |
|---|---|
class |
org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit
|
class |
org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceXmlContextNode
|
| Uses of JpaNode in org.eclipse.jpt.jpa.core.jpa2 |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.jpa2 | |
|---|---|
interface |
JpaProject2_0
JPA 2.0 project. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.jpa2.context |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.jpa2.context | |
|---|---|
interface |
AssociationOverrideContainer2_0
JPA 2.0 Association override container. |
interface |
AttributeMapping2_0
JPA 2.0 attribute mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Cacheable2_0
cacheable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
CacheableHolder2_0
cacheable holder/parent Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Cascade2_0
JPA 2.0 cascade (persist, merge, remove, refresh, detach) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
CollectionMapping2_0
JPA 2.0 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. |
interface |
CollectionTable2_0
Used by element collection mappings. |
interface |
ConvertibleKeyMapping2_0
JPA attribute mapping that has a map key converter (JPA 2.0 collection mappings) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
DerivableIdMapping2_0
JPA 2.0 attribute mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
DerivedIdentity2_0
Derived identity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
DerivedIdentityStrategy2_0
Derived identity strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ElementCollectionMapping2_0
JPA 2.0 element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddedIdMapping2_0
JPA 2.0 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. |
interface |
EmbeddedMapping2_0
JPA 2.0 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. |
interface |
IdDerivedIdentityStrategy2_0
ID derived identity strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
IdMapping2_0
JPA 2.0 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. |
interface |
JpaRootContextNode2_0
Root of the Dali JPA 2.0 context model. |
interface |
ManyToManyMapping2_0
JPA 2.0 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. |
interface |
ManyToOneMapping2_0
JPA 2.0 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. |
interface |
ManyToOneRelationship2_0
JPA 2.0 m:1 relationship (mapped by, join column, 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. |
interface |
MappingFilePersistenceUnitDefaults2_0
JPA 2.0 Persistence unit defaults held by a mapping file. |
interface |
MappingFilePersistenceUnitMetadata2_0
JPA 2.0 Persistence unit metadata held by a mapping file. |
interface |
MappingRelationshipStrategy2_0
Strategy describing how two entities are joined via a RelationshipMapping:
join column
join table
"mapped by"
primary key join column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
MapsIdDerivedIdentityStrategy2_0
Maps ID derived identity strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MultiRelationshipMapping2_0
JPA 2.0 multi relationship (m:m, 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. |
interface |
NamedQuery2_0
JPA 2.0 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. |
interface |
OneToManyMapping2_0
JPA 2.0 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. |
interface |
OneToManyRelationship2_0
JPA 2.0 1:m relationship (mapped by, join table, join column) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToOneMapping2_0
JPA 2.0 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. |
interface |
OneToOneRelationship2_0
JPA 2.0 1:1 relationship (mapped by, join column, primary key join column, 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. |
interface |
Orderable2_0
Multi-valued (1:m, m:m) relationship and element collection mappings support ordering. |
interface |
OrderColumn2_0
order column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrphanRemovable2_0
Oprhan removal Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrphanRemovalHolder2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OverrideRelationship2_0
JPA 2.0 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. |
interface |
PersistentAttribute2_0
JPA 2.0 Context persistent attribute (field or property). |
interface |
PersistentType2_0
JPA 2.0 context persistent type. |
interface |
ReadOnlyAssociationOverride2_0
JPA 2.0 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. |
interface |
ReadOnlyOverrideRelationship2_0
JPA 2.0 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. |
interface |
ReadOnlyPersistentAttribute2_0
JPA 2.0 Read-only context persistent attribute (field or property). |
interface |
RelationshipMapping2_0
JPA 2.0 relationship (1:m, m:m, 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. |
interface |
SequenceGenerator2_0
JPA 2.0 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. |
interface |
SingleRelationshipMapping2_0
JPA 2.0 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. |
interface |
VirtualOverrideRelationship2_0
JPA 2.0 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. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.jpa2.context.java |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.jpa2.context.java | |
|---|---|
interface |
JavaAssociationOverride2_0
JPA 2.0 Java 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. |
interface |
JavaAssociationOverrideContainer2_0
JPA 2.0 Java 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. |
interface |
JavaAttributeOverrideContainer2_0
JPA 2.0 Java attribute 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. |
interface |
JavaCacheableHolder2_0
Java cacheable holder/parent Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaCollectionMapping2_0
Java 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. |
interface |
JavaCollectionTable2_0
Java collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaConvertibleKeyMapping2_0
Java attribute mapping that has a key converter, collection mappings Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaDerivedIdentity2_0
Java derived identity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaElementCollectionMapping2_0
Java element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddedMapping2_0
JPA 2.0 Java 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. |
interface |
JavaEntity2_0
Java entity 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. |
interface |
JavaManyToOneRelationship2_0
JPA 2.0 Java m:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaNamedQuery2_0
JPA 2.0 Java 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. |
interface |
JavaOneToManyRelationship2_0
JPA 2.0 Java 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToOneRelationship2_0
JPA 2.0 Java 1:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOrderable2_0
JPA 2.0 Java ordering Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOrderColumn2_0
orm.xml order column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOverrideContainer2_0
JPA 2.0 Java 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. |
interface |
JavaOverrideRelationship2_0
JPA 2.0 Java 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. |
interface |
JavaSequenceGenerator2_0
JPA 2.0 Java 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. |
interface |
JavaSingleRelationshipMapping2_0
JPA 2.0 Java single (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. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.jpa2.context.orm |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.jpa2.context.orm | |
|---|---|
interface |
OrmAssociationOverride2_0
JPA 2.0 orm.xml 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. |
interface |
OrmAssociationOverrideContainer2_0
JPA 2.0 orm.xml 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. |
interface |
OrmCacheableHolder2_0
orm.xml cacheable holder/parent
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmCascade2_0
orm.xml 2.0 cascade (persist, merge, remove, refresh, detach)
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmCollectionMapping2_0
orm.xml 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. |
interface |
OrmCollectionTable2_0
orm.xml collection table
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmConvertibleKeyMapping2_0
Java attribute mapping that has a key converter, collection mappings Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmDerivedIdentity2_0
orm.xml derived identity
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmElementCollectionMapping2_0
orm.xml element collection mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmEmbeddedMapping2_0
JPA 2.0 orm.xml 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. |
interface |
OrmEntity2_0
orm.xml entity
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmIdDerivedIdentityStrategy2_0
orm.xml ID derived identity strategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmManyToOneRelationship2_0
JPA 2.0 orm.xml m:1 relationship
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmMapsIdDerivedIdentityStrategy2_0
orm.xml maps ID derived identity strategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmNamedQuery2_0
JPA 2.0 orm.xml 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. |
interface |
OrmOneToManyRelationship2_0
JPA 2.0 orm.xml 1:m relationship
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOneToOneRelationship2_0
JPA 2.0 orm.xml 1:1 relationship
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOrderable2_0
JPA 2.0 orm.xml ordering
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOrderColumn2_0
orm.xml order column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOverrideRelationship2_0
JPA 2.0 orm.xml 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. |
interface |
OrmPersistenceUnitDefaults2_0
JPA 2.0 context model corresponding to the XML resource model XmlPersistenceUnitDefaults_2_0,
which corresponds to the persistence-unit-defaults element
in the orm.xml file. |
interface |
OrmPersistenceUnitMetadata2_0
JPA 2.0 Context orm.xml persistence unit metadata. |
interface |
OrmSequenceGenerator2_0
JPA 2.0 orm.xml 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. |
interface |
OrmSingleRelationshipMapping2_0
JPA 2.0 orm.xml single (1:1, m:1) mapping. |
| Uses of JpaNode in org.eclipse.jpt.jpa.core.jpa2.context.persistence |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.core.jpa2.context.persistence | |
|---|---|
interface |
Persistence2_0
The persistence element in the JPA 2.0 persistence.xml file. |
interface |
PersistenceUnit2_0
JPA 2.0 persistence-unit
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
PersistenceXml2_0
JPA 2.0 persistence.xml file. |
| Uses of JpaNode in org.eclipse.jpt.jpa.eclipselink.core |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.eclipselink.core | |
|---|---|
interface |
EclipseLinkJpaProject
EclipseLink JPA project. |
| Uses of JpaNode in org.eclipse.jpt.jpa.eclipselink.core.context |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.eclipselink.core.context | |
|---|---|
interface |
EclipseLinkArrayMapping2_3
EclipseLink array mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkBasicCollectionMapping
EclipseLink basic collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkBasicMapMapping
EclipseLink basic map mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkBasicMapping
EclipseLink basic mapping. |
interface |
EclipseLinkCaching
EclipseLink caching Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkChangeTracking
EclipseLink change tracking Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConversionValue
Corresponds to a ConversionValue resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConvert
EclipseLink convert (not to be confused with EclipseLink converter) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConverter
EclipseLink converter: Type ( EclipseLinkTypeConverter)
Object Type (EclipseLinkObjectTypeConverter)
Struct (EclipseLinkStructConverter)
Custom (EclipseLinkCustomConverter)
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkConverterClassConverter
Corresponds to a *ConverterClassConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConverterContainer
EclipseLink converter container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkCustomConverter
EclipseLink custom converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkCustomizer
Corresponds to a Customizer resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkElementCollectionMapping2_0
EclipseLink element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkEntity
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkGeneratorContainer
Container for a table generator and/or sequence generator and/or uuid generator. |
interface |
EclipseLinkIdMapping
EclipseLink 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. |
interface |
EclipseLinkIdMapping2_0
EclipseLink ID mapping 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. |
interface |
EclipseLinkJoinFetch
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJoinFetchMapping
EclipseLink join-fetch mapping. |
interface |
EclipseLinkManyToManyMapping
EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
EclipseLinkManyToManyMapping2_0
EclipseLink ID mapping 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. |
interface |
EclipseLinkManyToOneMapping
EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
EclipseLinkManyToOneMapping2_0
EclipseLink m:1 mapping 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. |
interface |
EclipseLinkMappedSuperclass
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkMultitenancy2_3
EclipseLink multitenancy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkMutable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkNonEmbeddableTypeMapping
EclipseLink non-embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkObjectTypeConverter
EclipseLink object type converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToManyMapping
EclipseLink 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. |
interface |
EclipseLinkOneToManyMapping2_0
EclipseLink 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. |
interface |
EclipseLinkOneToManyRelationship
EclipseLink 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToManyRelationship2_0
EclipseLink 2.0 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToOneMapping
EclipseLink 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. |
interface |
EclipseLinkOneToOneMapping2_0
EclipseLink 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. |
interface |
EclipseLinkPrivateOwned
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkReadOnly
EclipseLink read-only Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkRelationshipMapping
EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
EclipseLinkStructConverter
EclipseLink struct converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkStructureMapping2_3
EclipseLink structure mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTimeOfDay
EclipseLink caching expiry time of day Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTransformationMapping
EclipseLink transformation mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTypeConverter
EclipseLink type converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTypeMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkVariableOneToOneMapping
EclipseLink variable 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkVersionMapping
EclipseLink 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. |
interface |
ReadOnlyTenantDiscriminatorColumn2_3
tenant 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. |
interface |
TenantDiscriminatorColumn2_3
tenant 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. |
interface |
UuidGenerator
uuid generator - corresponds to org.eclipse.persistence.annotations.UuidGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
VirtualTenantDiscriminatorColumn2_3
Virtual tenant 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. |
| Uses of JpaNode in org.eclipse.jpt.jpa.eclipselink.core.context.java |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.eclipselink.core.context.java | |
|---|---|
interface |
EclipseLinkJavaOneToManyRelationship
EclipseLink Java 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJavaOneToManyRelationship2_0
EclipseLink 2.0 Java 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJavaTypeMapping
EclipseLink Java type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkCaching
EclipseLink Java caching Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkConverterContainer
EclipseLink Java converter container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkEmbeddable
EclipseLink Java embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkEntity
EclipseLink Java entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkMappedSuperclass
EclipseLink Java 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. |
interface |
JavaEclipseLinkMultitenancy2_3
|
interface |
JavaEclipseLinkNonEmbeddableTypeMapping
EclipseLink Java non-embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTenantDiscriminatorColumn2_3
tenant 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. |
interface |
JavaUuidGenerator
EclipseLink 2.4 Java Uuid generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of JpaNode in org.eclipse.jpt.jpa.eclipselink.core.context.orm |
|---|
| Subinterfaces of JpaNode in org.eclipse.jpt.jpa.eclipselink.core.context.orm | |
|---|---|
interface |
EclipseLinkEntityMappings
|
interface |
EclipseLinkOrmOneToManyRelationship
EclipseLink orm.xml 1:m relationship
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkOrmOneToManyRelationship2_0
EclipseLink 2.0 orm.xml 1:m relationship
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkOrmPersistentType
eclipselink-orm.xml persistent type:
mapping
access
access-methods
attributes
super persistent type
Java persistent type
|
interface |
EclipseLinkOrmTypeMapping
EclipseLink ORM type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkPersistenceUnitDefaults
EclipseLink orm.xml file
persistence-unit-defaults element |
interface |
OrmEclipseLinkConverterContainer
EclipseLink orm.xml converter container
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmEclipseLinkEmbeddable
EclipseLink orm.xml embeddable
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmEclipseLinkEntity
EclipseLink orm.xml entity
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmEclipseLinkMappedSuperclass
EclipseLink orm.xml 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. |
interface |
OrmEclipseLinkMultitenancy2_3
|
interface |
OrmEclipseLinkNonEmbeddableTypeMapping
EclipseLink orm.xml non-embeddable type mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmTenantDiscriminatorColumn2_3
orm tenant 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. |
interface |
OrmUuidGenerator
eclipselink-orm.xml 2.4 uuid generator
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| Uses of JpaNode in org.eclipse.jpt.jpa.eclipselink.core.context.persistence |
|---|
| Classes in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that implement JpaNode | |
|---|---|
class |
EclipseLinkPersistenceUnit
EclipseLink persistence unit |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||