-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I've been using xdoclet 1.2 and hibernate 2.1 very successfully lately.
~ I've run into a situation I'm not sure xdoclet supports, and I just
wanted to verify that.

I have this relationship I want to use xdoclet to generate:

~        <set
~            name="activities"
~            table="BUSINESS_ACTIVITIES"
~            lazy="true"
~            inverse="false"
~            cascade="delete"
~            sort="unsorted"
~        >

~              <key
~                  column="business_id"
~              />

~              <element
~                  column="activity_id"
~                  type="com.hic.eboss.Activity"
~              />
~        </set>

Notice how it's a one-to-many, with the many being an element and not a
class.

Xdoclet handles a one-to-many to a class just fine.  I couldn't see any
reference to handling an element.

Any ideas if this is supported, and if so, how to have xdoclet handle it?

Thanks very much!
Seth
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAJANa5EIB1scRes8RAiG8AJ9gguzXyvf6MmD5s7wRWAz7v+E1UwCfX65z
cpyOlt3QhU0ZLwhh5e126b4=
=5KKW
-----END PGP SIGNATURE-----



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to