Dali Orm.xml Context Model status

From Eclipsepedia

Jump to: navigation, search

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
    • version
    • description
    • package
    • schema
    • defaultSchema
    • catalog
    • defaultCatalog
    • access
    • defaultAccess
    • persistentTypes
    • persistenceUnitMetadata
    • sequenceGenerators
    • tableGenerators
    • namedQueries
    • namedNativeQueries
    • sqlResultSetMappings
  • XmlPersistenceUnitMetdata
    • xmlMappingMetadataComplete
    • persistenceUnitDefaults
  • XmlPersistenceUnitDefaults
    • schema
    • catalog
    • access
    • cascadePersist
    • entityListeners
  • XmlPersistentType
    • mapping
    • name
    • access
    • attributes
    • virtualAttributes
  • XmlEntity
    • name
    • defaultName
    • class
    • access
    • defaultAccess
    • metadataComplete
    • defaultMetadataComplete
    • table
    • secondaryTables
    • defaultSecondaryTables
    • inheritanceStrategy
    • defaultInheritanceStrategy
    • discriminatorColumn
    • discriminatorValue
    • defaultDiscriminatorValue
    • sequenceGenerator
    • sequenceGenerator default
    • tableGenerator
    • tableGenerator default
    • specifiedPrimaryKeyJoinColumns
    • defaultPrimaryKeyJoinColumns
    • specifiedAttributeOverrides
    • defaultAttributeOverrides
    • specifiedAssociationOverrides
    • defaultAssociationOverrides
    • namedQueries
    • namedNativeQueries
    • idClass
  • XmlMappedSuperclass
    • class
    • access
    • defaultAccess
    • metadataComplete
    • defaultMetadataComplete
    • idClass
  • XmlEmbeddable
    • class
    • access
    • defaultAccess
    • metadataComplete
    • defaultMetadataComplete
  • XmlPersistentAttribute
    • name
    • defaultMapping
    • specifiedMapping
  • XmlIdMapping
    • temporal
    • defaultTemporal
    • column
    • sequenceGenerator
    • sequenceGenerator default
    • tableGenerator
    • tableGenerator default
    • generatedValue
  • XmlBasicMapping
    • fetch
    • defaultFetch
    • optional
    • defaultOptional
    • lob
    • defaultLob
    • enumerated
    • defaultEnumerated
    • temporal
    • defaultTemporal
    • column
  • XmlVersionMapping
    • temporal
    • defaultTemporal
    • column
  • XmlTransientMapping
  • XmlEmbeddedIdMapping
    • attributeOverrides
    • defaultAttributeOverrides
  • XmlEmbeddedMapping
    • attributeOverrides
    • defaultAttributeOverrides
  • XmlOneToOneMapping
    • primaryKeyJoinColumns
    • joinColumns
    • defaultJoinColumns
    • joinTable
    • cascade
    • targetEntity
    • defaultTargetEntity
    • fetch
    • defaultFetch
    • optional
    • mappedBy
  • XmlOneToManyMapping
    • orderBy
    • mapKey
    • joinTable
    • joinColumns
    • cascade
    • targetEntity
    • defaultTargetEntity
    • fetch
    • defaultFetch
    • mappedBy
  • XmlManyToManyMapping
    • orderBy
    • mapKey
    • joinTable
    • cascade
    • targetEntity
    • defaultTargetEntity
    • fetch
    • defaultFetch
    • mappedBy
  • XmlManyToOneMapping
    • joinColumns
    • joinTable
    • cascade
    • targetEntity
    • defaultTargetEntity
    • fetch
    • defaultFetch
    • optional
  • XmlTable
    • name
    • defaultName
    • catalog
    • defaultCatalog
    • schema
    • defaultSchema
    • uniqueConstraints
  • XmlSecondaryTable
    • name
    • defaultName
    • catalog
    • defaultCatalog
    • schema
    • defaultSchema
    • uniqueConstraints
    • specifiedPrimaryKeyJoinColumns
    • defaultPrimaryKeyJoinColumns
  • XmlJoinTable
    • joinColumns
    • defaultJoinColumns
    • inverseJoinColumns
    • defaultInverseJoinColumns
    • uniqueContraints
    • name
    • defaultName
    • catalog
    • schema
  • XmlUniqueConstraint
    • columnNames
  • XmlGeneratedValue
    • strategy
    • defaultStrategy
    • generator
    • defaultGenerator
  • XmlSequenceGenerator
    • name
    • sequenceName
    • initialValue
    • allocationSize
  • XmlTableGenerator
    • name
    • table
    • catalog
    • schema
    • pkColumnName
    • valueColumnName
    • pkColumnValue
    • initialValue
    • allocationSize
    • uniqueConstraints
  • XmlColumn
    • name
    • name default
    • columnDefinition
    • columnDefinition default
    • table
    • table default
    • unique
    • unique default
    • nullable
    • nullable default
    • insertable
    • insertable default
    • updatable
    • updatable, default
    • length, default
    • precision, default
    • scale, default
  • XmlDiscriminatorColumn
    • name
    • defaultName
    • columnDefinition
    • discriminatorType
    • defaultDiscriminatorType
    • length
    • defaultLength
  • XmlPrimaryKeyJoinColumn
    • name
    • defaultName
    • columnDefinition
    • referencedColumnName
    • defaultReferencedColumnName
  • XmlJoinColumn
    • name
    • defaultName
    • columnDefinition
    • table
    • defaultTable
    • unique
    • nullable
    • insertable
    • updatable
    • referencedColumnName
    • defaultReferencedColumnName
  • XmlAttributeOverride
    • name
    • column
  • XmlAssociationOverride
    • name
    • joinColumns
    • defaultJoinColumns
  • XmlNamedQuery
    • name
    • query
    • queryHints
  • XmlNamedNativeQuery
    • name
    • query
    • queryHints
    • resultClass
    • resultSetMapping
  • XmlQueryHint
    • name
    • value
  • XmlIdClass
    • value