-->
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.  [ 3 posts ] 
Author Message
 Post subject: SequenceGenerator with Hiberante annotation doesn't work...
PostPosted: Mon Apr 12, 2010 9:21 am 
Newbie

Joined: Thu Nov 12, 2009 6:09 am
Posts: 4
Hi,

I am not sure what I am doing wrong but I have been struggling to generate sequence for the last two days.

Please tell me how to do sequence generation with the hibernate annotation. I wan "accountNumber" field to be incremented.


Code:
   @SequenceGenerator(name = "generator", initialValue = 1001)
   @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "generator")
   private int accountNumber;


Eventhough it is kind of different the following works. if I do samething with the about field(accountNumber with string type) it doesn't work
Code:
   @Id
   @GeneratedValue(generator = "system-uuid")
   @GenericGenerator(name = "system-uuid", strategy = "uuid")
   @DocumentId
   private String id;


Note: I am using hibernate 3.4.0.GA and Mysql 5.1

Please tell me what I am doing wrong...

Thanks


Last edited by aasheikh on Tue Apr 13, 2010 2:57 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: SequenceGenerator with Hiberante annotation doesn't work...
PostPosted: Tue Apr 13, 2010 2:17 am 
Newbie

Joined: Thu Nov 12, 2009 6:09 am
Posts: 4
Hello,

Anyone has any idea or what I am trying to achieve/say it does't make sense ;-)


Top
 Profile  
 
 Post subject: Re: SequenceGenerator with Hiberante annotation doesn't work...
PostPosted: Tue Apr 13, 2010 2:32 am 
Newbie

Joined: Tue Apr 13, 2010 2:23 am
Posts: 7
nothing! all right!

◎◎◎◎

_________________
Hobbies Sports: Playing golf!

ping g10 driver*
ping g10 irons|


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.