Class FetchStrategy


  • public class FetchStrategy
    extends java.lang.Object
    Describes the strategy for fetching an association, which includes both when and how.
    • Constructor Detail

      • FetchStrategy

        public FetchStrategy​(FetchTiming timing,
                             FetchStyle style)
        Constructs a FetchStrategy.
        Parameters:
        timing - The fetch timing (the when)
        style - The fetch style (the how).