public class Fetch extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Fetch.Style
The type or style of fetch.
|
Constructor and Description |
---|
Fetch(Association association,
Fetch.Style style)
Constructs a Fetch
|
Modifier and Type | Method and Description |
---|---|
Association |
getAssociation() |
Fetch.Style |
getStyle() |
String |
toString() |
public Fetch(Association association, Fetch.Style style)
association
- The association to be fetchedstyle
- How to fetch itpublic Association getAssociation()
public Fetch.Style getStyle()
Copyright © 2021 JBoss by Red Hat. All rights reserved.