|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XmlContextNode in org.eclipse.jpt.jpa.core.context |
|---|
| Subinterfaces of XmlContextNode in org.eclipse.jpt.jpa.core.context | |
|---|---|
interface |
MappingFile
JPA mapping file (typically orm.xml). |
interface |
MappingFilePersistenceUnitDefaults
Persistence unit defaults held by a mapping file. |
interface |
MappingFilePersistenceUnitMetadata
Persistence unit metadata held by a mapping file. |
interface |
MappingFileRoot
The root of a JPA mapping file. |
interface |
XmlFile
Context representation of any JPA XML file. |
| Uses of XmlContextNode in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of XmlContextNode in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
EntityMappings
Context model corresponding to the XML resource model XmlEntityMappings,
which corresponds to the entity-mappings element
in the orm.xml file. |
interface |
OrmAssociationOverride
orm.xml association override |
interface |
OrmAssociationOverrideContainer
orm.xml association override container |
interface |
OrmAttributeMapping
orm.xml attribute mapping |
interface |
OrmAttributeOverride
orm.xml attribute override |
interface |
OrmAttributeOverrideContainer
orm.xml attribute override container |
interface |
OrmBaseColumn
orm.xml column or join column |
interface |
OrmBaseEmbeddedMapping
Behavior common to orm.xml embedded and embedded ID mappings. |
interface |
OrmBaseJoinColumn
orm.xml join column or primary key join column |
interface |
OrmBasicMapping
orm.xml basic mapping |
interface |
OrmCascade
orm.xml cascade (persist, merge, remove, refresh) |
interface |
OrmCollectionMapping
JPA orm.xml collection mapping (e.g. |
interface |
OrmColumn
orm.xml column |
interface |
OrmColumnMapping
orm.xml column mapping |
interface |
OrmConverter
orm.xml converter |
interface |
OrmConvertibleMapping
orm.xml attribute mapping that has a
converter (e.g. |
interface |
OrmDiscriminatorColumn
orm.xml discriminator column |
interface |
OrmEmbeddable
orm.xml embeddable type mapping |
interface |
OrmEmbeddedIdMapping
orm.xml embedded ID mapping |
interface |
OrmEmbeddedMapping
orm.xml embedded mapping |
interface |
OrmEntity
orm.xml entity |
interface |
OrmEnumeratedConverter
orm.xml enumerated converter |
interface |
OrmGeneratedValue
orm.xml generated value |
interface |
OrmGenerator
orm.xml sequence and table generators |
interface |
OrmGeneratorContainer
orm.xml generator container |
interface |
OrmIdClassReference
orm.xml ID class reference |
interface |
OrmIdMapping
orm.xml ID mapping |
interface |
OrmJoinColumn
orm.xml join column |
interface |
OrmJoinColumnRelationship
orm.xml join column relationship
(1:1, 1:m, m:1, and association override) |
interface |
OrmJoinColumnRelationshipStrategy
orm.xml join column relationship strategy |
interface |
OrmJoinTable
orm.xml join table |
interface |
OrmJoinTableRelationship
orm.xml join table relationship (1:1, 1:m, m:1, m:m) |
interface |
OrmJoinTableRelationshipStrategy
orm.xml join table relationship strategy |
interface |
OrmLobConverter
orm.xml LOB converter |
interface |
OrmManyToManyMapping
orm.xml m:m mapping |
interface |
OrmManyToManyRelationship
orm.xml m:m relationship |
interface |
OrmManyToOneMapping
orm.xml m:1 mapping. |
interface |
OrmManyToOneRelationship
orm.xml m:1 relationship |
interface |
OrmMappedByRelationship
orm.xml "mapped by" relationship (1:1, 1:m, m:m) |
interface |
OrmMappedByRelationshipStrategy
orm.xml "mapped by" relationship strategy |
interface |
OrmMappedSuperclass
orm.xml mapped superclass |
interface |
OrmMappingJoinColumnRelationship
orm.xml mapping join column relationship (1:1, 1:m, m:1) |
interface |
OrmMappingJoinTableRelationship
orm.xml mapping join table relationship (1:1, 1:m, m:1, m:m) |
interface |
OrmMappingRelationship
orm.xml mapping relationship (1:1, 1:m, m:1, m:m) |
interface |
OrmMultiRelationshipMapping
orm.xml multi-valued (1:m, m:m) relationship mapping. |
interface |
OrmNamedColumn
orm.xml
column
join column
primary key join column
discriminator column
order column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmNamedNativeQuery
orm.xml named native query |
interface |
OrmNamedQuery
orm.xml named query |
interface |
OrmOneToManyMapping
orm.xml 1:m mapping |
interface |
OrmOneToManyRelationship
orm.xml 1:m relationship reference |
interface |
OrmOneToOneMapping
orm.xml 1:1 mapping. |
interface |
OrmOneToOneRelationship
orm.xml 1:1 relationship |
interface |
OrmOrderable
Multi-valued (1:m, m:m) relationship mappings support ordering. |
interface |
OrmOverride
orm.xml override |
interface |
OrmOverrideContainer
orm.xml attribute or association override container |
interface |
OrmOverrideRelationship
orm.xml association override relationship |
interface |
OrmPersistenceUnitDefaults
Context model corresponding to the XML resource model XmlPersistenceUnitDefaults,
which corresponds to the persistence-unit-defaults element
in the orm.xml file. |
interface |
OrmPersistenceUnitMetadata
Context orm.xml persistence unit metadata. |
interface |
OrmPersistentAttribute
Context orm.xml persistent attribute
(field or property). |
interface |
OrmPersistentType
orm.xml persistent type |
interface |
OrmPrimaryKeyJoinColumn
orm.xml primary key join column |
interface |
OrmPrimaryKeyJoinColumnRelationship
orm.xml primary key join column relationship (1:1) |
interface |
OrmPrimaryKeyJoinColumnRelationshipStrategy
orm.xml primary key join column relationship strategy |
interface |
OrmQuery
orm.xml named and named native queries |
interface |
OrmQueryContainer
orm.xml query container |
interface |
OrmQueryHint
orm.xml query hint |
interface |
OrmReadOnlyAssociationOverride
orm.xml association override |
interface |
OrmReadOnlyAttributeOverride
Read-only orm.xml attribute override |
interface |
OrmReadOnlyOverride
Read-only orm.xml override |
interface |
OrmReadOnlyPersistentAttribute
Read-only context orm.xml persistent attribute
(field or property). |
interface |
OrmReadOnlyRelationship
orm.xml relationship (join column, join table, mapped by,
primary key join column, mapping) |
interface |
OrmReadOnlyRelationshipStrategy
orm.xml read-only relationship strategy |
interface |
OrmReadOnlyUniqueConstraint
orm.xml read-only unique constraint |
interface |
OrmReferenceTable
orm.xml join table or collection table |
interface |
OrmRelationship
orm.xml relationship (join column, join table, mapped by,
primary key join column, mapping) |
interface |
OrmRelationshipMapping
orm.xml relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
OrmRelationshipStrategy
orm.xml relationship strategy |
interface |
OrmSecondaryTable
orm.xml secondary table |
interface |
OrmSequenceGenerator
orm.xml sequence generator |
interface |
OrmSingleRelationshipMapping
orm.xml single (1:1, m:1) mapping. |
interface |
OrmTable
orm.xml table |
interface |
OrmTableGenerator
orm.xml table generator |
interface |
OrmTemporalConverter
orm.xml temporal converter |
interface |
OrmTransientMapping
orm.xml transient "mapping" |
interface |
OrmTypeMapping
orm.xml type mapping |
interface |
OrmUniqueConstraint
orm.xml unique constraint |
interface |
OrmVersionMapping
orm.xml version mapping |
interface |
OrmVirtualAssociationOverride
orm.xml virtual association override |
interface |
OrmVirtualAttributeOverride
Java virtual attribute override |
interface |
OrmVirtualColumn
orm.xml virtual column |
interface |
OrmVirtualJoinColumn
orm.xml virtual join column |
interface |
OrmVirtualJoinColumnRelationship
orm.xml virtual join column relationship |
interface |
OrmVirtualJoinColumnRelationshipStrategy
orm.xml virtual join column relationship strategy. |
interface |
OrmVirtualJoinTable
orm.xml virtual join table |
interface |
OrmVirtualJoinTableRelationship
orm.xml virtual join table relationship |
interface |
OrmVirtualJoinTableRelationshipStrategy
orm.xml virtual join table relationship strategy. |
interface |
OrmVirtualOverride
orm.xml virtual
attribute override
association override
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmVirtualOverrideRelationship
orm.xml virtual association override relationship |
interface |
OrmVirtualPrimaryKeyJoinColumn
orm.xml virtual primary key join column |
interface |
OrmVirtualRelationship
orm.xml virtual relationship |
interface |
OrmVirtualRelationshipStrategy
orm.xml virtual strategy |
interface |
OrmVirtualSecondaryTable
orm.xml virtual secondary table |
interface |
OrmVirtualUniqueConstraint
orm.xml virtual database unique constraint |
interface |
OrmXml
JPA orm.xml file. |
| Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlContextNode | |
|---|---|
XmlContextNode |
OrmOverrideContainer.getParent()
|
| Uses of XmlContextNode in org.eclipse.jpt.jpa.core.context.persistence |
|---|
| Subinterfaces of XmlContextNode 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 XML resource model XmlMappingFileRef,
which corresponds to the mapping-file element
in the persistence.xml file. |
interface |
Persistence
Context model corresponding to the XML resource model XmlPersistence,
which corresponds to the persistence element in the
persistence.xml file. |
interface |
PersistenceUnit
Context model corresponding to the XML resource model XmlPersistenceUnit,
which corresponds to the persistence-unit element in the
persistence.xml file. |
static interface |
PersistenceUnit.Property
Simple property interface. |
interface |
PersistenceXml
JPA persistence.xml file. |
| Uses of XmlContextNode in org.eclipse.jpt.jpa.core.internal.context |
|---|
| Classes in org.eclipse.jpt.jpa.core.internal.context that implement XmlContextNode | |
|---|---|
class |
org.eclipse.jpt.jpa.core.internal.context.AbstractXmlContextNode
|
| Uses of XmlContextNode in org.eclipse.jpt.jpa.core.internal.context.persistence |
|---|
| Classes in org.eclipse.jpt.jpa.core.internal.context.persistence that implement XmlContextNode | |
|---|---|
class |
org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit
|
class |
org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceXmlContextNode
|
| Uses of XmlContextNode in org.eclipse.jpt.jpa.core.jpa2.context |
|---|
| Subinterfaces of XmlContextNode in org.eclipse.jpt.jpa.core.jpa2.context | |
|---|---|
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. |
| Uses of XmlContextNode in org.eclipse.jpt.jpa.core.jpa2.context.orm |
|---|
| Subinterfaces of XmlContextNode in org.eclipse.jpt.jpa.core.jpa2.context.orm | |
|---|---|
interface |
OrmCacheable2_0
orm.xml cacheable |
interface |
OrmCacheableHolder2_0
orm.xml cacheable holder/parent |
interface |
OrmCascade2_0
orm.xml cascade (persist, merge, remove, refresh, detach) |
interface |
OrmCollectionMapping2_0
orm.xml collection mapping (e.g. |
interface |
OrmCollectionTable2_0
orm.xml collection table |
interface |
OrmDerivedIdentity2_0
orm.xml derived identity |
interface |
OrmElementCollectionMapping2_0
orm.xml element collection mapping |
interface |
OrmEmbeddedMapping2_0
JPA 2.0 orm.xml embedded mapping |
interface |
OrmIdDerivedIdentityStrategy2_0
orm.xml ID derived identity strategy |
interface |
OrmManyToManyMapping2_0
JPA 2.0 orm.xml m:m mapping |
interface |
OrmManyToOneMapping2_0
JPA 2.0 orm.xml m:1 mapping. |
interface |
OrmManyToOneRelationship2_0
JPA 2.0 orm.xml m:1 relationship |
interface |
OrmMapsIdDerivedIdentityStrategy2_0
orm.xml maps ID derived identity strategy |
interface |
OrmNamedQuery2_0
JPA 2.0 orm.xml named query |
interface |
OrmOneToManyMapping2_0
JPA 2.0 orm.xml 1:m mapping |
interface |
OrmOneToManyRelationship2_0
JPA 2.0 orm.xml 1:m relationship |
interface |
OrmOneToOneMapping2_0
JPA 2.0 orm.xml 1:1 mapping. |
interface |
OrmOneToOneRelationship2_0
JPA 2.0 orm.xml 1:1 relationship |
interface |
OrmOrderable2_0
JPA 2.0 orm.xml ordering |
interface |
OrmOrderColumn2_0
orm.xml order column |
interface |
OrmOrphanRemovable2_0
orm.xml orphan removal |
interface |
OrmOrphanRemovalHolder2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOverrideRelationship2_0
JPA 2.0 orm.xml association override relationship |
interface |
OrmPersistenceUnitDefaults2_0
JPA 2.0 context model corresponding to the XML resource model XmlPersistenceUnitDefaults_2_0,
which corresponds to the persistence-unit-defaults element
in the orm.xml file. |
interface |
OrmPersistenceUnitMetadata2_0
JPA 2.0 Context orm.xml persistence unit metadata. |
interface |
OrmPersistentAttribute2_0
JPA 2.0 Context orm.xml persistent attribute
(field or property). |
interface |
OrmPersistentType2_0
JPA 2.0 context orm.xml persistent type. |
interface |
OrmReadOnlyPersistentAttribute2_0
JPA 2.0 Read-only context orm.xml persistent attribute
(field or property). |
interface |
OrmSequenceGenerator2_0
JPA 2.0 orm.xml sequence generator |
interface |
OrmSingleRelationshipMapping2_0
JPA 2.0 orm.xml single (1:1, m:1) mapping. |
interface |
OrmVirtualOverrideRelationship2_0
JPA 2.0 orm.xml virtual association override relationship |
| Uses of XmlContextNode in org.eclipse.jpt.jpa.core.jpa2.context.persistence |
|---|
| Subinterfaces of XmlContextNode in org.eclipse.jpt.jpa.core.jpa2.context.persistence | |
|---|---|
interface |
Persistence2_0
The persistence element in the JPA 2.0 persistence.xml file. |
interface |
PersistenceUnit2_0
JPA 2.0 persistence-unit |
interface |
PersistenceXml2_0
JPA 2.0 persistence.xml file. |
| Uses of XmlContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.orm |
|---|
| Subinterfaces of XmlContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.orm | |
|---|---|
interface |
EclipseLinkEntityMappings
|
interface |
EclipseLinkOrmOneToManyRelationship
EclipseLink orm.xml 1:m relationship |
interface |
EclipseLinkOrmTypeMapping
EclipseLink type mapping |
interface |
OrmEclipseLinkCaching
EclipseLink orm.xml caching |
interface |
OrmEclipseLinkConverterContainer
EclipseLink orm.xml converter container |
interface |
OrmEclipseLinkEmbeddable
EclipseLink orm.xml embeddable |
interface |
OrmEclipseLinkEntity
EclipseLink orm.xml entity |
interface |
OrmEclipseLinkMappedSuperclass
EclipseLink orm.xml mapped superclass |
interface |
OrmEclipseLinkNonEmbeddableTypeMapping
EclipseLink orm.xml non-embeddable type mapping |
| Uses of XmlContextNode in org.eclipse.jpt.jpa.eclipselink.core.context.persistence |
|---|
| Classes in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that implement XmlContextNode | |
|---|---|
class |
EclipseLinkPersistenceUnit
EclipseLink persistence unit |
| Uses of XmlContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm |
|---|
| Subinterfaces of XmlContextNode in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm | |
|---|---|
interface |
EclipseLinkOrmOneToManyRelationship2_0
EclipseLink 2.0 orm.xml 1:m relationship |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||