接口的使用
org.hibernate.loader.plan.build.spi.ExpandingEntityQuerySpace
-
使用ExpandingEntityQuerySpace的程序包 程序包 说明 org.hibernate.loader.plan.build.internal.returns Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan. .org.hibernate.loader.plan.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlan -
-
org.hibernate.loader.plan.build.internal.returns中ExpandingEntityQuerySpace的使用
参数类型为ExpandingEntityQuerySpace的org.hibernate.loader.plan.build.internal.returns中的构造器 构造器 说明 AbstractEntityReference(ExpandingEntityQuerySpace entityQuerySpace, PropertyPath propertyPath)CollectionFetchableElementEntityGraph(CollectionReference collectionReference, ExpandingEntityQuerySpace entityQuerySpace)CollectionFetchableIndexEntityGraph(CollectionReference collectionReference, ExpandingEntityQuerySpace entityQuerySpace)EntityAttributeFetchImpl(ExpandingFetchSource fetchSource, AssociationAttributeDefinition fetchedAttribute, FetchStrategy fetchStrategy, ExpandingEntityQuerySpace entityQuerySpace) -
org.hibernate.loader.plan.build.internal.spaces中ExpandingEntityQuerySpace的使用
实现ExpandingEntityQuerySpace的org.hibernate.loader.plan.build.internal.spaces中的类 修饰符和类型 类 说明 classEntityQuerySpaceImpl返回ExpandingEntityQuerySpace的org.hibernate.loader.plan.build.internal.spaces中的方法 修饰符和类型 方法 说明 ExpandingEntityQuerySpaceQuerySpaceHelper. makeEntityQuerySpace(ExpandingQuerySpace lhsQuerySpace, EntityPersister fetchedPersister, String attributeName, EntityType attributeType, String querySpaceUid, boolean required, boolean shouldIncludeJoin)ExpandingEntityQuerySpaceQuerySpaceHelper. makeEntityQuerySpace(ExpandingQuerySpace lhsQuerySpace, AssociationAttributeDefinition attribute, String querySpaceUid, FetchStrategy fetchStrategy)ExpandingEntityQuerySpaceQuerySpacesImpl. makeEntityQuerySpace(String uid, EntityPersister entityPersister, boolean canJoinsBeRequired)ExpandingEntityQuerySpaceQuerySpacesImpl. makeRootEntityQuerySpace(String uid, EntityPersister entityPersister) -
org.hibernate.loader.plan.build.spi中ExpandingEntityQuerySpace的使用
返回ExpandingEntityQuerySpace的org.hibernate.loader.plan.build.spi中的方法 修饰符和类型 方法 说明 ExpandingEntityQuerySpaceExpandingQuerySpaces. makeEntityQuerySpace(String uid, EntityPersister entityPersister, boolean canJoinsBeRequired)Create anExpandingEntityQuerySpacefor an entity (that is not a "return") with the specified unique ID.ExpandingEntityQuerySpaceExpandingQuerySpaces. makeRootEntityQuerySpace(String uid, EntityPersister entityPersister)Create anExpandingEntityQuerySpacefor an entity "return" with the specified unique ID.
-