-->
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: how to find which objects use hibernate_sequence
PostPosted: Tue Sep 01, 2009 5:17 pm 
Newbie

Joined: Tue Sep 01, 2009 5:07 pm
Posts: 1
Hello,

I am running into a problem with sequence generation.
All objects are annotated with
Code:
@SequenceGenerator( name = "SEQ_Generator", sequenceName = "seq_MyObject" )
@GeneratedValue( strategy = GenerationType.SEQUENCE, generator ="SEQ_Generator" )


However, when I run tests, there are calls that use hibernate_sequence:
Code:
Hibernate: values nextval for hibernate_sequence


If I delete hibernate_sequence from the database, i get SQL exceptions from trying to use it.

How can I figure out which objects use hibernate_sequence? It is not obvious from HSQL output from the tests.

thanks!


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.