Package org.hibernate.boot.jaxb.hbm.spi
Interface NativeQueryNonScalarRootReturn
-
- All Known Implementing Classes:
JaxbHbmNativeQueryCollectionLoadReturnType,JaxbHbmNativeQueryJoinReturnType,JaxbHbmNativeQueryReturnType
public interface NativeQueryNonScalarRootReturnCommonality for non-scalar root returns for a native query result mapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()Access the alias associated with this returnLockModegetLockMode()Access the LockMode associated with this returnList<JaxbHbmNativeQueryPropertyReturnType>getReturnProperty()Access the nested property mappings associated with this return
-
-
-
Method Detail
-
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
-
-