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

com.github.developframework.resource.spring.mongo.MongoSearch Maven / Gradle / Ivy

The newest version!
package com.github.developframework.resource.spring.mongo;

import com.github.developframework.resource.Search;
import org.springframework.data.mongodb.core.query.Query;

import java.io.Serializable;

/**
 * @author qiushui on 2019-08-21.
 */
public interface MongoSearch> extends Search {

    Query toQuery();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy