类的使用
org.hibernate.engine.profile.Fetch.Style
-
使用Fetch.Style的程序包 程序包 说明 org.hibernate.engine.profile Models the fetch profiles defined by the application -
-
org.hibernate.engine.profile中Fetch.Style的使用
返回Fetch.Style的org.hibernate.engine.profile中的方法 修饰符和类型 方法 说明 Fetch.StyleFetch. getStyle()static Fetch.StyleFetch.Style. parse(String name)Parses a style given an externalized string representationstatic Fetch.StyleFetch.Style. valueOf(String name)返回带有指定名称的该类型的枚举常量。static Fetch.Style[]Fetch.Style. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为Fetch.Style的org.hibernate.engine.profile中的方法 修饰符和类型 方法 说明 voidFetchProfile. addFetch(Association association, Fetch.Style style)Add a fetch to the profile.参数类型为Fetch.Style的org.hibernate.engine.profile中的构造器 构造器 说明 Fetch(Association association, Fetch.Style style)Constructs a Fetch
-