From: <lle...@fi...> - 2002-01-31 09:27:08
|
Does someone know about the implementation of a sequencer? I mean an ejb that can creates automatically primary keys for other EJBs based on a SQL table: SEQUENCE : NAME PK USER 1002 Thus, the pk of the next user created would be 1003... |