| 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
|
| org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionQuerySpaceImpl |
| Modifier and Type | Method and Description |
|---|---|
JoinDefinedByMetadata |
JoinHelper.createCollectionJoin(QuerySpace leftHandSide,
String lhsPropertyName,
CollectionQuerySpace rightHandSide,
boolean rightHandSideRequired,
CollectionType joinedPropertyType,
SessionFactoryImplementor sessionFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExpandingCollectionQuerySpace
Describes a collection query space that allows adding joins with other
query spaces; used while building a
CollectionQuerySpace. |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionQuerySpace |
AbstractCollectionLoadQueryDetails.getRootQuerySpace() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.