[jboss-user] [EJB 3.0] - Re: Primary key generator best practices? (Postgres specific

mazz@jboss.com do-not-reply at jboss.com
Mon Jun 4 23:46:45 EDT 2007


FWIW, our team is successfully using:

   @SequenceGenerator
   @GeneratedValue (with strategy = GenerationType.SEQUENCE)

without any problems whatsoever with primary key generation on Postgres 8.  Our data model has probably over 60 tables with this.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051159#4051159

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051159



More information about the jboss-user mailing list