Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] Dali JPA Tools Weekly Status

For the week of March 19th:
  • Finished persistence.xml validation
  • Basic @Inheritance support, single table, java and xml
  • XML default attribute overrides from java
  • Enhanced validation - xml types, attributes, tables, columns, virtual attributes, 1-M mapping, etc
  • Added support for secondaryTables in the model
  • Added listeners to DTP CatalogObject.
  • Added minimal support for remaining 0.5 supported mappings: version, transient, oneToOne, embedded, embeddedId in both java and xml
  • Added support to database change events
  • Added version column, temporal support as well as some fixes to the context hierarchy for default table name
  • Added minimal support for Embeddable type mapping
  • Added mappedBy support for oneToOne
  • Added support for inheritance primaryKeyJoinColumns
  • Updated UI with new icons

Neil

Back to the top