Package uk.co.lakesidetech.springxmldb.dao

Interface Summary
ICollectionManageXMLDBDao Defines Dao for managing and obtaining information (not querying) collections
IDatabaseManageXMLDBDao Defines dao for managing XML database operations
IResourceManageXMLDBDao Defines a Dao for the management of XML and binary files within a XML document such as inserting, updating, removing and retrieving documents and files from the database
IXPathXMLDBDao Defines a Dao for querying a collection in a XML database with a xpath query
IXQueryXMLDBDao Defines a Dao for querying a collection with XQuery
IXUpdateXMLDBDao Defines a Dao for making XUpdate requests on an XML database
 

Class Summary
AbstractXMLDBDao A abstract Dao object for accessing XML databases.
BaseCollectionManageXMLDBDao Implementation of ICollectionManageXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api
BaseResourceManageXMLDBDao Implementation of IResourceManageXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api
BaseXPathXMLDBDao Implementation of IXPathXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api
BaseXQueryXMLDBDao Implementation of IXQueryXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api.
BaseXUpdateXMLDBDao Implementation of IXUpdateXMLDBDao using XML:DB apis to be reusable across any XML database which supports a pure XML:DB api.