dbXML API

Uses of Interface
com.dbxml.db.core.adapter.Adapter

Packages that use Adapter
com.dbxml.db.common.adapters Defines a set of Adapter classes that allow dbXML to persist objects other than dbXML DocumentTable instances. 
com.dbxml.db.core.adapter Defines the Adapter interface as well as an abstract Adapter implementation that can be built from. 
 

Uses of Adapter in com.dbxml.db.common.adapters
 

Classes in com.dbxml.db.common.adapters that implement Adapter
 class DOMAdapter
          DOMAdapter adapts a dbXML Collection to support the management of DOM Documents.
 class JAXBElementAdapter
          JAXElementAdapter adapts a dbXML Collection to support the management of JAXB-bound Java classes.
 class SAXAdapter
          SAXAdapter adapts a dbXML Collection to support the management of Documents using the SAX API.
 class XMLSerializableAdapter
          XMLSerializableAdapter adapts a dbXML Collection to support the management of dbXML XMLSerializable implementations.
 

Uses of Adapter in com.dbxml.db.core.adapter
 

Classes in com.dbxml.db.core.adapter that implement Adapter
 class SimpleAdapter
          SimpleAdapter is a base class for implementing custom Adapters.
 


dbXML API

Copyright (c) 2004 The dbXML Group