-->
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: Generator that uses primary key created by trigger
PostPosted: Wed Jan 19, 2005 7:00 am 
Newbie

Joined: Tue Jan 18, 2005 7:08 am
Posts: 10
I use an Oracle trigger to insert the primary key in my tables.
Since Hibernate seems not to offer a generator that accomplishs that task, I'm thinking of writing my own generator that after the insert-statement reads the last generated primary key (I do not want to use a Oracle sequence directly in Hibernate).

Has anybody done something like that? How can I do it? Is there some documentation available?

I thougth of passing the column name of the PK as a parameter to the Generator (in the mapping file). So I suppose I have to implement Configurable and IdentifierGenerator.

Is there anything else I have to implement or extend (e.g. the IdentityGenerator)?


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.