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 45: Line 45:
 
**inheritanceStrategy[[Image:Checkmark.gif | 12px]]
 
**inheritanceStrategy[[Image:Checkmark.gif | 12px]]
 
**defaultInheritanceStrategy[[Image:Checkmark.gif | 12px]]
 
**defaultInheritanceStrategy[[Image:Checkmark.gif | 12px]]
**discriminatorColumn
+
**discriminatorColumn[[Image:Checkmark.gif | 12px]]
**discriminatorValue
+
**discriminatorValue[[Image:Checkmark.gif | 12px]]
 +
**defaultDiscriminatorValue
 
**sequenceGenerator[[Image:Checkmark.gif | 12px]]
 
**sequenceGenerator[[Image:Checkmark.gif | 12px]]
 
**sequenceGenerator default
 
**sequenceGenerator default
Line 201: Line 202:
 
**scale, default
 
**scale, default
 
*XmlDiscriminatorColumn
 
*XmlDiscriminatorColumn
**name, default
+
**name[[Image:Checkmark.gif | 12px]]
**columnDefinition
+
**defaultName
**discriminatorType, default
+
**columnDefinition[[Image:Checkmark.gif | 12px]]
**length, default
+
**discriminatorType[[Image:Checkmark.gif | 12px]]
 +
**defaultDiscriminatorType
 +
**length[[Image:Checkmark.gif | 12px]]
 +
**defaultLength
 
*XmlPrimaryKeyJoinColumn
 
*XmlPrimaryKeyJoinColumn
 
**name
 
**name

Revision as of 15:10, 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
    • 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
    • nameCheckmark.gif
    • defaultMapping
    • specifiedMappingCheckmark.gif
  • XmlIdMapping
    • temporalCheckmark.gif
    • defaultTemporal
    • columnCheckmark.gif
    • sequenceGeneratorCheckmark.gif
    • sequenceGenerator default
    • tableGeneratorCheckmark.gif
    • tableGenerator default
    • generatedValue
  • 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
    • primaryKeyJoinColumns]
  • XmlJoinTable
    • joinColumns
    • inverseJoinColumns
    • uniqueContraints
    • name
    • catalog
    • schema
  • XmlUniqueConstraint
    • columnNames
  • XmlGeneratedValue
    • strategy
    • generator
  • 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
    • 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