I have the following table:
CREATE TABLE
person
( person_id int PRIMARY
KEY, email varchar(256) NOT
NULL, name varchar(256) NOT
NULL,
... UNIQUE(email));
Note that email is unique, but not the primary
key. Middlegen makes a findByEmail xdoclet ta
Use the interfacepackage attribute in and in
http://boss.bekk.no/boss/middlegen/plugins/cmp20.html#sequenceblock
HTH,
Aslak
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel
> McLean
> Sent: 27. november 2002 05:09
> To: [EMAIL PROTECTED]
>