Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ExpandingCompositeQuerySpace |
QuerySpaceHelper.makeCompositeQuerySpace(ExpandingQuerySpace lhsQuerySpace,
CompositePropertyMapping compositePropertyMapping,
String attributeName,
CompositeType attributeType,
String querySpaceUid,
boolean required,
boolean shouldIncludeJoin) |
ExpandingCompositeQuerySpace |
QuerySpacesImpl.makeCompositeQuerySpace(String uid,
CompositePropertyMapping compositePropertyMapping,
boolean canJoinsBeRequired) |
Constructor and Description |
---|
CompositeQuerySpaceImpl(CompositePropertyMapping compositeSubPropertyMapping,
String uid,
ExpandingQuerySpaces querySpaces,
boolean canJoinsBeRequired) |
Modifier and Type | Method and Description |
---|---|
ExpandingCompositeQuerySpace |
ExpandingQuerySpaces.makeCompositeQuerySpace(String uid,
CompositePropertyMapping compositePropertyMapping,
boolean canJoinsBeRequired)
Create an
ExpandingCompositeQuerySpace for a composite
with the specified unique ID. |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.