|
Manuel Lemos, 2007-09-19 08:30 GMT
A new version of Metastorage was
released to introduce a new capability of creating copies of existing
persistent objects. Other minor features and bug fixes were made available
with this release.
- Object cloning
This release of Metastorage introduces the capability of generating a new
type of function for persistent classes named
cloneobject.
A cloneobject function can be used to create a copy of an
existing object in memory. It may save the developers from the tedious
task of manually copying references and variable values one by one when
creating new versions of persistent objects that only differ in a few
variables.
- Other feature enhancements bug fixes
The generation of form processing classes for creating new objects was
enhanced to support classes with variables of types boolean,
integer, decimal and float. This release also
includes several minor bug fixes.
|
|