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()
           
 String getCollectionAlias()
           
 int getCollectionOwner()
           
 String getCollectionOwnerAlias()
           
 QueryableCollection getCollectionPersister()
           
 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()

getCollectionAlias

public String getCollectionAlias()

getCollectionOwner

public int getCollectionOwner()

getCollectionOwnerAlias

public String getCollectionOwnerAlias()

getCollectionPersister

public QueryableCollection getCollectionPersister()

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()