-->
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: Problem mit GenerationType.AUTO in PostgreSQL
PostPosted: Tue Apr 29, 2008 3:20 am 
Newbie

Joined: Tue Apr 29, 2008 3:02 am
Posts: 5
Ich habe ein kleines Hibernate Testprojekt um mich in Hibernate einzuarbeiten. Dabei verwende ich Annotations und möchte die IDs in insgesamt 4 Tabellen automatisch generieren mit:
Code:
@GeneratedValue(strategy=GenerationType.AUTO)

Das funktioniert mit MySQL wunderbar. In PostgreSQL wird aber scheinbar nur eine einzige Sequenz verwendet und ich bekomme den folgenden Effekt:

enter object1 of type 1 --> ID 1
enter object2 of type 2 --> ID 2 (und nicht wie erwartet 1)
enter object3 of type 1 --> ID 3 (anstatt 2)

Ich habe auch schon mit eigenen Sequenzen getestet und das funktioniert in Postgre fein (aber dann in MySQL wieder nicht da keine Sequenzen vorhanden sind), möchte das ganze aber so generisch wie möglich halten. Gibt es einen Trick um auch in PostgreSQL
Quote:
GenerationType.AUTO

zu verwenden?

Vielen Dank im Voraus

_________________
Rechtschreibfehler sind beabsichtigt und dienen der allgemeinen Erheiterung.


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.