Persistence::Fetchable - Fetching method base class.


Persistence-Entity documentation  | view source Contained in the Persistence-Entity distribution.

Index


NAME

Top

Persistence::Fetchable - Fetching method base class.

SYNOPSIS

Top

Abstract class.

DESCRIPTION

Top

Represents a base class for attributes that use eager or lazy fetch methods.

EXPORT

Top

LAZY EAGER by ':all' tag.

ATTRIBUTES

fetch_method

LAZY, EAGER

METHODS

eager_fetch_filter

Returns list of objects that have EAGER fetch method. Takes hash ref of objects.

lazy_fetch_filter

Returns list of objects that have LAZY fetch method. Takes hash ref of objects.

fetch_objects_filter

Returns list of objects that have specyfied fetch method. Takes hash ref of objects, fetch method.

lazy_fetch_handler

SEE ALSO

Top

Persistence::Entity Persistence::Relationship::OneToMany Persistence::Relationship::ManyToMany

COPYRIGHT AND LICENSE

Top

AUTHOR

Top

Adrian Witas, adrian@webapp.strefa.pl


Persistence-Entity documentation  | view source Contained in the Persistence-Entity distribution.