All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fun.langel.cql.resolve.dialect.MongoDialectResolver Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.resolve.dialect;

import fun.langel.cql.resolve.DialectResolver;
import org.bson.Document;
import org.bson.conversions.Bson;
import org.elasticsearch.action.ActionRequest;

/**
 * @author Rick(lonelyangel.jcw @ gmail.com)
 * created 2024/9/11 14:43
 **/
public interface MongoDialectResolver extends DialectResolver {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy