Package | Description |
---|---|
org.hibernate.jpa.graph.internal.advisor |
Modifier and Type | Method and Description |
---|---|
static AdviceStyle |
AdviceStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdviceStyle[] |
AdviceStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EntityGraphBasedLoadPlanAdvisor(EntityGraphImpl root,
AdviceStyle adviceStyle)
Constricts a LoadPlanAdvisor for applying any additional fetches needed as indicated by the
given entity graph.
|
Copyright © 2013. All rights reserved.