model « Database « JPA Q&A





1. Visualizing nHibernate model    stackoverflow.com

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 ...

2. Diamond model and JPA : How can I store or read it?    stackoverflow.com

I would like to know if it's possible to use the cascade mode with JPA to store into database the Diamond model. Diamond model :

  Up
/    \
Left ...

3. How to generate model from database    stackoverflow.com

I have an existing database. I need to generate the model classes in Java from it. Are there any tool/library that will allow me to do this. It will be of ...

4. best way of design the relational model for hibernate    stackoverflow.com

What is the best way design entity relational model

  1. Fist design E-R diagram then design Domain object model?
  2. Fist design Object model(Entity classes ) and then create database tables cording to Entity model?
thanks ...

5. When using Hibernate ORM should i model first a class diagram or DB diagram?    stackoverflow.com

i'm fairly new to Java and Hibernate. At work we are developing a medium sized, formprocessing J2EE web application using Spring, Hibernate, JBOSS and so on. What is the correct approach ...

6. Support different database model vs subsystem models    forum.hibernate.org

My critic of Hibernate is that Hibernate does not differentiate the database model and the numerous subsystem models. The database model is unique and much bigger. The other subsystem models are usually smaller and can be a simplification of the database model (elimination of certain classes, different associationsetc). In any case, there must be a mapping from the subsystem model to ...