org.openrdf.repository.object.composition.helpers
Class ObjectQueryFactory

java.lang.Object
  extended by org.openrdf.repository.object.composition.helpers.ObjectQueryFactory

public class ObjectQueryFactory
extends Object

Creates the query used to retrieve property values.

Author:
James Leigh

Constructor Summary
ObjectQueryFactory(ObjectConnection connection, PropertyMapper mapper)
           
 
Method Summary
 ObjectQuery createQuery(PropertySetFactory factory)
           
 void returnQuery(PropertySetFactory factory, ObjectQuery query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectQueryFactory

public ObjectQueryFactory(ObjectConnection connection,
                          PropertyMapper mapper)
Method Detail

createQuery

public ObjectQuery createQuery(PropertySetFactory factory)
                        throws RepositoryException
Throws:
RepositoryException

returnQuery

public void returnQuery(PropertySetFactory factory,
                        ObjectQuery query)


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.