Java::JCR::Query - Loads the JCR wrappers for querying the repository


Java-JCR documentation Contained in the Java-JCR distribution.

Index


Code Index:

NAME

Top

Java::JCR::Query - Loads the JCR wrappers for querying the repository

SYNOPSIS

Top

  use Java::JCR::Query;

DESCRIPTION

Top

Loads the Perl wrappers associated with the classes in the javax.jcr.query package.

AUTHOR

Top

Andrew Sterling Hanenkamp, <hanenkamp@cpan.org>

LICENSE AND COPYRIGHT

Top


Java-JCR documentation Contained in the Java-JCR distribution.
package Java::JCR::Query;

use strict;
use warnings;

our $VERSION = '0.01';

use base qw( Java::JCR );

Java::JCR::import_my_packages();

1