annotate lib/IMPL/ORM/Schema/GenericClass.pm @ 421:7798345304bc
ref20150831
working on IMPL::Config, removed old stuff
author |
cin |
date |
Sun, 16 Jul 2017 22:59:39 +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
|