Re[2]: [JBoss-user] Unknown primary key support available

2002-09-04 Thread Alex Loubyansky
DS> Alex, what would someone have to do to create their own KeyGenerator? I DS> am sure someone will want to port the high-low generator. There are two basic interfaces in org.jboss.ejb.plugins.keygenerator package: 1. for key generator: /** * An implementation of KeyGenerator must return a uni

Re: [JBoss-user] Unknown primary key support available

2002-09-04 Thread Dain Sundstrom
Alex Loubyansky wrote: > JBossCMP becomes cooler. Now it supports Unknown primary keys (Refer to EJB2.0 spec >10.8.3 for details). > > To make use of this feature, entity beans must have prim-key-class declared as >java.lang.Object and no primkey-field in ejb-jar.xml. > To set up unknown prima

[JBoss-user] Unknown primary key support available

2002-09-03 Thread Alex Loubyansky
JBossCMP becomes cooler. Now it supports Unknown primary keys (Refer to EJB2.0 spec 10.8.3 for details). To make use of this feature, entity beans must have prim-key-class declared as java.lang.Object and no primkey-field in ejb-jar.xml. To set up unknown primary key, the new optional unknown-