dbXML API

Package com.dbxml.db.core.adapter

Defines the Adapter interface as well as an abstract Adapter implementation that can be built from.

See:
          Description

Interface Summary
Adapter Adapter defines an interface that allows adapter facades to be developed in order to allow dbXML to persist objects other than dbXML DocumentTable instances.
 

Class Summary
SimpleAdapter SimpleAdapter is a base class for implementing custom Adapters.
 

Package com.dbxml.db.core.adapter Description

Defines the Adapter interface as well as an abstract Adapter implementation that can be built from. Adapter classes allow dbXML to persist objects other than dbXML DocumentTable instances. These might include DOM Documents, JAXB-generated classes, or XMLSerializable instances.


dbXML API

Copyright (c) 2004 The dbXML Group