Uses of Interface
uk.co.lakesidetech.springxmldb.dao.IXQueryXMLDBDao

Packages that use IXQueryXMLDBDao
uk.co.lakesidetech.springxmldb.dao   
uk.co.lakesidetech.springxmldb.dao.exist   
uk.co.lakesidetech.springxmldb.spring   
 

Uses of IXQueryXMLDBDao in uk.co.lakesidetech.springxmldb.dao
 

Classes in uk.co.lakesidetech.springxmldb.dao that implement IXQueryXMLDBDao
 class BaseXQueryXMLDBDao
          Implementation of IXQueryXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api.
 

Uses of IXQueryXMLDBDao in uk.co.lakesidetech.springxmldb.dao.exist
 

Classes in uk.co.lakesidetech.springxmldb.dao.exist that implement IXQueryXMLDBDao
 class BaseExistXQueryXMLDBDao
           eXist doesnt use the same XQueryService defined in the XML:DB api This Dao emulates it be using a wrapped service while this isnt perfect (no compiled expressions) it should allow reuse of code without being tied to eXist
 class ExistXQueryXMLDBDao
          Implementation of IDatabaseManageXMLDBDao using the eXist specifc service for XQuerys which does not implement the XML:DB api version.
 

Uses of IXQueryXMLDBDao in uk.co.lakesidetech.springxmldb.spring
 

Methods in uk.co.lakesidetech.springxmldb.spring with parameters of type IXQueryXMLDBDao
 void SimpleXMLDBFacade.setXqueryDao(IXQueryXMLDBDao xqueryDao)
           
 void CachingXMLDBFacade.setXqueryDao(IXQueryXMLDBDao xqueryDao)