类 NativeSQLQueryJoinReturn
- java.lang.Object
-
- org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
-
- org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
-
- 所有已实现的接口:
Serializable,NativeSQLQueryReturn
public class NativeSQLQueryJoinReturn extends NativeSQLQueryNonScalarReturn
Represents a return defined as part of a native sql query which names a fetched role.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.engine.query.spi.sql.NativeSQLQueryReturn
NativeSQLQueryReturn.TraceLogger
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)StringgetOwnerAlias()Retrieve the alias of the owner of this fetched association.StringgetOwnerProperty()Retrieve the property name (relative to the owner) which maps to the association to be fetched.inthashCode()-
从类继承的方法 org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
getAlias, getLockMode, getPropertyResultsMap, traceLog
-
-
-
-
构造器详细资料
-
NativeSQLQueryJoinReturn
public NativeSQLQueryJoinReturn(String alias, String ownerAlias, String ownerProperty, Map propertyResults, LockMode lockMode)
Construct a return descriptor representing some form of fetch.- 参数:
alias- The result aliasownerAlias- The owner's result aliasownerProperty- The owner's property representing the thing to be fetchedpropertyResults- Any user-supplied column->property mappingslockMode- The lock mode to apply
-
-
方法详细资料
-
getOwnerAlias
public String getOwnerAlias()
Retrieve the alias of the owner of this fetched association.- 返回:
- The owner's alias.
-
getOwnerProperty
public String getOwnerProperty()
Retrieve the property name (relative to the owner) which maps to the association to be fetched.- 返回:
- The property name.
-
equals
public boolean equals(Object o)
- 覆盖:
equals在类中NativeSQLQueryNonScalarReturn
-
hashCode
public int hashCode()
-
-