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.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
Modifier and Type | Method and Description |
---|---|
QuerySpace.Disposition |
AbstractQuerySpace.getDisposition() |
Constructor and Description |
---|
AbstractExpandingSourceQuerySpace(String uid,
QuerySpace.Disposition disposition,
ExpandingQuerySpaces querySpaces,
boolean canJoinsBeRequired) |
AbstractQuerySpace(String uid,
QuerySpace.Disposition disposition,
ExpandingQuerySpaces querySpaces,
boolean canJoinsBeRequired) |
Modifier and Type | Method and Description |
---|---|
QuerySpace.Disposition |
QuerySpace.getDisposition()
What type of QuerySpace (more-specific) is this?
|
static QuerySpace.Disposition |
QuerySpace.Disposition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuerySpace.Disposition[] |
QuerySpace.Disposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.