users@glassfish.java.net

Re: JPA concurrent INSERT

From: <forums_at_java.net>
Date: Wed, 10 Nov 2010 14:56:40 -0800

Thanks for the tip.   I'm using PostgreSQL 8.4 and it doesn't seem to have
such a feature.  

Ryan

 

[quote=ggerard]For such a simple task as recording, I'd use UPSERT if
available. If the database is mysql, you can always just grab the connection
and do an insert-on-duplicate-key-{update|ignore}. greg[/quote]


--
[Message sent by forum member 'rdelaplante']
View Post: http://forums.java.net/node/715588