类的使用
org.hibernate.engine.profile.FetchProfile
-
使用FetchProfile的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.engine.spi中FetchProfile的使用
返回FetchProfile的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 FetchProfileSessionFactoryDelegatingImpl. getFetchProfile(String name)FetchProfileSessionFactoryImplementor. getFetchProfile(String name)Retrieve fetch profile by name. -
org.hibernate.internal中FetchProfile的使用
返回FetchProfile的org.hibernate.internal中的方法 修饰符和类型 方法 说明 FetchProfileSessionFactoryImpl. getFetchProfile(String name)
-