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 52: Line 52:
 
**tableGenerator[[Image:Checkmark.gif | 12px]]
 
**tableGenerator[[Image:Checkmark.gif | 12px]]
 
**tableGenerator default
 
**tableGenerator default
**pkJoinColumns
+
**specifiedPrimaryKeyJoinColumns[[Image:Checkmark.gif | 12px]]
 +
**defaultPrimaryKeyJoinColumns
 
**attributeOverrides
 
**attributeOverrides
 
**associationOverrides
 
**associationOverrides
Line 83: Line 84:
 
**tableGenerator[[Image:Checkmark.gif | 12px]]
 
**tableGenerator[[Image:Checkmark.gif | 12px]]
 
**tableGenerator default
 
**tableGenerator default
**generatedValue
+
**generatedValue[[Image:Checkmark.gif | 12px]]
 
*XmlBasicMapping
 
*XmlBasicMapping
 
**fetch[[Image:Checkmark.gif | 12px]]
 
**fetch[[Image:Checkmark.gif | 12px]]
Line 154: Line 155:
 
**defaultSchema[[Image:Checkmark.gif | 12px]]
 
**defaultSchema[[Image:Checkmark.gif | 12px]]
 
**uniqueConstraints
 
**uniqueConstraints
**primaryKeyJoinColumns]
+
**specifiedPrimaryKeyJoinColumns[[Image:Checkmark.gif | 12px]]
 +
**defaultPrimaryKeyJoinColumns
 
*XmlJoinTable
 
*XmlJoinTable
 
**joinColumns
 
**joinColumns
Line 165: Line 167:
 
**columnNames
 
**columnNames
 
*XmlGeneratedValue
 
*XmlGeneratedValue
**strategy
+
**strategy[[Image:Checkmark.gif | 12px]]
**generator
+
**defaultStrategy
 +
**generator[[Image:Checkmark.gif | 12px]]
 +
**defaultGenerator
 
*XmlSequenceGenerator[[Image:Checkmark.gif | 12px]]
 
*XmlSequenceGenerator[[Image:Checkmark.gif | 12px]]
 
**name[[Image:Checkmark.gif | 12px]]
 
**name[[Image:Checkmark.gif | 12px]]
Line 183: Line 187:
 
**allocationSize[[Image:Checkmark.gif | 12px]]
 
**allocationSize[[Image:Checkmark.gif | 12px]]
 
**uniqueConstraints
 
**uniqueConstraints
*XmlColumn]
+
*XmlColumn
 
**name[[Image:Checkmark.gif | 12px]]
 
**name[[Image:Checkmark.gif | 12px]]
 
**name default
 
**name default
Line 210: Line 214:
 
**defaultLength
 
**defaultLength
 
*XmlPrimaryKeyJoinColumn
 
*XmlPrimaryKeyJoinColumn
**name
+
**name[[Image:Checkmark.gif | 12px]]
 
**defaultName
 
**defaultName
**columnDefinition
+
**columnDefinition[[Image:Checkmark.gif | 12px]]
**referencedColumnName, default
+
**referencedColumnName[[Image:Checkmark.gif | 12px]]
 +
**defaultReferencedColumnName
 
*XmlJoinColumn
 
*XmlJoinColumn
 
**name, default
 
**name, default

Revision as of 16:15, 18 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
    • sequenceGeneratorsCheckmark.gif
    • tableGeneratorsCheckmark.gif
    • namedQueries
    • namedNativeQueries
    • sqlResultSetMappings
  • XmlPersistenceUnitMetdataCheckmark.gif
    • xmlMappingMetadataCompleteCheckmark.gif
    • persistenceUnitDefaultsCheckmark.gif
  • XmlPersistenceUnitDefaults
    • schemaCheckmark.gif
    • catalogCheckmark.gif
    • accessCheckmark.gif
    • cascadePersistCheckmark.gif
    • entityListeners
  • XmlPersistentType
    • mappingCheckmark.gif
    • nameCheckmark.gif
    • accessCheckmark.gif
    • attributesCheckmark.gif
    • virtualAttributes
  • 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
    • discriminatorColumnCheckmark.gif
    • discriminatorValueCheckmark.gif
    • defaultDiscriminatorValue
    • sequenceGeneratorCheckmark.gif
    • sequenceGenerator default
    • tableGeneratorCheckmark.gif
    • tableGenerator default
    • specifiedPrimaryKeyJoinColumnsCheckmark.gif
    • defaultPrimaryKeyJoinColumns
    • 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
    • nameCheckmark.gif
    • defaultMapping
    • specifiedMappingCheckmark.gif
  • XmlIdMapping
    • temporalCheckmark.gif
    • defaultTemporal
    • columnCheckmark.gif
    • sequenceGeneratorCheckmark.gif
    • sequenceGenerator default
    • tableGeneratorCheckmark.gif
    • tableGenerator default
    • generatedValueCheckmark.gif
  • XmlBasicMapping
    • fetchCheckmark.gif
    • defaultFetch
    • optionalCheckmark.gif
    • defaultOptional
    • lobCheckmark.gif
    • defaultLob
    • enumeratedCheckmark.gif
    • defaultEnumerated
    • temporalCheckmark.gif
    • defaultTemporal
    • columnCheckmark.gif
  • XmlVersionMapping
    • temporalCheckmark.gif
    • defaultTemporal
    • columnCheckmark.gif
  • XmlTransientMappingCheckmark.gif
  • 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
    • specifiedPrimaryKeyJoinColumnsCheckmark.gif
    • defaultPrimaryKeyJoinColumns
  • XmlJoinTable
    • joinColumns
    • inverseJoinColumns
    • uniqueContraints
    • name
    • catalog
    • schema
  • XmlUniqueConstraint
    • columnNames
  • XmlGeneratedValue
    • strategyCheckmark.gif
    • defaultStrategy
    • generatorCheckmark.gif
    • defaultGenerator
  • XmlSequenceGeneratorCheckmark.gif
    • nameCheckmark.gif
    • sequenceNameCheckmark.gif
    • initialValueCheckmark.gif
    • allocationSizeCheckmark.gif
  • XmlTableGenerator
    • nameCheckmark.gif
    • tableCheckmark.gif
    • catalogCheckmark.gif
    • schemaCheckmark.gif
    • pkColumnNameCheckmark.gif
    • valueColumnNameCheckmark.gif
    • pkColumnValueCheckmark.gif
    • initialValueCheckmark.gif
    • allocationSizeCheckmark.gif
    • uniqueConstraints
  • XmlColumn
    • nameCheckmark.gif
    • name default
    • columnDefinitionCheckmark.gif
    • columnDefinition default
    • tableCheckmark.gif
    • table default
    • uniqueCheckmark.gif
    • unique default
    • nullableCheckmark.gif
    • nullable default
    • insertableCheckmark.gif
    • insertable default
    • updatableCheckmark.gif
    • updatable, default
    • length, default
    • precision, default
    • scale, default
  • XmlDiscriminatorColumn
    • nameCheckmark.gif
    • defaultName
    • columnDefinitionCheckmark.gif
    • discriminatorTypeCheckmark.gif
    • defaultDiscriminatorType
    • lengthCheckmark.gif
    • defaultLength
  • XmlPrimaryKeyJoinColumn
    • nameCheckmark.gif
    • defaultName
    • columnDefinitionCheckmark.gif
    • referencedColumnNameCheckmark.gif
    • defaultReferencedColumnName
  • 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