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

br.com.anteros.nosql.persistence.mongodb.aggregation.AggregationElement Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package br.com.anteros.nosql.persistence.mongodb.aggregation;

import com.mongodb.DBObject;

interface AggregationElement {
   
    DBObject toDBObject();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy