Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method | Description |
---|---|---|
DatabaseClientFactory.HandleFactoryRegistry |
DatabaseClientFactory.HandleFactoryRegistry.copy() |
Create a copy of the current registry
|
DatabaseClientFactory.HandleFactoryRegistry |
DatabaseClientFactory.Bean.getHandleRegistry() |
Returns the registry for associating
IO representation classes with handle factories.
|
static DatabaseClientFactory.HandleFactoryRegistry |
DatabaseClientFactory.getHandleRegistry() |
Returns the default registry with factories for creating handles
as adapters for IO representations.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SearchHandle.setHandleRegistry(DatabaseClientFactory.HandleFactoryRegistry registry) |
Makes the handle registry for this database client available
to this SearchHandle during processing of the search response.
|
Copyright © 2013-2019 MarkLogic Corporation.