类 Fetch
- java.lang.Object
-
- org.hibernate.engine.profile.Fetch
-
public class Fetch extends Object
Models an individual fetch within a profile.- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classFetch.StyleThe type or style of fetch.
-
构造器概要
构造器 构造器 说明 Fetch(Association association, Fetch.Style style)Constructs a Fetch
-
-
-
构造器详细资料
-
Fetch
public Fetch(Association association, Fetch.Style style)
Constructs a Fetch- 参数:
association- The association to be fetchedstyle- How to fetch it
-
-
方法详细资料
-
getAssociation
public Association getAssociation()
-
getStyle
public Fetch.Style getStyle()
-
-