view Lib/IMPL/ORM/Schema/GenericClass.pm @ 333:cd6409f66a5f

small fixes, request environment is deprecated
author cin
date Tue, 11 Jun 2013 20:22:52 +0400
parents d1676be8afcc
children
line wrap: on
line source

package IMPL::ORM::Schema::GenericClass;

1;

__END__

=pod

=head1 NAME

C<IMPL::ORM::Schema::GenericClass> Построение схемы из произвольного класса.

=head1 DESCRIPTION

Читает метаданные класса и строит на их основании элементы схемы данных.

=cut