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

Packages that use ICollectionManageXMLDBDao
uk.co.lakesidetech.springxmldb.dao   
uk.co.lakesidetech.springxmldb.dao.exist   
uk.co.lakesidetech.springxmldb.dao.xindice   
uk.co.lakesidetech.springxmldb.processor   
 

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

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

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

Classes in uk.co.lakesidetech.springxmldb.dao.exist that implement ICollectionManageXMLDBDao
 class ExistCollectionManageXMLDBDao
           
 

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

Classes in uk.co.lakesidetech.springxmldb.dao.xindice that implement ICollectionManageXMLDBDao
 class XindiceCollectionManageXMLDBDao
           
 

Uses of ICollectionManageXMLDBDao in uk.co.lakesidetech.springxmldb.processor
 

Methods in uk.co.lakesidetech.springxmldb.processor with parameters of type ICollectionManageXMLDBDao
 void XMLDBImportProcessor.setCollectionManageDao(ICollectionManageXMLDBDao collectionManageDao)
           
 void XMLDBExportProcessor.setCollectionManageDao(ICollectionManageXMLDBDao collectionManageDao)