David Russell wrote:

 > What are the plans to support java.lang.Object primary key types as
 > outlined in the spec.?  (Not that I've actually come up with a use
 > for it, just wondering)

I plan on 3 possible implementations. The first is a PK generated by the 
server (sequence, random, high-low, whatever it will be pluggable) and 
set in a server generated cmp-field before the insert.  The second will 
use the JDBC 3.0 methods to return a pk generated in the database. 
Finally the third method is to use the custom select query to get the 
last generated key.

-dain



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to