Package org.hibernate.query
Interface NativeQuery.CollectionReturn
-
- All Superinterfaces:
NativeQuery.ResultNode
,NativeQuery.ReturnableResultNode
- All Known Implementing Classes:
CompleteResultBuilderCollectionStandard
- Enclosing interface:
- NativeQuery<T>
public static interface NativeQuery.CollectionReturn extends NativeQuery.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 NavigablePath
getNavigablePath()
PluralAttributeMapping
getPluralAttribute()
String
getTableAlias()
-
-
-
Method Detail
-
getTableAlias
String getTableAlias()
-
getPluralAttribute
PluralAttributeMapping getPluralAttribute()
-
getNavigablePath
NavigablePath getNavigablePath()
-
-