marklogic / java-client-api

Java client for the MarkLogic enterprise NoSQL database
https://docs.marklogic.com/guide/java
Apache License 2.0
58 stars 73 forks source link

MLE-13685 Added support for patch builder methods #1654

Closed rjrudin closed 2 months ago

rjrudin commented 3 months ago

All of PatchBuilder and its impl was manually added. Was able to code generate the methods in the wrong place - PlanBuilder - and then move them over, and then manually implement them.