Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected CompositeAttributeFetch |
AbstractCompositeReference.createCompositeAttributeFetch(AttributeDefinition attributeDefinition,
ExpandingCompositeQuerySpace compositeQuerySpace) |
protected CompositeAttributeFetch |
AbstractEntityReference.createCompositeAttributeFetch(AttributeDefinition attributeDefinition,
ExpandingCompositeQuerySpace compositeQuerySpace) |
protected abstract CompositeAttributeFetch |
AbstractExpandingFetchSource.createCompositeAttributeFetch(AttributeDefinition compositeType,
ExpandingCompositeQuerySpace compositeQuerySpace) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeQuerySpaceImpl |
Modifier and Type | Method and Description |
---|---|
ExpandingCompositeQuerySpace |
EntityQuerySpaceImpl.makeCompositeIdentifierQuerySpace() |
ExpandingCompositeQuerySpace |
QuerySpaceHelper.makeCompositeQuerySpace(ExpandingQuerySpace lhsQuerySpace,
AttributeDefinition attributeDefinition,
String querySpaceUid,
boolean shouldIncludeJoin) |
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) |
Modifier and Type | Method and Description |
---|---|
ExpandingCompositeQuerySpace |
ExpandingEntityQuerySpace.makeCompositeIdentifierQuerySpace()
Builds a composite query space that allows adding joins used if
the entity has a composite entity identifier.
|
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.