debian man page for kiokudb::typemap::entry::passthrough

Query: kiokudb::typemap::entry::passthrough

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KiokuDB::TypeMap::Entry::Passthrough(3pm)		User Contributed Perl Documentation		 KiokuDB::TypeMap::Entry::Passthrough(3pm)

NAME
KiokuDB::TypeMap::Entry::Passthrough - A typemap entry of objects that will be serialized by the backend.
SYNOPSIS
KiokuDB::TypeMap->new( entires => { 'Value::Object' => KiokuDB::TypeMap::Entry::Naive->new, }, );
DESCRIPTION
This typemap entry delegates the handling of certain objects to the backend. A prime example is DateTime being handled by KiokuDB::Backend::Serialize::Storable. DateTime has efficient Storable hooks, and does not refer to any domain objects, so it is safe to assume that it can just be passed through for serialization.
ATTRIBUTES
intrinsic If true the object will be just left in place. If false, the object will get its own ID and entry, and the object will be in the "data" field of that entry. perl v5.12.4 2010-10-11 KiokuDB::TypeMap::Entry::Passthrough(3pm)
Related Man Pages
dbix::class::kiokudb(3pm) - debian
kiokudb::backend::role::txn(3pm) - debian
kiokudb::collapser(3pm) - debian
kiokudb::liveobjects(3pm) - debian
kiokudb::typemap::composite(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph