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
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
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-