comparison Lib/IMPL/ORM/Entity.pm @ 0:03e58a454b20

Создан репозитарий
author Sergey
date Tue, 14 Jul 2009 12:54:37 +0400
parents
children b544a772b654
comparison
equal deleted inserted replaced
-1:000000000000 0:03e58a454b20
1 package IMPL::ORM::Entity;
2 use strict;
3 use warnings;
4
5 use base qw(IMPL::DOM::Node);
6 use IMPL::Class::Property;
7
8 # Name
9 # Fields
10 # Relations
11
12
13 1;