MooseX::AttributeIndexes::Meta::Attribute::Trait::Indexed - A Trait for attributes which permits various indexing tunables


MooseX-AttributeIndexes documentation  | view source Contained in the MooseX-AttributeIndexes distribution.

Index


NAME

Top

MooseX::AttributeIndexes::Meta::Attribute::Trait::Indexed - A Trait for attributes which permits various indexing tunables

VERSION

Top

version 1.0.1

ATTRIBUTES

Top

indexed

Bool. 0 = This attribute is not/cannot indexed, 1 = This Attribute is/can-be indexed.

CodeRef. sub{ my( $attribute_meta, $object, $attribute_value ) = @_; .... return }

primary_index

Bool. 0 = This attribute is not a primary index, 1 = This Attribute is a primary index.

CodeRef. sub{ my( $attribute_meta, $object, $attribute_value ) = @_; .... return }

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


MooseX-AttributeIndexes documentation  | view source Contained in the MooseX-AttributeIndexes distribution.