org.hibernate.loader.custom
Class SQLQueryReturnProcessor

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

public class SQLQueryReturnProcessor
extends Object

Author:
Gavin King, Max Andersen

Constructor Summary
SQLQueryReturnProcessor(SQLQueryReturn[] queryReturns, SQLQueryScalarReturn[] scalarQueryReturns, SessionFactoryImplementor factory)
           
 
Method Summary
 Map getAlias2OwnerAlias()
           
 Map getAlias2Persister()
           
 Map getAlias2Return()
           
 List getAliases()
           
 List getAliasModes()
           
 List getCollectionAliases()
           
 List getCollectionOwnerAliases()
           
 List getCollectionPersisters()
           
 List getLockModes()
           
 List getPersisters()
           
 List getPropertyResults()
           
 List getScalarColumnAliases()
           
 List getScalarTypes()
           
 boolean isCollectionInitializer()
           
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLQueryReturnProcessor

public SQLQueryReturnProcessor(SQLQueryReturn[] queryReturns,
                               SQLQueryScalarReturn[] scalarQueryReturns,
                               SessionFactoryImplementor factory)
Method Detail

process

public void process()

getCollectionAliases

public List getCollectionAliases()

getCollectionOwnerAliases

public List getCollectionOwnerAliases()

getCollectionPersisters

public List getCollectionPersisters()

getAlias2Persister

public Map getAlias2Persister()

getAliases

public List getAliases()

isCollectionInitializer

public boolean isCollectionInitializer()

getLockModes

public List getLockModes()

getPersisters

public List getPersisters()

getAlias2OwnerAlias

public Map getAlias2OwnerAlias()

getScalarTypes

public List getScalarTypes()

getScalarColumnAliases

public List getScalarColumnAliases()

getPropertyResults

public List getPropertyResults()

getAlias2Return

public Map getAlias2Return()

getAliasModes

public List getAliasModes()