package org.mongodb.morphia.query;


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