DAOMedge Changelog

What's new in DAOMedge 9.2.2

Jul 25, 2016
  • Fixed a couple of bugs in the generator around setting up the reverse relationships.
  • Added the ability to add a default sort on loading of related items.
  • Added frame in the generator, number the fields in order 1,2,3 etc. Blank or 0 means don't sort on this.

New in DAOMedge 9.0.0 (Jun 19, 2015)

  • This release includes a new method on the DAO; assignComparator(). This allows the use of a custom comparator to be used on a list of VOs when Swing components use it to sort (EG JTable).
  • It uses the comparator for the equals method as well to be consistent. By default it uses the primary key (if any).
  • IE Nothing has change except you can now add your own sort order.

New in DAOMedge 8.1.0 (May 15, 2015)

  • Have added support for views (xxxxVI rather than xxxxVO).
  • The view are inclusive rather than exclusive like the tables.

New in DAOMedge 7.3.0 (Oct 17, 2014)

  • Added interfaces
  • Added apply interface to all those tables who c...
  • Added interface support to the DAOGen

New in DAOMedge 7.2.2 (May 22, 2014)

  • The code generated was setting the incorrect related fields when you set a related value object.

New in DAOMedge 6.0.8 (Oct 7, 2011)

  • Removed a couple of main methods.
  • Added a syntax highlighter to the additional code frame.
  • Added a HTML preview pane to the data dictionary frame.
  • Added context sensitive hints.
  • Added tool tip cell renderer to the object browser table.

New in DAOMedge 6.0.3 (May 15, 2009)

  • Move the resync intelligence to the value object and deprecated the resync method on the DAO.
  • he DAO now logs a warning if the column no longer exists on the database, it doesn't fail.
  • Null pointer protection when building a mapping class, just in case the class doesn't have a class loader (eg java.lang.String)

New in DAOMedge 6.0.2 (May 4, 2009)

  • Added persist methods to the value objects
  • Added a table to the object browser
  • Coded type filter now works in both direction
  • Made it version 6.0.2

New in DAOMedge 6.0.1 (Apr 25, 2009)

  • Added server description and included seperate file of coded types

New in DAOMedge 6.0.0 (Apr 21, 2009)

  • Huge amount of changes. The DAO and VO classes are all new.
  • Their use is 100% compatable, but the version six VO jars and the DAO jars cannot be used with older versions.
  • You will need to regenerate the VOs.
  • First backup the old version, import from old XML, save the details and then generate.