Dave Rolsky > Fey-ORM

Fey-ORM

This 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 (58)   FAIL (1)   UNKNOWN (18)   [ 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     0.30
Fey::Meta::Attribute::FromColumn an attribute metaclass for column-based attributes     0.30
Fey::Meta::Attribute::FromInflator an attribute metaclass for attributes with an inflator     0.30
Fey::Meta::Attribute::FromSelect an attribute metaclass for SELECT-based attributes     0.30
Fey::Meta::Class::Schema A metaclass for schema classes     0.30
Fey::Meta::Class::Table A metaclass for table classes     0.30
Fey::Meta::FK A parent for foreign key-based metaclasses     0.30
Fey::Meta::HasMany A parent for has-many metaclasses     0.30
Fey::Meta::HasMany::ViaFK A parent for has-one metaclasses based on a Fey::FK object     0.30
Fey::Meta::HasMany::ViaSelect A parent for has-one metaclasses based on a query object     0.30
Fey::Meta::HasOne A parent for has-one metaclasses     0.30
Fey::Meta::HasOne::ViaFK A parent for has-one metaclasses based on a Fey::FK object     0.30
Fey::Meta::HasOne::ViaSelect A parent for has-one metaclasses based on a query object     0.30
Fey::Meta::Method::Constructor     0.30
Fey::ORM A Fey-based ORM     0.30
Fey::ORM::Exceptions Defines exceptions used for Fey::ORM     0.30
Fey::ORM::Policy Declarative policies for Fey::ORM using classes     0.30
Fey::ORM::Role::Iterator A role for things that iterate over Fey::Object::Table objects     0.30
Fey::ORM::Schema Provides sugar for schema-based classes     0.30
Fey::ORM::Table Provides sugar for table-based classes     0.30
Fey::Object::Iterator::FromArray An iterator which iterates over an array of objects     0.30
Fey::Object::Iterator::FromSelect Wraps a DBI statement handle to construct objects from the results     0.30
Fey::Object::Iterator::FromSelect::Caching A caching subclass of Fey::Object::Iterator::FromSelect     0.30
Fey::Object::Policy An object representing a specific policy     0.30
Fey::Object::Schema Base class for schema-based objects     0.30
Fey::Object::Table Base class for table-based objects     0.30

Documentation

Fey::ORM::Manual Fey::ORM Manual Index  
Fey::ORM::Manual::Intro Introduction to Fey::ORM