类 QuerySpaceHelper
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.spaces.QuerySpaceHelper
-
public class QuerySpaceHelper extends Object
- 作者:
- Gail Badner
-
-
字段概要
字段 修饰符和类型 字段 说明 static QuerySpaceHelperINSTANCESingleton access
-
方法概要
-
-
-
字段详细资料
-
INSTANCE
public static final QuerySpaceHelper INSTANCE
Singleton access
-
-
方法详细资料
-
makeEntityQuerySpace
public ExpandingEntityQuerySpace makeEntityQuerySpace(ExpandingQuerySpace lhsQuerySpace, AssociationAttributeDefinition attribute, String querySpaceUid, FetchStrategy fetchStrategy)
-
makeEntityQuerySpace
public ExpandingEntityQuerySpace makeEntityQuerySpace(ExpandingQuerySpace lhsQuerySpace, EntityPersister fetchedPersister, String attributeName, EntityType attributeType, String querySpaceUid, boolean required, boolean shouldIncludeJoin)
-
makeCompositeQuerySpace
public ExpandingCompositeQuerySpace makeCompositeQuerySpace(ExpandingQuerySpace lhsQuerySpace, AttributeDefinition attributeDefinition, String querySpaceUid, boolean shouldIncludeJoin)
-
makeCompositeQuerySpace
public ExpandingCompositeQuerySpace makeCompositeQuerySpace(ExpandingQuerySpace lhsQuerySpace, CompositePropertyMapping compositePropertyMapping, String attributeName, CompositeType attributeType, String querySpaceUid, boolean required, boolean shouldIncludeJoin)
-
makeCollectionQuerySpace
public ExpandingCollectionQuerySpace makeCollectionQuerySpace(ExpandingQuerySpace lhsQuerySpace, AssociationAttributeDefinition attributeDefinition, String querySpaceUid, FetchStrategy fetchStrategy)
-
shouldIncludeJoin
public boolean shouldIncludeJoin(FetchStrategy fetchStrategy)
-
-