org.hibernate.criterion.Disjunction Maven / Gradle / Ivy
package org.hibernate.criterion;
/**
* @author Gavin King
*/
public class Disjunction extends Junction {
protected Disjunction() {
super("or");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy