|
|
|
Change Log of version 2.6
- Added plugins for MSSQL, Derby, PostGreSQL
- Wos made refactoring for performance improvement, shrinking a size and removing artifacts
- Wos removed dublicates of parsers of mapping - for an eclipse and plain java by adding a new abstraction level
and use a DOM parser
- Added a new functionality for work with embeded objects - now it may be saved and invoked any of the embeded objects
(persistable_child)- single, lists, maps and sets
- Renewed and tested functionality of selecting a lists of related objects (ChildPolicy) -
now you may to select only parent entities, only children or both. It may be stored in different tables or in
the same table
- Added a new functionality for working with data operations - testSnipSave in TradeTest -
now data operation may be saved and executed later in any database with any customization
- Added a new functionality for working with a partially selection of objects - it may be selected partially.
You may to point as required fields as restricted - testPartialSelect in TradeTest
- Wos made transfer to ideology of "References" it generalize invoking of one object to another - binded or unbinded
with foreign keys , on any deep of hierarchy with additional dynamic terms - depends on attributes of objects on the
previous levels of hierarchy
|
|
|
|