On Apr 18, 2004, at 10:08 AM, Charlie Kelly wrote:
What is the correct way to add properties within a Hibernate component, when the component class will not be store in a separate table (that is, there is no hibernate.class tag)?
It's the same — just remove the @hibernate.class and @hibernate.id tags, but leave the method-level tags, e.g. @hibernate.property. It's just that easy! :-)
~ml
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
