
DBIx::DataModel::Source::Join - Parent for Join classes

This is the parent class for all join classes created through
$schema->Join($classname, ...);

Methods are documented in DBIx::DataModel::Doc::Reference. This module implements no public methods.

If an instance of a dynamically created join is serialized through "freeze" in Storable and then deserialized in another process through "thaw" in Storable, then it may happen that the second process does not know about the dynamic join. Therefore this class adds a coderef handler into @INC, so that it can take control when thaw attempts to load the class from a file, and recreate the join dynamically.