-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Best Practices for Database Design when using Hibernate
PostPosted: Sat Apr 08, 2017 2:03 am 
Newbie

Joined: Mon Mar 27, 2017 1:14 am
Posts: 7
Which criteria need to be consider when i design Database Schema by using Hibernate?

Thank you


Top
 Profile  
 
 Post subject: Re: Database Design Hibernate
PostPosted: Sat Apr 08, 2017 12:55 pm 
Hibernate Team
Hibernate Team

Joined: Thu Sep 11, 2014 2:50 am
Posts: 1628
Location: Romania
As described in Schema Management chapter, you should map the Database to JPA entities, and not the other way around.

As for automatic schema management, use a tool like Flyway and avoid the hbm2ddl tool for a production system.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.