![JAR search and dependency download from the Maven repository](/logo.png)
com.lordofthejars.nosqlunit.marklogic.MarkLogicLowLevelOpsFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nosqlunit-marklogic Show documentation
Show all versions of nosqlunit-marklogic Show documentation
NoSQLUnit adapter for MarkLogic
The newest version!
package com.lordofthejars.nosqlunit.marklogic;
public class MarkLogicLowLevelOpsFactory {
private static MarkLogicLowLevelOps marklogicLowLevelOps = null;
public static final MarkLogicLowLevelOps getInstance() {
if (marklogicLowLevelOps == null) {
marklogicLowLevelOps = new MarkLogicLowLevelOps();
}
return marklogicLowLevelOps;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy