Package org.hibernate.query
Interface NativeQuery.CollectionReturn
- All Superinterfaces:
NativeQuery.ResultNode,NativeQuery.ReturnableResultNode
- All Known Implementing Classes:
CompleteResultBuilderCollectionStandard
- Enclosing interface:
- NativeQuery<T>
public static interfaceNativeQuery.CollectionReturnextendsNativeQuery.ReturnableResultNode
Allows access to further control how collection returns are mapped back from result sets.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NavigablePathgetNavigablePath()PluralAttributeMappinggetPluralAttribute()StringgetTableAlias()
Method Detail
getTableAlias
String getTableAlias()
getPluralAttribute
PluralAttributeMapping getPluralAttribute()
getNavigablePath
NavigablePath getNavigablePath()