Interface NativeQueryNonScalarRootReturn
- All Superinterfaces:
NativeQueryReturn
- All Known Implementing Classes:
JaxbHbmNativeQueryCollectionLoadReturnType, JaxbHbmNativeQueryJoinReturnType, JaxbHbmNativeQueryReturnType
Commonality for non-scalar root returns for a native query result mapping
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Access the alias associated with this returnAccess the LockMode associated with this returnAccess the nested property mappings associated with this return
-
Method Details
-
getAlias
-
getLockMode
-
getReturnProperty
List<JaxbHbmNativeQueryPropertyReturnType> getReturnProperty()Access the nested property mappings associated with this return- Returns:
- The nested property mappings
-