public class FetchStrategy extends Object
Constructor and Description |
---|
FetchStrategy(FetchTiming timing,
FetchStyle style)
Constructs a FetchStrategy.
|
Modifier and Type | Method and Description |
---|---|
FetchStyle |
getStyle() |
FetchTiming |
getTiming() |
public FetchStrategy(FetchTiming timing, FetchStyle style)
timing
- The fetch timing (the when)style
- The fetch style (the how).public FetchTiming getTiming()
public FetchStyle getStyle()
Copyright © 2016 JBoss by Red Hat. All rights reserved.