org.hibernate.loader.custom
Class SQLQueryReturnProcessor
java.lang.Object
org.hibernate.loader.custom.SQLQueryReturnProcessor
- public class SQLQueryReturnProcessor
- extends Object
- Author:
- Gavin King, Max Andersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLQueryReturnProcessor
public SQLQueryReturnProcessor(SQLQueryReturn[] queryReturns,
SQLQueryScalarReturn[] scalarQueryReturns,
SessionFactoryImplementor factory)
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()