annotate lib/IMPL/ORM/Schema/GenericClass.pm @ 412:30e8c6a74937
ref20150831
working on di container (role based registrations)
author |
cin |
date |
Mon, 21 Sep 2015 19:54:10 +0300 |
parents |
c6e90e02dd17 |
children |
|
rev |
line source |
407
|
1 package IMPL::ORM::Schema::GenericClass;
|
|
2
|
|
3 1;
|
|
4
|
|
5 __END__
|
|
6
|
|
7 =pod
|
|
8
|
|
9 =head1 NAME
|
|
10
|
|
11 C<IMPL::ORM::Schema::GenericClass> Построение схемы из произвольного класса.
|
|
12
|
|
13 =head1 DESCRIPTION
|
|
14
|
|
15 Читает метаданные класса и строит на их основании элементы схемы данных.
|
|
16
|
|
17 =cut
|