view Lib/IMPL/ORM/Schema/GenericClass.pm @ 93:0667064553ef

fixed _is_class in activator rewritten IMPL::Config::Resolve new features in the Abstract class
author wizard
date Wed, 28 Apr 2010 17:50:55 +0400
parents 2d1c3f713280
children d1676be8afcc
line wrap: on
line source

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

1;

__END__

=pod

=head1 NAME

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

=head1 DESCRIPTION

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

=cut