Package org.hibernate.boot.jaxb.hbm.spi
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
String getAlias()Access the alias associated with this return- Returns:
- The alias
-
getLockMode
LockMode getLockMode()Access the LockMode associated with this return- Returns:
- The LockMode
-
getReturnProperty
List<JaxbHbmNativeQueryPropertyReturnType> getReturnProperty()Access the nested property mappings associated with this return- Returns:
- The nested property mappings
-