| Key | Value |
|---|---|
| FileName | ./usr/share/doc/perl-Catalyst-Model-DBIC-Schema/README |
| FileSize | 16489 |
| MD5 | 8F2D0365623B8A1020C01F1BABD2965D |
| SHA-1 | CCD9D9DF31DF94D5126AC0DB89945E1B3C9B66D2 |
| SHA-256 | 3DA211559EC09A3E4324F8DE14F36452FE6893A5AA3CB6A220CB9B627DDB4822 |
| SSDEEP | 192:PufzRjY5PvhLv3C6q0HdyoaFw9bHZcVQXtLraPVkhClUyraQHY:PubR+zy1UqFOUQhr0yCOn |
| TLSH | T10472B76A76322676160B43B267EE24217724D40B836B4828F5FD832C1F1E125B2E76DD |
| hashlookup:parent-total | 21 |
| hashlookup:trust | 100 |
The searched file hash is included in 21 parent files which include package known and seen by metalookup. A sample is included below:
| Key | Value |
|---|---|
| MD5 | 5FE7D819350FBFC39D9A1108730B7DBE |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. When your Catalyst app starts up, a thin Model layer is created as an interface to your DBIC Schema. It should be clearly noted that the model object returned by '$c->model('FilmDB')' is NOT itself a DBIC schema or resultset object, but merely a wrapper proving methods to access the underlying schema. In addition to this model class, a shortcut class is generated for each source in the schema, allowing easy and direct access to a resultset of the corresponding type. These generated classes are even thinner than the model class, providing no public methods but simply hooking into Catalyst's model() accessor via the ACCEPT_CONTEXT mechanism. The complete contents of each generated class is roughly equivalent to the following: package MyApp::Model::FilmDB::Actor sub ACCEPT_CONTEXT { my ($self, $c) = @_; $c->model('FilmDB')->resultset('Actor'); } In short, there are three techniques available for obtaining a DBIC resultset object: my $rs = $c->model('FilmDB')->schema->resultset('Actor'); my $rs = $c->model('FilmDB')->resultset('Actor'); my $rs = $c->model('FilmDB::Actor'); In order to add methods to a DBIC resultset, you cannot simply add them to the source (row, table) definition class; you must define a separate custom resultset class. This is just a matter of making a 'lib/MyApp/Schema/ResultSet/Actor.pm' class that inherits from DBIx::Class::ResultSet, if you are using DBIx::Class::Schema/load_namespaces, the default for helper script generated schemas. See DBIx::Class::Manual::Cookbook/"Predefined searches" for information on definining your own DBIx::Class::ResultSet classes for use with DBIx::Class::Schema/load_classes, the old default. |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 2.44 |
| PackageVersion | 0.65 |
| SHA-1 | 019BF8581784CE1D1C2D0B49C808725994E95D7B |
| SHA-256 | 3600324C62E28599108D935877D220AF04E9E12FDE33268059373CB11D76A7C4 |
| Key | Value |
|---|---|
| MD5 | 7EE7F9DC00C47EB508C1E55BA20C8BB8 |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. |
| PackageMaintainer | umeabot <umeabot> |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 10.mga8 |
| PackageVersion | 0.650.0 |
| SHA-1 | 0696A08790AF3F86C6EA28610C04F59013A57EF1 |
| SHA-256 | 4DCA7463D3812879B1E4411861398A841E3BE243AF092EEB1FCAA8F3100A3F91 |
| Key | Value |
|---|---|
| MD5 | 78458F18874A4D62AADF7C488AEA3532 |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 3.fc23 |
| PackageVersion | 0.65 |
| SHA-1 | 15EF6D45047E1752F4E92ACFF2D2F07CAC7DC339 |
| SHA-256 | 0C457EED0539F6298BB2B12731BE02F19EE86CF6782A1E9FC35D2B4F41800244 |
| Key | Value |
|---|---|
| MD5 | F3838CEE076AF2F97974FB1DDCB65F86 |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 3.fc23 |
| PackageVersion | 0.65 |
| SHA-1 | 1867CA4F980500FB7F19B970DDCC37F188907B1D |
| SHA-256 | 7ADB9B59E711702F3BD2F1F6EFD3C3D49E1FFBFCC3DC9E91A7BC38AAD2F8793B |
| Key | Value |
|---|---|
| MD5 | B116C9E7DB6F5A54E652E24D94F64BAA |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 4.fc24 |
| PackageVersion | 0.65 |
| SHA-1 | 52076CBD3D00EBBCE9772163D651E3CC28AF54E5 |
| SHA-256 | C5C3546DADC2FC6C1EA840C13D069694611F0E908F195C8609F2C72E8CAB05DC |
| Key | Value |
|---|---|
| MD5 | 0D441F92BFF0B391755FD38105A08B28 |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 3.fc23 |
| PackageVersion | 0.65 |
| SHA-1 | 57AAD78AC908FD24FB2293C48CB5B9961B5B2994 |
| SHA-256 | F39FC6715ECDA7911E81577F35390CFDD355D82AFE00FB290B80460CD3225658 |
| Key | Value |
|---|---|
| MD5 | 172D32BC98F0C34AF54CDAE3440A2BCF |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 4.fc24 |
| PackageVersion | 0.65 |
| SHA-1 | 5F19A89514E06B012A603A9F3D8210A63437A5C8 |
| SHA-256 | 4BA74CE5621EBB6A994C86D799CAB0C942DC2615CB3637C0F097737D85DD9A2A |
| Key | Value |
|---|---|
| MD5 | 6BB3CC96EEB40829905717A46D06747B |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. When your Catalyst app starts up, a thin Model layer is created as an interface to your DBIC Schema. It should be clearly noted that the model object returned by '$c->model('FilmDB')' is NOT itself a DBIC schema or resultset object, but merely a wrapper proving methods to access the underlying schema. In addition to this model class, a shortcut class is generated for each source in the schema, allowing easy and direct access to a resultset of the corresponding type. These generated classes are even thinner than the model class, providing no public methods but simply hooking into Catalyst's model() accessor via the ACCEPT_CONTEXT mechanism. The complete contents of each generated class is roughly equivalent to the following: package MyApp::Model::FilmDB::Actor sub ACCEPT_CONTEXT { my ($self, $c) = @_; $c->model('FilmDB')->resultset('Actor'); } In short, there are three techniques available for obtaining a DBIC resultset object: my $rs = $c->model('FilmDB')->schema->resultset('Actor'); my $rs = $c->model('FilmDB')->resultset('Actor'); my $rs = $c->model('FilmDB::Actor'); In order to add methods to a DBIC resultset, you cannot simply add them to the source (row, table) definition class; you must define a separate custom resultset class. This is just a matter of making a 'lib/MyApp/Schema/ResultSet/Actor.pm' class that inherits from DBIx::Class::ResultSet, if you are using DBIx::Class::Schema/load_namespaces, the default for helper script generated schemas. See DBIx::Class::Manual::Cookbook/"Predefined searches" for information on definining your own DBIx::Class::ResultSet classes for use with DBIx::Class::Schema/load_classes, the old default. |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 2.43 |
| PackageVersion | 0.65 |
| SHA-1 | 61F184A739CB2E8F432E4023E9D7D1576213E465 |
| SHA-256 | 03A13A184192B428DA132D99C0775DC9E79D34DBF399A3B65620700366DEB9E4 |
| Key | Value |
|---|---|
| MD5 | 8D83C933C33CCE5879AFD3D64B49E255 |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 1.fc22 |
| PackageVersion | 0.65 |
| SHA-1 | 63C8C12A12CA58462FBCD59B039C9D688F9D8D2D |
| SHA-256 | 26672060E146F9A8247048815A3CCF8E7C54F0BA8526ABB53EE89973C71FCFEE |
| Key | Value |
|---|---|
| MD5 | B776B83F8C69D3B2D177B35A028CFADE |
| PackageArch | noarch |
| PackageDescription | This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. |
| PackageMaintainer | umeabot <umeabot> |
| PackageName | perl-Catalyst-Model-DBIC-Schema |
| PackageRelease | 11.mga9 |
| PackageVersion | 0.650.0 |
| SHA-1 | 64F96FFF27A351175457853C7F2EB31A1C57B4AA |
| SHA-256 | 6380BC48BB66DB78A844BF0F657E9F256008FE7CC338A4335FE0530B793AA673 |