-->
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: Composite Unique Index created on each deploy
PostPosted: Mon May 20, 2013 8:49 am 
Newbie

Joined: Wed Nov 21, 2012 5:29 am
Posts: 3
Hi!

I'm using Spring 3.2 with Hibernate 4.2.1.Final and MySql 5.5.

Each time I reload my webapp hibernate creates a new Composite Unique Index of my entities.

For example in my entity I have:

@Table(uniqueConstraints = { @UniqueConstraint(columnNames = { "field1", "field2" }) })

On each deploy I have a new unique index on those two field.

Is this a bug?

Thank you
Marco


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.