mojave man page for moosex::meta::method::transactional

Query: moosex::meta::method::transactional

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MooseX::Meta::Method::Transactional(3)			User Contributed Perl Documentation		    MooseX::Meta::Method::Transactional(3)

NAME
MooseX::Meta::Method::Transactional - Transactional methods trait
DESCRIPTION
This Role wraps methods in transactions to be used with DBIx::Class, KiokuDB or any other object providing a txn_do method.
METHOD
wrap This role overrides wrap so that the actual method is wrapped in a txn_do call. It uses the 'schema' accessor to obtain the object in which it will call txn_do.
ATTRIBUTES
schema This attribute contains a CodeRef that should return the schema object. It can be used to pass a schema object when it can be defined in compile-time, otherwise it will call "schema" on the object instance to find it.
SEE ALSO
MooseX::TransactionalMethods, Class::MOP::Method
AUTHORS
Daniel Ruoso <daniel@ruoso.com> With help from rafl and doy from #moose.
COPYRIGHT AND LICENSE
Copyright 2010 by Daniel Ruoso et al This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.18.2 2010-11-24 MooseX::Meta::Method::Transactional(3)
Related Man Pages
moosex::transactionalmethods(3) - osx
moosex::transactionalmethods5.18(3) - mojave
moosex::authorizedmethods(3) - osx
moosex::meta::method::authorized(3) - osx
moosex::nonmoose::meta::role::constructor(3pm) - debian
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph
[BASH] eval command not expanding variables as expected.