org.hibernate.hql.internal
Class QuerySplitter
java.lang.Object
org.hibernate.hql.internal.QuerySplitter
public final class QuerySplitter
- extends Object
Provides query splitting methods, which were originally in QueryTranslator.
TODO: This will need to be refactored at some point.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
concreteQueries
public static String[] concreteQueries(String query,
SessionFactoryImplementor factory)
throws MappingException
- Handle Hibernate "implicit" polymorphism, by translating the query string into
several "concrete" queries against mapped classes.
- Throws:
MappingException
getImportedClass
public static String getImportedClass(String name,
SessionFactoryImplementor factory)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.