org.hibernate.hql.classic
Class WhereParser
java.lang.Object
   org.hibernate.hql.classic.WhereParser
org.hibernate.hql.classic.WhereParser
- All Implemented Interfaces: 
- Parser
- Direct Known Subclasses: 
- HavingParser
- public class WhereParser 
- extends Object- implements Parser
Parses the where clause of a hibernate query and translates it to an
 SQL where clause.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WhereParser
public WhereParser()
token
public void token(String token,
                  QueryTranslatorImpl q)
           throws QueryException
- 
- Specified by:
- tokenin interface- Parser
 
- 
- Throws:
- QueryException
 
start
public void start(QueryTranslatorImpl q)
           throws QueryException
- 
- Specified by:
- startin interface- Parser
 
- 
- Throws:
- QueryException
 
end
public void end(QueryTranslatorImpl q)
         throws QueryException
- 
- Specified by:
- endin interface- Parser
 
- 
- Throws:
- QueryException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.