Is there any Castle ActiveRecord generator from the Visual Studio 2010 simulation project?

Visual Studio 2010 includes a modeling project that allows you to create UML diagrams, such as class diagrams. We have many class diagrams in the VS 2007 Modeling Project and you want to create Castle ActiveRecord classes from them.

I searched and found many tools like ActiveWriter , MyGeneration , Active-Record-Gen , The DarkSide , GeneratorStudio and the ActiveRecord Code Generator from AgilityForORMs . But they all generate classes from the database, not VS 2010 or UML XMI modeling projects.

Do you know any tool for creating Castle ActiveRecord classes from the VS 2010 project modeling class diagrams?

+3
source share
2 answers

Unfortunately, I do not think this is possible. Perhaps, instead of generating Castle AR models based on your UML diagram, you can generate your database from your UML and then use one of the tools you specified to reverse engineer it?

This link is for creating DDL that you could use.

+1
source

. " UML-" " UML".

+1

Source: https://habr.com/ru/post/1766610/


All Articles