Package | Description |
---|---|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building 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 |
---|---|
LoadPlan.Disposition |
LoadPlanImpl.getDisposition() |
Constructor and Description |
---|
LoadPlanImpl(List<? extends Return> returns,
QuerySpaces querySpaces,
LoadPlan.Disposition disposition,
boolean areLazyAttributesForceFetched) |
Modifier and Type | Method and Description |
---|---|
LoadPlan.Disposition |
LoadPlan.getDisposition()
What is the disposition of this LoadPlan, in terms of its returns.
|
static LoadPlan.Disposition |
LoadPlan.Disposition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadPlan.Disposition[] |
LoadPlan.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.