vote up 0 vote down star

Hello,

I would like to know how we could use a sequence in JPA. We have a non-pk field which value must come from a sequence in DB. How could I update that value updating the entity?

Thanks in advance.

flag

1  
This is a duplicate: stackoverflow.com/questions/277630/… – Pascal Thivent Nov 6 at 11:03

1 Answer

vote up 1 vote down

JPA defines @GeneratedValue to apply to just PK fields. DataNucleus accepts it on any field. Obviously that is beyond the JPA spec and other implementations may not support such behaviour.

--Andy (DataNucleus)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.