-->
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: hibernate_sequence
PostPosted: Mon May 26, 2008 10:34 am 
Beginner
Beginner

Joined: Thu Jun 14, 2007 4:33 am
Posts: 39
Hallo,

vielleicht kann mir hier jemand sagen, wie ich in meinen mapping-files bzw. hibernate-properties einen fixen startwert für die hibernate_sequence setzen kann?

Ich habe Test-Daten die ich per jdbc in meinen JUnit - Tests in die Datenbank lade, die belegen in jedem table mindestens die Ids 1-12.

Sobald ich dann meine DAOs teste, krieg ich eine Exception, da Hibernate versucht bei einem save z.B. ID nr. 4 zuzuweisen.

Id ist folgendermaßen gemapped:
Code:
id name="id"
            type="integer"
            column="id"
            access="property">
            <generator class="native"/>
        </id>


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 27, 2008 8:10 am 
Beginner
Beginner

Joined: Thu Jun 14, 2007 4:33 am
Posts: 39
hab das problem inzwischen so gelöst, dass ich in den sql-scripts für die testdaten die hibernate_sequence wieder auf 1000 als startwert resette.

falls jemand doch noch eine lösung weis, wie man sowas direkt in den hiberante-properties lösen kann wär das super :)


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.