类的使用
org.hibernate.engine.profile.Fetch
-
使用Fetch的程序包 程序包 说明 org.hibernate.engine.profile Models the fetch profiles defined by the application -
-
org.hibernate.engine.profile中Fetch的使用
返回Fetch的org.hibernate.engine.profile中的方法 修饰符和类型 方法 说明 FetchFetchProfile. getFetchByRole(String role)Obtain the fetch associated with the given role.返回变量类型为Fetch的类型的org.hibernate.engine.profile中的方法 修饰符和类型 方法 说明 Map<String,Fetch>FetchProfile. getFetches()Getter for property 'fetches'.参数类型为Fetch的org.hibernate.engine.profile中的方法 修饰符和类型 方法 说明 voidFetchProfile. addFetch(Fetch fetch)Add a fetch to the profile.
-