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

org.hibernate.hql.classic.HavingParser Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
//$Id: HavingParser.java 4907 2004-12-08 00:24:14Z oneovthafew $
package org.hibernate.hql.classic;


/**
 * Parses the having clause of a hibernate query and translates it to an
 * SQL having clause.
 */
public class HavingParser extends WhereParser {

	void appendToken(QueryTranslatorImpl q, String token) {
		q.appendHavingToken( token );
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy