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

org.mongodb.morphia.query.CriteriaJoin Maven / Gradle / Ivy

The newest version!
package org.mongodb.morphia.query;


/**
 * Defines how to combine lists of criteria.
 */
public enum CriteriaJoin {
    AND,
    OR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy