Package org.hibernate.loader.custom.sql
Class SQLQueryReturnProcessor.ResultAliasContext
- java.lang.Object
-
- org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
-
- Enclosing class:
- SQLQueryReturnProcessor
public class SQLQueryReturnProcessor.ResultAliasContext extends Object
-
-
Constructor Summary
Constructors Constructor Description ResultAliasContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]collectQuerySpaces()voidcollectQuerySpaces(Collection<String> spaces)SQLLoadableCollectiongetCollectionPersister(String alias)StringgetCollectionSuffix(String alias)SQLLoadablegetEntityPersister(String alias)StringgetEntitySuffix(String alias)StringgetOwnerAlias(String alias)MapgetPropertyResultsMap(String alias)
-
-
-
Method Detail
-
getEntityPersister
public SQLLoadable getEntityPersister(String alias)
-
getCollectionPersister
public SQLLoadableCollection getCollectionPersister(String alias)
-
collectQuerySpaces
public String[] collectQuerySpaces()
-
collectQuerySpaces
public void collectQuerySpaces(Collection<String> spaces)
-
-