Revision 2d7e4203
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/Note.pm | ||
---|---|---|
7 | 7 |
|
8 | 8 |
use SL::DB::MetaSetup::Note; |
9 | 9 |
|
10 |
__PACKAGE__->meta->initialize; |
|
11 |
|
|
10 | 12 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
11 | 13 |
__PACKAGE__->meta->make_manager_class; |
12 | 14 |
|
Auch abrufbar als: Unified diff
initialize in SL::DB::Objects statt im MetaSetup