Uses of Interface
uk.co.lakesidetech.springxmldb.datasource.XMLDBDataSource

Packages that use XMLDBDataSource
uk.co.lakesidetech.springxmldb.dao   
uk.co.lakesidetech.springxmldb.datasource   
 

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

Fields in uk.co.lakesidetech.springxmldb.dao declared as XMLDBDataSource
protected  XMLDBDataSource AbstractXMLDBDao.dataSource
          the database source for the xml database
 

Methods in uk.co.lakesidetech.springxmldb.dao that return XMLDBDataSource
 XMLDBDataSource AbstractXMLDBDao.getDataSource()
           
 

Methods in uk.co.lakesidetech.springxmldb.dao with parameters of type XMLDBDataSource
 void AbstractXMLDBDao.setDataSource(XMLDBDataSource dataSource)
           
 

Uses of XMLDBDataSource in uk.co.lakesidetech.springxmldb.datasource
 

Classes in uk.co.lakesidetech.springxmldb.datasource that implement XMLDBDataSource
 class BasicXMLDBDataSource
           A data source for XML:DB collections which uses a poolable collection factory to create pooled collections to an XML datasource
 class PoolingXMLDBDataSource
           An implementation of the XMLDBDataSource which uses pooling collections