Re: Mapping Help

2005-04-27 Thread Brandon Goodin
You would have to perform your inserts individually from your Dao class calling insert statements for each table. Start a transaction... perform your insert t_filter insert, perform t_filter_status inserts, perform t_filter_assignment... end transaction. Brandon On 4/27/05, Gregg D Bolinger <[EMA

Mapping Help

2005-04-27 Thread Gregg D Bolinger
I need a bit of help with setting up a mapping file or 2. I have a POJO called Filter. I use this to store options from the user as for search criteria. I have a database that relates to this filter. The problem I am having is I have 2 List properties that are part of Filter. 1 is Status and t