Revision f64be46d
Von Sven Schöling vor fast 12 Jahren hinzugefügt
SL/DB/CsvImportProfile.pm | ||
---|---|---|
4 | 4 |
|
5 | 5 |
use List::Util qw(first); |
6 | 6 |
|
7 |
use SL::DB::MetaSetup::CsvImportProfile;
|
|
7 |
require SL::DB::MetaSetup::CsvImportProfile;
|
|
8 | 8 |
use Rose::DB::Object::Helpers qw(clone_and_reset); |
9 | 9 |
|
10 | 10 |
__PACKAGE__->meta->add_relationship( |
SL/DB/CsvImportProfileSetting.pm | ||
---|---|---|
5 | 5 |
|
6 | 6 |
use strict; |
7 | 7 |
|
8 |
use SL::DB::MetaSetup::CsvImportProfileSetting; |
|
9 | 8 |
use Rose::DB::Object::Helpers qw(clone); |
10 | 9 |
|
11 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
|
10 |
require SL::DB::MetaSetup::CsvImportProfileSetting; |
|
11 |
|
|
12 | 12 |
__PACKAGE__->meta->make_manager_class; |
13 | 13 |
|
14 | 14 |
# Helpers' clone_and_reset also kills compund keys like in this case kay+id |
Auch abrufbar als: Unified diff
Includeprobleme bei SL/DB Objekten vermeiden