diff Lib/IMPL/ORM/Schema/GenericClass.pm @ 79:2d1c3f713280

ORM concept in development
author wizard
date Mon, 05 Apr 2010 00:20:34 +0400
parents
children d1676be8afcc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lib/IMPL/ORM/Schema/GenericClass.pm	Mon Apr 05 00:20:34 2010 +0400
@@ -0,0 +1,17 @@
+package IMPL::ORM::Schema::GenericClass;
+
+1;
+
+__END__
+
+=pod
+
+=head1 NAME
+
+C<IMPL::ORM::Schema::GenericClass> Построение схемы из произвольного класса.
+
+=head1 DESCRIPTION
+
+Читает метаданные класса и строит на их основании элементы схемы данных.
+
+=cut
\ No newline at end of file