Is there a good resource for finding models for common/standard entities? What I mean is typically I want to define a number of entities in my database such as address, company, etc… Now I need to think what fields are required, what type, what size, etc… When thousands of people have had the same problem in the past and solved it. Therefore I am pretty convinced I can find off the shelf models (ideally JPA entities) somewhere. Any idea?
Thanks
I like Database Answers http://www.databaseanswers.org/data_models/ for conceptual models of subject matters that I’m not familiar with.
I don’t think the models you see there are in the form you are looking for. But they will show you the entities, relationships and attributes that databaseanswers thinks are relevant. From there, you can build your own model in the form that suits you.