The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

REST::Neo4p::Entity - Base class for Neo4j entities

SYNOPSIS

Not intended to be used directly. Use subclasses REST::Neo4p::Node, REST::Neo4p::Relationship and REST::Neo4p::Node instead.

DESCRIPTION

REST::Neo4p::Entity is the base class for the node, relationship and index classes which should be used directly. The base class encapsulates most of the REST::Neo4p::Agent calls to the Neo4j server, converts JSON responses to Perl references, acknowledges errors, and maintains the main object table.

SEE ALSO

REST::Neo4p, REST::Neo4p::Node, REST::Neo4p::Relationship, REST::Neo4p::Index.

AUTHOR

    Mark A. Jensen
    CPAN ID: MAJENSEN
    majensen -at- cpan -dot- org

LICENSE

Copyright (c) 2012-2014 Mark A. Jensen. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.