接口 NativeQueryNonScalarRootReturn
-
- 所有已知实现类:
JaxbHbmNativeQueryCollectionLoadReturnType,JaxbHbmNativeQueryJoinReturnType,JaxbHbmNativeQueryReturnType
public interface NativeQueryNonScalarRootReturnCommonality for non-scalar root returns for a native query result mapping- 作者:
- Strong Liu, Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 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
-
-
-
方法详细资料
-
getAlias
String getAlias()
Access the alias associated with this return- 返回:
- The alias
-
getLockMode
LockMode getLockMode()
Access the LockMode associated with this return- 返回:
- The LockMode
-
getReturnProperty
List<JaxbHbmNativeQueryPropertyReturnType> getReturnProperty()
Access the nested property mappings associated with this return- 返回:
- The nested property mappings
-
-