类 SimpleEntityIdentifierDescriptionImpl
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.returns.SimpleEntityIdentifierDescriptionImpl
-
- 所有已实现的接口:
EntityIdentifierDescription
public class SimpleEntityIdentifierDescriptionImpl extends Object implements EntityIdentifierDescription
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 SimpleEntityIdentifierDescriptionImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanhasBidirectionalEntityReferences()Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any bidirectional entity references?booleanhasFetches()Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any fetches?
-
-
-
方法详细资料
-
hasFetches
public boolean hasFetches()
从接口复制的说明:EntityIdentifierDescriptionCan this EntityIdentifierDescription be treated as a FetchSource and if so does it have any fetches?- 指定者:
hasFetches在接口中EntityIdentifierDescription- 返回:
trueiffthiscan be cast toFetchSourceand (after casting) it returns non-empty results forFetchSource.getFetches()
-
hasBidirectionalEntityReferences
public boolean hasBidirectionalEntityReferences()
从接口复制的说明:EntityIdentifierDescriptionCan this EntityIdentifierDescription be treated as a FetchSource and if so does it have any bidirectional entity references?- 指定者:
hasBidirectionalEntityReferences在接口中EntityIdentifierDescription- 返回:
trueiffthiscan be cast toFetchSourceand (after casting) it returns non-empty results forFetchSource.getBidirectionalEntityReferences()
-
-