DBIx::Class::Schema::PopulateMore::Inflator::Find - Inflate via ResultSet->find
Contents
Attributes
This class defines the following attributes.
Description
Given a Source.$value, do a $schema->Resultset('Source')->find($value) and use that value. We can't find
anything, throw an exception.
License
Please see DBIx::Class::Schema::PopulateMore For licensing terms.
perl v5.36.0 2023-01-22 DBIx::Class::S...:Inflator::Find(3pm)
Methods
This module defines the following methods.
inflate($command,$string)
This is called by Populate's dispatcher, when there is a match.
Name
DBIx::Class::Schema::PopulateMore::Inflator::Find - Inflate via ResultSet->find
Synopsis
!Find:Rating.10 => $schema->resultset('Rating')->find(10);
!Find:Rating.[key=10] => $schema->resultset('Rating')->find(10);
