On Mon, Nov 2, 2009 at 7:57 PM, pkrishna <[email protected]> wrote: > Is there a way for me to query the database for Node A using a where > criteria? Which table should I query against? Is this possible at all. You may have a look the ddl files in package org.apache.jackrabbit.core.persistence.db. Different db have different id implementation.
If you have the id, in theory you could query the node. But it doesn't make too much sense as the data encoded as binary. -Guo
