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 | Class and Description |
---|---|
class |
CompositeQuerySpaceImpl |
Modifier and Type | Method and Description |
---|---|
JoinDefinedByMetadata |
JoinHelper.createCompositeJoin(QuerySpace leftHandSide,
String lhsPropertyName,
CompositeQuerySpace rightHandSide,
boolean rightHandSideRequired,
CompositeType joinedPropertyType) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExpandingCompositeQuerySpace
Describes a composite query space that allows adding joins with other
query spaces; used while building a
CompositeQuerySpace . |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.