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

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

The newest version!
package org.hibernate.criterion;


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

	public Conjunction() {
		super("and");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy