I think what he means is can iBATIS provide the same functionality for you when you are not using Oracle.
Currently, no. :-) That is something that you could do pretty easily by putting the two SQL statements in a single mapped statement (if your database allows it), or in your DAO layer. >From the point of view of the application, it would be a single operation in either case. Larry On Sun, 16 Jan 2005 14:01:40 -0700, Nathan Maves <[EMAIL PROTECTED]> wrote: > Not really sure what you are looking for.... > > "on delete cascade" is an oracle term that is used when the table is > created. It takes care of all the work for you. How/Why would you use > SqlMaps with it? > > Nathan > > On Jan 16, 2005, at 11:20 AM, Ray wrote: > > > Hi there .... :-) > > > > Is it possible to map cascading deletes in iBatis? > > > >

