|
Interface Summary |
| EntityMappings |
Context model corresponding to the
XML resource model XmlEntityMappings,
which corresponds to the entity-mappings element
in the orm.xml file. |
| MappingFileDefinition |
A JPA platform can support multiple mapping files. |
| 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. |
| 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. |
| OrmAssociationOverrideContainer.Owner |
|
| 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. |
| OrmAttributeMappingDefinition |
Part of mechanism to extend the types of orm.xml attribute
mappings. |
| 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. |
| 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. |
| OrmAttributeOverrideContainer.Owner |
|
| 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. |
| OrmBaseEmbeddedMapping |
Behavior common to orm.xml embedded and embedded ID mappings. |
| 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. |
| OrmBaseEnumeratedConverter.Owner |
|
| 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. |
| 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. |
| OrmBaseTemporalConverter.Owner |
|
| 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. |
| 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. |
| 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. |
| OrmColumn.Owner |
interface allowing columns to be used in multiple places
(e.g. basic mappings and attribute overrides) |
| 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. |
| 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. |
| OrmConverter.Adapter |
This interface allows a convertible mapping to interact with various
orm.xml converters via the same protocol. |
| OrmConvertibleMapping |
orm.xml attribute mapping that has a
converter (e.g. basic, ID, version). |
| 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. |
| OrmDiscriminatorColumn.Owner |
interface allowing discriminator columns to be used in multiple places |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| OrmIdClassReference.Owner |
|
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| OrmManagedType |
Context managed type. |
| OrmManagedTypeDefinition |
Map an orm managed type context type and resource type. |
| 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. |
| 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. |
| OrmManyToOneMapping |
orm.xml m:1 mapping. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| OrmMultiRelationshipMapping |
orm.xml multi-valued relationship (1:m, m:m) mapping. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| OrmOneToOneMapping |
orm.xml 1:1 mapping. |
| 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. |
| 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. |
| 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. |
| OrmOverrideContainer.Owner |
|
| 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. |
| OrmPersistenceUnitDefaults |
Context model corresponding to the
XML resource model XmlPersistenceUnitDefaults,
which corresponds to the persistence-unit-defaults element
in the orm.xml file. |
| OrmPersistenceUnitMetadata |
Context orm.xml persistence unit metadata. |
| OrmPersistentAttribute |
Context orm.xml persistent attribute
(field or property). |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| OrmReadOnlyPersistentAttribute |
Read-only context orm.xml persistent attribute
(field or property). |
| 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. |
| OrmRelationshipMapping |
orm.xml relationship (1:1, 1:m, m:1, m:m) mapping. |
| 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. |
| 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. |
| OrmSingleRelationshipMapping |
orm.xml single (1:1, m:1) mapping. |
| 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. |
| 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. |
| 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. |
| 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. |
| OrmTypeMappingDefinition |
Part of mechanism to extend the types of orm.xml type mappings. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| OrmVirtualPrimaryKeyJoinColumn |
orm.xml virtual primary key join column. |
| 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. |
| OrmXml |
JPA orm.xml file. |
| OrmXmlContextNodeFactory |
orm.xml context node factory
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| OrmXmlDefinition |
orm.xml definition
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |