-->
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.  [ 1 post ] 
Author Message
 Post subject: define constraint name
PostPosted: Mon Jun 27, 2005 9:19 am 
Newbie

Joined: Tue Jun 21, 2005 5:23 am
Posts: 8
Hi

Is it possible to define the pk constraint name?

Im able to define the pk column, but the constraint names always look like "SYS_C0010022", Is there some kind of possibility to configure this constraint name?

Im only able to find configuration settings for index / uniques but it seems like im to blind to find a possibility to define the pk constraint.

thx for your help
cybi

Hibernate version: 3.0.5

Mapping documents:
<class name="Example" table="EXAMPLE">
<cache usage="read-write"/>
<id name="id">
<generator class="seqhilo">
<param name="sequence">hi_value</param>
<param name="max_lo">100</param>
</generator>
</id>
...


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

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.