Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dali Orm.xml Context Model status"

Line 40: Line 40:
 
**defaultMetadataComplete[[Image:Checkmark.gif | 12px]]
 
**defaultMetadataComplete[[Image:Checkmark.gif | 12px]]
 
**table[[Image:Checkmark.gif | 12px]]
 
**table[[Image:Checkmark.gif | 12px]]
**secondaryTables
+
**secondaryTables[[Image:Checkmark.gif | 12px]]
**inheritanceStrategy
+
**defaultSecondaryTables[[Image:Checkmark.gif | 12px]]
 +
**inheritanceStrategy[[Image:Checkmark.gif | 12px]]
 +
**defaultInheritanceStrategy[[Image:Checkmark.gif | 12px]]
 
**discriminatorColumn
 
**discriminatorColumn
 
**discriminatorValue
 
**discriminatorValue
Line 132: Line 134:
 
**uniqueConstraints
 
**uniqueConstraints
 
*XmlSecondaryTable
 
*XmlSecondaryTable
**name
+
**name[[Image:Checkmark.gif | 12px]]
**defaultName
+
**defaultName[[Image:Checkmark.gif | 12px]]
**catalog
+
**catalog[[Image:Checkmark.gif | 12px]]
**schema
+
**defaultCatalog[[Image:Checkmark.gif | 12px]]
**defaultCatalog
+
**schema[[Image:Checkmark.gif | 12px]]
**defaultSchema
+
**defaultSchema[[Image:Checkmark.gif | 12px]]
 
**uniqueConstraints
 
**uniqueConstraints
 
**primaryKeyJoinColumns]
 
**primaryKeyJoinColumns]

Revision as of 18:56, 10 December 2007

Below are all of the Orm.xml Context Model parts that need to be completed for 2.0. This page will indicate the status of completion. Completed items are checked.

  • EntityMappings
    • versionCheckmark.gif
    • descriptionCheckmark.gif
    • packageCheckmark.gif
    • schemaCheckmark.gif
    • defaultSchemaCheckmark.gif
    • catalogCheckmark.gif
    • defaultCatalogCheckmark.gif
    • accessCheckmark.gif
    • defaultAccessCheckmark.gif
    • persistentTypesCheckmark.gif
    • persistenceUnitMetadataCheckmark.gif
    • sequenceGenerators
    • tableGenerators
    • namedQueries
    • namedNativeQueries
    • sqlResultSetMappings
  • XmlPersistenceUnitMetdataCheckmark.gif
    • xmlMappingMetadataCompleteCheckmark.gif
    • persistenceUnitDefaultsCheckmark.gif
  • XmlPersistenceUnitDefaults
    • schemaCheckmark.gif
    • catalogCheckmark.gif
    • accessCheckmark.gif
    • cascadePersistCheckmark.gif
    • entityListeners
  • XmlPersistentType
    • mappingCheckmark.gif
    • name
    • accessCheckmark.gif
    • attributes
  • XmlEntity
    • nameCheckmark.gif
    • defaultNameCheckmark.gif
    • classCheckmark.gif
    • accessCheckmark.gif
    • defaultAccessCheckmark.gif
    • metadataCompleteCheckmark.gif
    • defaultMetadataCompleteCheckmark.gif
    • tableCheckmark.gif
    • secondaryTablesCheckmark.gif
    • defaultSecondaryTablesCheckmark.gif
    • inheritanceStrategyCheckmark.gif
    • defaultInheritanceStrategyCheckmark.gif
    • discriminatorColumn
    • discriminatorValue
    • sequenceGenerator
    • tableGenerator
    • pkJoinColumns
    • attributeOverrides
    • associationOverrides
    • namedQueries
    • namedNativeQueries
    • idClass
  • XmlMappedSuperclass
    • classCheckmark.gif
    • accessCheckmark.gif
    • defaultAccess
    • metadataCompleteCheckmark.gif
    • defaultMetadataCompleteCheckmark.gif
    • idClass
  • XmlEmbeddable
    • classCheckmark.gif
    • accessCheckmark.gif
    • defaultAccess
    • metadataCompleteCheckmark.gif
    • defaultMetadataCompleteCheckmark.gif
  • XmlPersistentAttribute
    • name
    • defaultMapping
    • specifiedMapping
  • XmlIdMapping
    • temporal
    • column
    • sequenceGenerator
    • tableGenerator
    • generatedValue
  • XmlBasicMapping
    • fetch
    • optional
    • lob
    • enumerated
    • temporal
    • column
  • XmlVersionMapping
    • temporal
    • column
  • XmlTransientMapping
  • XmlEmbeddedIdMapping
    • attributeOverrides
  • XmlEmbeddedMapping
    • attributeOverrides
  • XmlOneToOneMapping
    • primaryKeyJoinColumns
    • joinColumns
    • joinTable
    • cascade
    • targetEntity
    • fetch
    • optional
    • mappedBy
  • XmlOneToManyMapping
    • orderBy
    • mapKey
    • joinTable
    • joinColumns
    • cascade
    • targetEntity
    • fetch
    • mappedBy
  • XmlManyToManyMapping
    • orderBy
    • mapKey
    • joinTable
    • cascade
    • targetEntity
    • fetch
    • mappedBy
  • XmlManyToOneMapping
    • joinColumns
    • joinTable
    • cascade
    • targetentity
    • fetch
    • optional
  • XmlTable
    • nameCheckmark.gif
    • defaultNameCheckmark.gif
    • catalogCheckmark.gif
    • defaultCatalogCheckmark.gif
    • schemaCheckmark.gif
    • defaultSchemaCheckmark.gif
    • uniqueConstraints
  • XmlSecondaryTable
    • nameCheckmark.gif
    • defaultNameCheckmark.gif
    • catalogCheckmark.gif
    • defaultCatalogCheckmark.gif
    • schemaCheckmark.gif
    • defaultSchemaCheckmark.gif
    • uniqueConstraints
    • primaryKeyJoinColumns]
  • XmlJoinTable
    • joinColumns
    • inverseJoinColumns
    • uniqueContraints
    • name
    • catalog
    • schema
  • XmlUniqueConstraint
    • columnNames
  • XmlGeneratedValue
    • strategy
    • generator
  • XmlSequenceGenerator
    • name
    • sequenceName
    • initialValue
    • allocationSize
  • XmlTableGenerator
    • name
    • table
    • catalog
    • schema
    • pkColumnName
    • valueColumnName
    • pkColumnValue
    • initialValue
    • allocationSize
    • uniqueConstraints
  • XmlColumn]
    • name, default
    • columnDefinition
    • table, default
    • unique, default
    • nullable, default
    • insertable, default
    • updatable, defaul
    • length, default
    • precision, default
    • scale, default
  • XmlDiscriminatorColumn
    • name, default
    • columnDefinition
    • discriminatorType, default
    • length, default
  • XmlPrimaryKeyJoinColumn
    • name
    • defaultName
    • columnDefinition
    • referencedColumnName, default
  • XmlJoinColumn
    • name, default
    • columnDefinition
    • table, default
    • unique, default
    • nullable, default
    • insertable, default
    • updatable, default
    • referencedColumnName
  • XmlAttributeOverride
    • name
    • column
  • XmlAssociationOverride
    • name
    • joinColumns
  • XmlNamedQuery
    • name
    • query
    • queryHints
  • XmlNamedNativeQuery
    • name
    • query
    • queryHints
    • resultClass
    • resultSetMapping
  • XmlQueryHint
    • name
    • value
  • XmlIdClass
    • value

Back to the top