Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » hql » classic » [javadoc | source]
org.hibernate.hql.classic
public class: ClassicQueryTranslatorFactory [javadoc | source]
java.lang.Object
   org.hibernate.hql.classic.ClassicQueryTranslatorFactory

All Implemented Interfaces:
    QueryTranslatorFactory

Generates translators which uses the older hand-written parser to perform the translation.
Method from org.hibernate.hql.classic.ClassicQueryTranslatorFactory Summary:
createFilterTranslator,   createQueryTranslator
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.hql.classic.ClassicQueryTranslatorFactory Detail:
 public FilterTranslator createFilterTranslator(String queryIdentifier,
    String queryString,
    Map filters,
    SessionFactoryImplementor factory) 
 public QueryTranslator createQueryTranslator(String queryIdentifier,
    String queryString,
    Map filters,
    SessionFactoryImplementor factory)