Normally using the traditional Relational database, I would draw a ERD and write field discretion.
When using ORM technology, what is the different in documentation?
How can i describe the data model in document?
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can reverse engineer your domain model (Entities) and generate EAR diagram or class diagram using different type of plugins. Have a look here where you can see what free uml diagrams there are for Java/Eclipse |
|||
|
|