| Author |
Using Oracle squence in Hibernate
|
gi tos
Greenhorn
Joined: May 15, 2012
Posts: 12
|
|
Hello,
I want to use an Oracle sequence with hibernate.
the problem is that the sequence will not be use as an ID. But to update a field when some conditions are available.
so I want to do something like this:
update MY_TABLE set NUM_VAL = select MY_SEQ.nextval
I found many examples but all of theme are talking about a sequence that is user as an ID:
|
 |
 |
|
|
subject: Using Oracle squence in Hibernate
|
|
|