Package | Description |
---|---|
org.hibernate.engine.profile |
Models the fetch profiles defined by the application
|
Modifier and Type | Method and Description |
---|---|
Fetch.Style |
Fetch.getStyle() |
static Fetch.Style |
Fetch.Style.parse(String name)
Parses a style given an externalized string representation
|
static Fetch.Style |
Fetch.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fetch.Style[] |
Fetch.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchProfile.addFetch(Association association,
Fetch.Style style)
Add a fetch to the profile.
|
Constructor and Description |
---|
Fetch(Association association,
Fetch.Style style)
Constructs a Fetch
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.