-->
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: Cryptic Constraints
PostPosted: Thu Nov 08, 2007 3:21 pm 
Newbie

Joined: Thu Dec 28, 2006 5:24 pm
Posts: 14
I know this issue has appeared in the past, but I'd like to revisit HB-742 because foreign-key="name" is not an option for those of us using JPA annotations.

I too am disappointed by the cryptic constraints that are generated by hbm2ddl, and would like to see them more intuitive. I do understand that some databases have strict limits on constraint names, but can't this be something that the Dialect or DatabaseMetaData can help with? I would hate to see my DDL hampered because of the lowest common denominator. As well, I want my annotations to be high-level and ignorant of the underlying database so that I can deploy the same code on multiple database platforms.

Oracle has a 30 character limit, which isn't much, but an attempt to make the constraint less cryptic would be nice.

Any ideas?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 10, 2007 6:39 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
so open a request against hibernate annotations to add in foreign key name constraints ;)

the foreign keygeneration should actually be part of the NamingStrategy - you could look into providing a patch for that.

_________________
Max
Don't forget to rate


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.