Mercurial > pub > Impl
view Lib/IMPL/ORM/Unit.pm @ 134:44977efed303
Significant performance optimizations
Fixed recursion problems due converting objects to JSON
Added cache support for the templates
Added discovery feature for the web methods
author | wizard |
---|---|
date | Mon, 21 Jun 2010 02:39:53 +0400 |
parents | 2d1c3f713280 |
children | d1676be8afcc |
line wrap: on
line source
package IMPL::ORM::Unit; 1; __END__ =pod =head1 NAME C<IMPL::ORM::Unit> Единица действий. =head1 DESCRIPTION C<[Infrastructure]> Позволяет записывать последовательность изменений. Используется C<IMPL::ORM> для реализации логических транзакций. =cut