Entity Developer 5.0 is released!

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Entity Developer 5.0 is released!

Post by Devart » Thu 20 Dec 2012 16:53

Dear users,

Devart is delighted to introduce the new version of Entity Developer with support for DB2 database and third-party providers for Entity Framework models.

New version of Entity Developer extends the list of supported DBMSs with DB2. Now you can create NHibernate and Entity Framework models for DB2 databases using IBM DB2 .NET Data Provider. Firebird DBMS is now supported for Entity Framework models. The new version also introduces support of the following providers for Entity Framework:
Besides, new Entity Developer offers the powerful model refactoring functionality that greatly simplifies and automates such operations as creating complex types from properties, common to several entities, or creating TPT or TPC hierarchies from several entities. Now you can just select these entities on a diagram, right-click them, and select Model Refactoring from the shortcut menu. Then select the required action in the opened Model Refactoring Wizard and complete its steps, and Entity Developer will perform the selected action automatically.

Entity Developer also provides numerous improvements of its object editor dialog boxes, mapping synchronization improvements, new keyboard shortcuts and a number of other updates. You can see a more detailed review of the new features in Entity Developer in our New Features in Entity Developer 5.0 blog article.

Here is the complete list of Entity Developer 5.0.9 features:

This version includes:
  • The functionality of ignoring columns in the database in the "Update To/From Database" wizards if they were omitted once before is implemented
  • Warnings about objects that are not mapped are added
  • A SHIFT+DELETE keyboard shortcut for deleting entity, complex type, or enum from diagram only is added
  • An INSERT keyboard shortcut for creating a new entity, adding property to the selected entity/complex type or new member to enum is added
  • The possibility to view notes, added through the "Documentation" property, for all the diagram objects via hints is implemented
  • Hints for diagram objects are improved
NHibernate support
  • DB2 database is supported
  • Model Refactoring feature is implemented; it speeds up creating complex types and Table Per Type and Table Per Concrete Type inheritances from several model entities
Entity Framework support
  • Third-party providers for Entity Framework models are supported
  • DB2 database is supported
  • Model Refactoring feature is implemented; it speeds up creating complex types and Table Per Type and Table Per Concrete Type inheritances from several model entities
  • Create Storage and Mapping command, that allows automatically creating of the corresponding storage part object and defining mapping, is added to the shortcut menu of classes, properties, and associations
  • Select Storage Object command, that allows quick navigation to the corresponding storage part object, is added to the shortcut menu of classes, properties, associations, and methods
  • The possibility to delete the corresponding storage part objects automatically when deleting conceptual model objects is added
  • The naming algorithm for the newly-created columns, which correspond to complex type's properties, when using the Model First approach is improved
  • The Property Editor dialog is improved: fast access to the editor of the corresponding storage object and the possibility to specify different settings that were previously available only in the Properties docking window are implemented
  • The Inheritance Editor dialog is improved: specifying Discriminator column for Table Per Hierarchy inheritance in the editor is implemented
  • The Class Editor dialog is improved: fast access to the editor of the corresponding storage object is implemented
  • The Method Editor dialog is improved: fast access to the editor of the corresponding storage object is implemented
  • The behaviour is changed: Configure Behaviour dialog is renamed to Stored Procedure Mapping; options for hiding inappropriate and mapped stored procedures are added
  • The behaviour is changed: Table Editor dialog is renamed to Storage Entity Editor
  • The behaviour is changed: Stored Procedure Editor dialog is renamed to Storage Procedure Editor
LINQ to SQL support
  • The behaviour is changed: Configure Behaviour dialog is renamed to Stored Procedure Mapping
  • The behavior is changed: now the 'Read Only' property is not set to true for autoincrement fields by default when creating/updating models
Devart development team
http://www.devart.com/entitydeveloper/

Locked