可视化 nHibernate 模型

发布于 2024-08-13 11:04:20 字数 293 浏览 4 评论 0原文

我正在使用 Fluent nHibernate 设计一个数据模型,我想知道如何可视化实体、关系和用于文档目的的东西。

这是我使用 Fluent nHibernate 的第一个项目。我之前的项目是基于 Linq2Sql 构建的,但最近我对一些 L2Q 概念有点恼火,最后我决定切换到不同的 ORM。

Fluent 中至少缺少一个功能 - 可以准备模型中所有实体和关系的漂亮图表。在显示器附近放一张带有当前数据模型的纸会有很大帮助。使用 L2Q 时,此功能“开箱即用”。

有没有免费且快速的解决方案来准备实体模型的图形可视化?

I'm designing a data model using Fluent nHibernate and I'm wondering how to visualize entites, relations and stuff for documentation purposes.

This is my first project using Fluent nHibernate. My previous projects were build on Linq2Sql but recently I was a bit annoyed about some L2Q concepts and finally I decided to do a switch to different ORM.

There is at least one feature I'm missing in Fluent - the possibility to prepare a nice looking diagram of all entites and relations in model. Having a sheet of paper near monitor with current datamodel helps a lot. This feature in 'out-of-the-box' when using L2Q.

Are there any free and quick solutions to prepare graphical visualization of entity model?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

來不及說愛妳 2024-08-20 11:04:20

我听说有人使用一种叫做雕塑的产品。
谷歌搜索发现:
http://www.codeplex.com/Sculpturehttp://www.dawliasoft.com/

I've heard of people using a product called sculpture.
googling found:
http://www.codeplex.com/Sculpture and http://www.dawliasoft.com/

瀞厅☆埖开 2024-08-20 11:04:20

Visual NHibernate 提供了此功能。它是一个商业产品,但可以免费试用。

Visual NHibernate provides this feature. It's a commercial product, but has a free trial.

忆依然 2024-08-20 11:04:20

我认为你可以使用 SQL Server 附带的图表工具,尽管它们非常蹩脚,IME。

I would think you could use the diagramming tools that come with SQL Server, though they are pretty lame, IME.

客…行舟 2024-08-20 11:04:20

我最近在参与的项目(使用 NHibernate ORM)中使用了一个非常酷的小工具,它是 yuml。如果您需要在网络上显示图表,它也非常方便。

它相当轻量,但非常适合组合简单的 UML 图。

A pretty cool wee tool I used recently for drawing entities in a project I was involved in (that used the NHibernate ORM) is yuml. Its also very handy if you need to display diagrams on the web.

Its pretty lightweight but good for putting together simple UML diagrams.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文