class
BaseHandle is the base class for content
representations such as byte arrays, strings, input streams,
character readers, files, POJO (Plain Old Java Object) structures
and so on.
class
A Bytes Handle represents document content as a
byte array for reading or writing.
class
A DocumentMetadataHandle represents the metadata
for a database document.
class
A DOM Handle represents XML content as a DOM
document for reading or writing.
class
A File Handle represents document content as a
file for reading or writing.
class
An Input Source Handle represents XML content as
an input source for reading or writing.
class
An InputStreamHandle represents a resource as an
InputStream for reading or writing.
class
An adapter for using the Jackson Open Source
library for JSON; represents JSON content for reading or writing as
objects of the specified POJO class.
class
An adapter for using the Jackson Open Source
library for JSON; represents JSON content as a Jackson JsonNode for
reading or writing.
class
An adapter for using the streaming capabilities
of the Jackson Open Source library.
class
A JAXB Handle roundtrips a POJO (a Java data
structure) to and from a database document.
class
An OutputStreamHandle generates output during
writing.
class
A QueryOptionsListHandle is used to access the
list of named query options that exist on the server.
class
A Reader Handle represents a character content
as a reader for reading to or writing from the database.
class
A SearchHandle represents a set of search
results returned by the server.
class
A Source Handle represents XML content as a
transform source for reading or transforms a source into a result
for writing.
class
A String Handle represents document content as a
string for reading or writing.
class
A TuplesHandle represents a set of tuples
returned by a query on the server.
class
A ValuesHandle represents a list of values or of
tuples (combination of values for the same document) retrieved from
the indexes.
class
A ValuesListHandle represents a list of
available named lexicon configurations from saved query
options.
class
An XML Event Reader Handle represents XML
content as an XML event reader for reading as a series of StAX
events.
class
An XML Stream Reader Handle represents XML
content as an XML stream reader for reading as a StAX pull
stream.