
Class::DBI::Cascade::Plugin::Nullify - Nullify related Class::DBI objects

package Music::Artist;
#define your class here
Music::Artist->has_many(cds => 'Music::CD', {cascade => 'Class::DBI::Cascade::Plugin::Nullify'});

This is a cascading nullify strategy (i.e. 'on delete set null') that will nullify any related Class::DBI objects.

implementation of the cascading nullify strategy.

Xufeng (Danny) Liang danny@scm.uws.edu.au

Copyright 2006 Xufeng (Danny) Liang, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.