类 AbstractAnyReference
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.returns.AbstractAnyReference
-
- 所有已实现的接口:
FetchSource
public abstract class AbstractAnyReference extends Object implements FetchSource
- 作者:
- Gail Badner
-
-
构造器概要
构造器 构造器 说明 AbstractAnyReference(PropertyPath propertyPath)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BidirectionalEntityReference[]getBidirectionalEntityReferences()Retrieve the bidirectional entity references owned by this fetch source.Fetch[]getFetches()Retrieve the fetches owned by this fetch source.PropertyPathgetPropertyPath()Get the property path to this fetch sourceStringgetQuerySpaceUid()Get the UID for this fetch source's query space.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.loader.plan.spi.FetchSource
resolveEntityReference
-
-
-
-
构造器详细资料
-
AbstractAnyReference
public AbstractAnyReference(PropertyPath propertyPath)
-
-
方法详细资料
-
getPropertyPath
public PropertyPath getPropertyPath()
从接口复制的说明:FetchSourceGet the property path to this fetch source- 指定者:
getPropertyPath在接口中FetchSource- 返回:
- The property path
-
getFetches
public Fetch[] getFetches()
从接口复制的说明:FetchSourceRetrieve the fetches owned by this fetch source.- 指定者:
getFetches在接口中FetchSource- 返回:
- The owned fetches.
-
getBidirectionalEntityReferences
public BidirectionalEntityReference[] getBidirectionalEntityReferences()
从接口复制的说明:FetchSourceRetrieve the bidirectional entity references owned by this fetch source.- 指定者:
getBidirectionalEntityReferences在接口中FetchSource- 返回:
- The owned bidirectional entity references.
-
getQuerySpaceUid
public String getQuerySpaceUid()
从接口复制的说明:FetchSourceGet the UID for this fetch source's query space.- 指定者:
getQuerySpaceUid在接口中FetchSource- 返回:
- The query space UID.
-
-