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

org.hibernate.criterion.Disjunction Maven / Gradle / Ivy

There is a newer version: 3.6.0.Beta2
Show newest version
package org.hibernate.criterion;


/**
 * @author Gavin King
 */
public class Disjunction extends Junction {

	protected Disjunction() {
		super("or");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy