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

NAME

DBIx::NoSQL::Store::Manager::StoreIndex - Marks attributes to be indexed in the store

VERSION

version 0.2.1

SYNOPSIS

    # in a class consuming the DBIx::NoSQL::Store::Manager::Model role

    has something => (
        traits => [ 'StoreIndex' ],
        is => 'ro',
    );

DESCRIPTION

DBIx::NoSQL::Store::Manager::StoreIndex (also aliased to StoreIndex) is used to mark attributes that are to be indexed by the DBIx::NoSQL::Store::Manager store.

AUTHOR

Yanick Champoux <yanick@babyl.dyndns.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Yanick Champoux.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.