Package org.hibernate.query
Interface NativeQuery.CollectionReturn
- All Superinterfaces:
NativeQuery.ResultNode
,NativeQuery.ReturnableResultNode
- All Known Implementing Classes:
CompleteResultBuilderCollectionStandard
- Enclosing interface:
- NativeQuery<T>
Allows access to further control how collection returns are mapped back
from result sets.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTableAlias
String getTableAlias() -
getPluralAttribute
PluralAttributeMapping getPluralAttribute()
-