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 |
EntityQuerySpaceImpl |
Modifier and Type | Method and Description |
---|---|
JoinDefinedByMetadata |
JoinHelper.createEntityJoin(QuerySpace leftHandSide,
String lhsPropertyName,
EntityQuerySpace rightHandSide,
boolean rightHandSideRequired,
EntityType joinedPropertyType,
SessionFactoryImplementor sessionFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExpandingEntityQuerySpace
Describes an entity query space that allows adding joins with other
query spaces; used while building an
EntityQuerySpace . |
Modifier and Type | Method and Description |
---|---|
<T extends QuerySpace> |
RootHelper.extractRootQuerySpace(QuerySpaces querySpaces,
Class<EntityQuerySpace> returnType)
Extract the root QuerySpace of the LoadPlan, assuming there is just one.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.