The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.19 - 2009-01-18

  • Added attribute metaclasses for attributes created based on columns (Fey::Meta::Attribute::FromColumn), and attributes based on an inflated column value (Fey::Meta::Attribute::FromInflator).
  • When a column attribute with an inflator was written, the inflated value would stay the same, rather than reflecting the new raw value.
  • Added Fey::ORM::Policy, which lets you set policies for column transforms and foreign key method naming.

Documentation

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

Modules

A hash where the keys are sets of Fey::Column objects
an attribute metaclass for column-based attributes
an attribute metaclass for attributes with an inflator
an attribute metaclass for SELECT-based attributes
A metaclass for schema classes
A metaclass for table classes
A parent for foreign key-based metaclasses
A parent for has-many metaclasses
A parent for has-one metaclasses based on a Fey::FK object
A parent for has-one metaclasses based on a Fey::SQL::Select object
A parent for has-one metaclasses
A parent for has-one metaclasses based on a Fey::FK object
A parent for has-one metaclasses based on a Fey::SQL::Select object
A Fey-based ORM
Defines exceptions used for Fey::ORM
Declarative policies for Fey::ORM using classes
Provides sugar for schema-based classes
Provides sugar for table-based classes
Wraps a DBI statement handle to construct objects from the results
A caching subclass of Fey::Object::Iterator
An object representing a specific policy
Base class for schema-based objects
Base class for table-based objects

Provides

in lib/Fey/Meta/Method/Constructor.pm