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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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