Uses of Class
uk.co.lakesidetech.springxmldb.dao.AbstractXMLDBDao

Packages that use AbstractXMLDBDao
uk.co.lakesidetech.springxmldb.dao   
uk.co.lakesidetech.springxmldb.dao.exist   
uk.co.lakesidetech.springxmldb.dao.xindice   
 

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

Subclasses of AbstractXMLDBDao in uk.co.lakesidetech.springxmldb.dao
 class BaseCollectionManageXMLDBDao
          Implementation of ICollectionManageXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api
 class BaseResourceManageXMLDBDao
          Implementation of IResourceManageXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api
 class BaseXPathXMLDBDao
          Implementation of IXPathXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api
 class BaseXQueryXMLDBDao
          Implementation of IXQueryXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api.
 class BaseXUpdateXMLDBDao
          Implementation of IXUpdateXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api.
 

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

Subclasses of AbstractXMLDBDao in uk.co.lakesidetech.springxmldb.dao.exist
 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 ExistCollectionManageXMLDBDao
           
 class ExistDatabaseManageXMLDBDao
          Implementation of IDatabaseManageXMLDBDao using the eXist specifc service for managing the database
 class ExistXQueryXMLDBDao
          Implementation of IDatabaseManageXMLDBDao using the eXist specifc service for XQuerys which does not implement the XML:DB api version.
 

Uses of AbstractXMLDBDao in uk.co.lakesidetech.springxmldb.dao.xindice
 

Subclasses of AbstractXMLDBDao in uk.co.lakesidetech.springxmldb.dao.xindice
 class XindiceCollectionManageXMLDBDao