public class

HavingParser

extends WhereParser
java.lang.Object
   ↳ org.hibernate.hql.classic.WhereParser
     ↳ org.hibernate.hql.classic.HavingParser

Class Overview

Parses the having clause of a hibernate query and translates it to an SQL having clause.

Summary

Public Constructors
HavingParser()
[Expand]
Inherited Methods
From class org.hibernate.hql.classic.WhereParser
From class java.lang.Object
From interface org.hibernate.hql.classic.Parser

Public Constructors

public HavingParser ()