Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] DB-generated values as properties on JPA-entity

På fredag 16. august 2013 kl. 15:21:35, skrev Andrei Ilitchev <andrei.ilitchev@xxxxxxxxxx>:
Try

@ReturnInsert(returnOnly=true)

That should work on PostgreSQL, too.
 
Just what I need, thanks!
 
--
Andreas Joseph Krogh <andreak@xxxxxxxxxxxx>      mob: +47 909 56 963
Senior Software Developer / CTO - OfficeNet AS - http://www.officenet.no
Public key: http://home.officenet.no/~andreak/public_key.asc
 

Back to the top