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

Packages that use IXUpdateXMLDBDao
uk.co.lakesidetech.springxmldb.dao   
uk.co.lakesidetech.springxmldb.spring   
 

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

Classes in uk.co.lakesidetech.springxmldb.dao that implement IXUpdateXMLDBDao
 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 IXUpdateXMLDBDao in uk.co.lakesidetech.springxmldb.spring
 

Methods in uk.co.lakesidetech.springxmldb.spring with parameters of type IXUpdateXMLDBDao
 void SimpleXMLDBFacade.setXupdateDao(IXUpdateXMLDBDao xupdateDao)