| Name | Description | Type | Package | Framework |
| AttributeBuilder | Allows attributes to be added to, replaced in and removed from an existing element in the database. | Class | org.exist.fluent | ExistDB |
|
| Database | The global entry point to an embedded instance of the eXist database. | Class | org.exist.fluent | ExistDB |
|
| DatabaseException | Signals all errors and failures related to database access. | Class | org.exist.fluent | ExistDB |
|
| DataUtils | A bunch of static data conversion utility methods. | Class | org.exist.fluent | ExistDB |
|
| Document | A document from the database, either binary or XML. | Class | org.exist.fluent | ExistDB |
|
| Document .Event | An event that concerns a document. | Class | org.exist.fluent | ExistDB |
|
| Document .Listener | Listener for events affecting documents. | Interface | org.exist.fluent | ExistDB |
|
| Document .MetadataFacet | The metadata facet for this document. | Class | org.exist.fluent | ExistDB |
|
| ElementBuilder | A builder of DOM trees, meant to be either stand alone or be inserted into pre-existing ones. | Class | org.exist.fluent | ExistDB |
|
| Folder | A named collection of XML documents in the database. | Class | org.exist.fluent | ExistDB |
|
| Folder .Event | An event that concerns a folder. | Class | org.exist.fluent | ExistDB |
|
| Folder .Listener | Listener for events affecting folders. | Interface | org.exist.fluent | ExistDB |
|
| Item | An XML item in the database. | Class | org.exist.fluent | ExistDB |
|
| ItemList | The result of a query on the database, holding a collection of items. | Class | org.exist.fluent | ExistDB |
|
| Listener | The supertype for all listeners on database documents and folders. | Interface | org.exist.fluent | ExistDB |
|
| Listener .Event | The superclass for all database events. | Class | org.exist.fluent | ExistDB |
|
| ListenerManager | Internal class not for public use; needs to be public due to external instantiation requirements. | Class | org.exist.fluent | ExistDB |
|
| ListenerManager .TriggerDispatcher | A centralized trigger listener for eXist that dispatches back to the singleton ListenerManager. | Class | org.exist.fluent | ExistDB |
|
| Name | An actual or virtual name for a document, augmented with instructions for processing in case of duplication. | Class | org.exist.fluent | ExistDB |
|
| NamedResource | A named resource in the contents tree of the database: either a folder or a document. | Class | org.exist.fluent | ExistDB |
|
| NamedResource .MetadataFacet | The metadata facet of a named resource. | Class | org.exist.fluent | ExistDB |
|
| NamespaceMap | A map of short keys to namespace uris that can be cascaded. | Class | org.exist.fluent | ExistDB |
|
| Node | A node in the database. | Class | org.exist.fluent | ExistDB |
|
| QName | A qualified name, consisting of a namespace and a local name. | Class | org.exist.fluent | ExistDB |
|
| QueryService | Provides facilities for performing queries on a database. | Class | org.exist.fluent | ExistDB |
|
| QueryService .QueryAnalysis | An access point for running various analyses on a query. | Class | org.exist.fluent | ExistDB |
|
| QueryService .QueryAnalysis .Cardinality | The enumeration of recognized cardinalities for parameter and return types. | Class | org.exist.fluent | ExistDB |
|
| QueryService .Statistics | | Class | org.exist.fluent | ExistDB |
|
| QueryService .Statistics .Entry | Performance counters for a single query. | Class | org.exist.fluent | ExistDB |
|
| Resource | A database object that can be further queried. | Class | org.exist.fluent | ExistDB |
|
| Source | A source of data to be loaded into the database, distinguishing between XML documents and other (binary) documents. | Class | org.exist.fluent | ExistDB |
|
| Source .Blob | A source of binary data to be loaded into the database. | Class | org.exist.fluent | ExistDB |
|
| Source .XML | A source of XML data to be loaded into the database. | Class | org.exist.fluent | ExistDB |
|
| Trigger | enum Triggerextends EnumAn action being undertaken on the database, used to characterize an event. | Class | org.exist.fluent | ExistDB |
|
| XMLDocument | An XML document from the database. | Class | org.exist.fluent | ExistDB |