Dave Rolsky > Fey-ORM-0.26

Fey-ORM-0.26

This Release Fey-ORM-0.26  [Download] [Browse 03 Jul 2009
Latest Release Fey-ORM-0.30  [Download] [Browse 25 Oct 2009
Other Releases
Links Discussion Forum ] [ View/Report Bugs ] [ Website ] [ Dependencies ] [ Other Tools ]
Repository http://hg.urth.org/hg/Fey-ORM
CPAN Testers PASS (59)   UNKNOWN (23)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating      (0 Reviews) [ Rate this distribution ]
License Perl (Artistic and GPL)
Special Files
Build.PL
Changes
MANIFEST
META.yml
Makefile.PL
README
SIGNATURE

Modules

Fey::Hash::ColumnsKey A hash where the keys are sets of Fey::Column objects      
Fey::Meta::Attribute::FromColumn an attribute metaclass for column-based attributes      
Fey::Meta::Attribute::FromInflator an attribute metaclass for attributes with an inflator      
Fey::Meta::Attribute::FromSelect an attribute metaclass for SELECT-based attributes      
Fey::Meta::Class::Schema A metaclass for schema classes      
Fey::Meta::Class::Table A metaclass for table classes      
Fey::Meta::FK A parent for foreign key-based metaclasses      
Fey::Meta::HasMany A parent for has-many metaclasses      
Fey::Meta::HasMany::ViaFK A parent for has-one metaclasses based on a Fey::FK object      
Fey::Meta::HasMany::ViaSelect A parent for has-one metaclasses based on a Fey::SQL::Select object      
Fey::Meta::HasOne A parent for has-one metaclasses      
Fey::Meta::HasOne::ViaFK A parent for has-one metaclasses based on a Fey::FK object      
Fey::Meta::HasOne::ViaSelect A parent for has-one metaclasses based on a Fey::SQL::Select object      
Fey::Meta::Method::Constructor      
Fey::ORM A Fey-based ORM     0.26
Fey::ORM::Exceptions Defines exceptions used for Fey::ORM      
Fey::ORM::Policy Declarative policies for Fey::ORM using classes      
Fey::ORM::Role::Iterator A role for things that iterate over Fey::Object::Table objects      
Fey::ORM::Schema Provides sugar for schema-based classes      
Fey::ORM::Table Provides sugar for table-based classes      
Fey::Object::Iterator::FromArray An iterator which iterates over an array of objects      
Fey::Object::Iterator::FromSelect Wraps a DBI statement handle to construct objects from the results      
Fey::Object::Iterator::FromSelect::Caching A caching subclass of Fey::Object::Iterator      
Fey::Object::Policy An object representing a specific policy      
Fey::Object::Schema Base class for schema-based objects      
Fey::Object::Table Base class for table-based objects      

Documentation

Fey::Meta::Attribute::WithInflator an attribute metaclass for attributes with an inflator  
Fey::ORM::Manual Fey::ORM Manual Index  
Fey::ORM::Manual::Intro Introduction to Fey::ORM  
Fey::Object::Iterator Wraps a DBI statement handle to construct objects from the results  
Fey::Object::Iterator::Caching A caching subclass of Fey::Object::Iterator