org.hibernate.hql.internal.classic
Class HavingParser

java.lang.Object
  extended by org.hibernate.hql.internal.classic.WhereParser
      extended by org.hibernate.hql.internal.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()
           
 
Method Summary
 
Methods inherited from class org.hibernate.hql.internal.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()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.