当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
FromParser (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.hql.classic
Class FromParser
java.lang.Object
   org.hibernate.hql.classic.FromParser
org.hibernate.hql.classic.FromParser
- All Implemented Interfaces: 
- Parser
- public class FromParser- extends Object- implements Parser
Parses the from clause of a hibernate query, looking for tables and
 aliases for the SQL query.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FromParser
public FromParser()
token
public void token(String token,
                  QueryTranslatorImpl q)
           throws QueryException
- 
- Specified by:
- tokenin interface- Parser
 
- 
- Throws:
- QueryException
 
start
public void start(QueryTranslatorImpl q)
- 
- Specified by:
- startin interface- Parser
 
- 
 
end
public void end(QueryTranslatorImpl q)
- 
- Specified by:
- endin interface- Parser
 
-