类 FetchStrategy
- java.lang.Object
-
- org.hibernate.engine.FetchStrategy
-
public class FetchStrategy extends Object
Describes the strategy for fetching an association, which includes both when and how.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 FetchStrategy(FetchTiming timing, FetchStyle style)Constructs a FetchStrategy.
-
-
-
构造器详细资料
-
FetchStrategy
public FetchStrategy(FetchTiming timing, FetchStyle style)
Constructs a FetchStrategy.- 参数:
timing- The fetch timing (the when)style- The fetch style (the how).
-
-
方法详细资料
-
getTiming
public FetchTiming getTiming()
-
getStyle
public FetchStyle getStyle()
-
-