The Entity Services API is a set of functions that enable you to define logical entity-relationship models and instantiate them for use in your application. Use these functions to create Entity Services models, generate supporting code and configuration artifacts, and manage entity instances. For details, see the Entity Services Developer's Guide.
To use the es
module as part of your own XQuery module,
include the following line in your XQuery prolog:
import module namespace es = "http://marklogic.com/entity-services"
at "/MarkLogic/entity-services/entity-services.xqy";
The library namespace prefix es
is not predefined
in the server.
Function name | Description |
---|---|
es:database-properties-generate | This function is deprecated and will be removed in a future release. |
es:extraction-template-generate | This function is deprecated and will be removed in a future release. |
es:instance-converter-generate | This function is deprecated and will be removed in a future release. |
es:instance-from-document | This function is deprecated and will be removed in a future release. |
es:instance-get-attachments | This function is deprecated and will be removed in a future release. |
es:instance-json-from-document | This function is deprecated and will be removed in a future release. |
es:instance-xml-from-document | This function is deprecated and will be removed in a future release. |
es:model-from-xml | This function is deprecated and will be removed in a future release. |
es:model-get-test-instances | This function is deprecated and will be removed in a future release. |
es:model-to-xml | This function is deprecated and will be removed in a future release. |
es:model-validate | Validates an entity services model descriptor. |
es:pii-generate | This function is deprecated and will be removed in a future release. |
es:schema-generate | This function is deprecated and will be removed in a future release. |
es:search-options-generate | This function is deprecated and will be removed in a future release. |
es:version-translator-generate | This function is deprecated and will be removed in a future release. |