org.hibernate.hql.classic
Class HavingParser

java.lang.Object
  extended byorg.hibernate.hql.classic.WhereParser
      extended byorg.hibernate.hql.classic.HavingParser
All Implemented Interfaces:
Parser

public class HavingParser
extends WhereParser

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


Constructor Summary
HavingParser()
           
 
Methods inherited from class org.hibernate.hql.classic.WhereParser
end, start, token
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HavingParser

public HavingParser()