| Package | Description |
|---|---|
| org.hibernate.loader.plan2.build.internal.spaces | |
| org.hibernate.loader.plan2.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan2.exec.internal | |
| org.hibernate.loader.plan2.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionQuerySpaceImpl |
class |
CompositeQuerySpaceImpl |
class |
EntityQuerySpaceImpl |
| Modifier and Type | Method and Description |
|---|---|
QuerySpace |
QuerySpacesImpl.findQuerySpaceByUid(String uid) |
QuerySpace |
JoinImpl.getLeftHandSide() |
QuerySpace |
QuerySpacesImpl.getQuerySpaceByUid(String uid) |
QuerySpace |
JoinImpl.getRightHandSide() |
| Modifier and Type | Method and Description |
|---|---|
List<QuerySpace> |
QuerySpacesImpl.getRootQuerySpaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySpacesImpl.registerQuerySpace(QuerySpace querySpace)
Feeds a QuerySpace into this spaces group.
|
| Constructor and Description |
|---|
JoinImpl(QuerySpace leftHandSide,
String lhsPropertyName,
QuerySpace rightHandSide,
String[] rhsColumnNames,
AssociationType attributeType,
boolean rightHandSideOptional) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExpandingCompositeQuerySpace |
interface |
ExpandingEntityQuerySpace |
interface |
ExpandingQuerySpace |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQuerySpace
Convenience base class for QuerySpace implementations.
|
| Modifier and Type | Method and Description |
|---|---|
String |
QuerySpaceTreePrinter.extractDetails(QuerySpace space) |
| Modifier and Type | Method and Description |
|---|---|
<T extends QuerySpace> |
Helper.extractRootQuerySpace(QuerySpaces querySpaces,
Class<EntityQuerySpace> returnType)
Extract the root QuerySpace of the LoadPlan, assuming there is just one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadQueryJoinAndFetchProcessor.processQuerySpaceJoins(QuerySpace querySpace,
SelectStatementBuilder selectStatementBuilder) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionQuerySpace
Models a QuerySpace for a persistent collection.
|
interface |
CompositeQuerySpace
Models a QuerySpace for a composition (component/embeddable).
|
interface |
EntityQuerySpace
Models a QuerySpace specific to an entity (EntityPersister).
|
| Modifier and Type | Method and Description |
|---|---|
QuerySpace |
QuerySpaces.findQuerySpaceByUid(String uid)
Locate a QuerySpace by its uid.
|
QuerySpace |
Join.getLeftHandSide() |
QuerySpace |
QuerySpaces.getQuerySpaceByUid(String uid)
Like
QuerySpaces.findQuerySpaceByUid(java.lang.String), except that here an exception is thrown if the uid cannot be resolved. |
QuerySpace |
Join.getRightHandSide() |
| Modifier and Type | Method and Description |
|---|---|
List<QuerySpace> |
QuerySpaces.getRootQuerySpaces()
Gets the root QuerySpace references.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.