org.hibernate.loader.custom
Class SQLQueryParser

java.lang.Object
  extended byorg.hibernate.loader.custom.SQLQueryParser

public class SQLQueryParser
extends Object

Author:
Gavin King, Max Andersen

Constructor Summary
SQLQueryParser(String sqlQuery, Map alias2Persister, Map alias2Return, String[] aliases, String collectionAlias, QueryableCollection collectionPersister, String[] suffixes)
           
 
Method Summary
 Map getNamedParameters()
           
 int getPersisterIndex(String aliasName)
           
 String process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLQueryParser

public SQLQueryParser(String sqlQuery,
                      Map alias2Persister,
                      Map alias2Return,
                      String[] aliases,
                      String collectionAlias,
                      QueryableCollection collectionPersister,
                      String[] suffixes)
Method Detail

getPersisterIndex

public int getPersisterIndex(String aliasName)

process

public String process()

getNamedParameters

public Map getNamedParameters()