NAME
DBIx::DataModel::View - Parent for View classes
DESCRIPTION
This is the parent class for all view classes created through
MySchema->View($classname, ...);
METHODS
Methods are documented in DBIx::DataModel::Doc::Reference. This module implements
SUPPORT FOR STORABLE
If an instance of a dynamically created view 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 view. 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 view dynamically.
AUTHOR
Laurent Dami, <laurent.dami AT etat.ge.ch>
COPYRIGHT & LICENSE
Copyright 2006, 2008 Laurent Dami.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.