I'm using the Entity Developer 4.4.186 for NHibernate and my DB schema changes very often.
I utilize the "Database First" way to generate the Model.
By default ED generates not generic collections for One to Many relations.
How can I specify generation of generic collections by default. Or it is only way to manual set the property "Generic" for each association?
NHibernate: Generics by default
Re: NHibernate: Generics by default
Currently you have to set this property manually.orion wrote:How can I specify generation of generic collections by default. Or it is only way to manual set the property "Generic" for each association?
But we will consider the possibility of adding such default option.
Re: NHibernate: Generics by default
Consider also that I can select several fields or several classes and change common property of them but I can't select several (or all) associations and do similar action with them.
Re: NHibernate: Generics by default
You should select (hold Ctrl and select with the mouse) several navigation properties (for which it is possible to change this property) and set Generic to 'true' for them.orion wrote:Consider also that I can select several fields or several classes and change common property of them but I can't select several (or all) associations and do similar action with them.
Re: NHibernate: Generics by default
The "Default Collection Generic" model option for setting the default value of the generic property of the collection navigation properties is implemented.
We will post here when the corresponding build of Entity Developer is available for download.
We will post here when the corresponding build of Entity Developer is available for download.
Re: NHibernate: Generics by default
New build of Entity Developer 4.4.197 is available for download now!
It can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=32&t=24298.
It can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=32&t=24298.