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