annotate Lib/IMPL/ORM/Unit.pm @ 197:6b1dda998839
Added IMPL::declare, IMPL::require, to simplify module definitions
IMPL::Transform now admires object inheritance while searching for the transformation
Added HTTP some exceptions
IMPL::Web::Application::RestResource almost implemented
author |
sergey |
date |
Thu, 19 Apr 2012 02:10:02 +0400 |
parents |
d1676be8afcc |
children |
|
rev |
line source |
79
|
1 package IMPL::ORM::Unit;
|
|
2
|
|
3 1;
|
|
4
|
|
5 __END__
|
|
6
|
|
7 =pod
|
|
8
|
|
9 =head1 NAME
|
|
10
|
180
|
11 C<IMPL::ORM::Unit> Единица действий.
|
79
|
12
|
|
13 =head1 DESCRIPTION
|
|
14
|
|
15 C<[Infrastructure]>
|
|
16
|
180
|
17 Позволяет записывать последовательность изменений. Используется C<IMPL::ORM> для реализации логических
|
|
18 транзакций.
|
79
|
19
|
180
|
20 =cut
|