Persistence::Meta::Injection - Persisitence meta definition object.
use Persistence::Meta::Injection; my $obj = Persistence::Meta::Injection->new;
Represents persistence meta data that is loaded as a persistence unit. (Entitties + ORM mapping)
None
Loads injection object from cache
Returns true if there are not changes in xml files
Initialise subquery columns
Initialise to one relationships
Initialise to manye relationships
Initialises relationshsips Takes relationship type as parameters. Allowed value: 'to_one_relationships', 'to_many_relationships'
Creates orm mappings.
Returns the relationship object. Takes hash_ref, that will be transformed to the new object parameters.
Parses condition object to replacase ant occurence of <entity>.<column> to column object.
Returns entity column
Adds file modification time
Persistence::Meta::XML
The Persistence::Meta::Injection module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
Adrian Witas, <adrian@webapp.strefa.pl</gt>
To install Persistence::Entity, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Persistence::Entity
CPAN shell
perl -MCPAN -e shell install Persistence::Entity
For more information on module installation, please visit the detailed CPAN module installation guide.