类的使用
org.hibernate.engine.profile.Association
-
使用Association的程序包 程序包 说明 org.hibernate.engine.profile Models the fetch profiles defined by the application -
-
org.hibernate.engine.profile中Association的使用
返回Association的org.hibernate.engine.profile中的方法 修饰符和类型 方法 说明 AssociationFetch. getAssociation()参数类型为Association的org.hibernate.engine.profile中的方法 修饰符和类型 方法 说明 voidFetchProfile. addFetch(Association association, String fetchStyleName)Add a fetch to the profile.voidFetchProfile. addFetch(Association association, Fetch.Style style)Add a fetch to the profile.参数类型为Association的org.hibernate.engine.profile中的构造器 构造器 说明 Fetch(Association association, Fetch.Style style)Constructs a Fetch
-