类的使用
org.hibernate.mapping.FetchProfile
-
使用FetchProfile的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi -
-
org.hibernate.boot中FetchProfile的使用
返回FetchProfile的org.hibernate.boot中的方法 修饰符和类型 方法 说明 FetchProfileMetadata. getFetchProfile(String name)返回变量类型为FetchProfile的类型的org.hibernate.boot中的方法 修饰符和类型 方法 说明 Collection<FetchProfile>Metadata. getFetchProfiles() -
org.hibernate.boot.internal中FetchProfile的使用
返回FetchProfile的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 FetchProfileInFlightMetadataCollectorImpl. getFetchProfile(String name)FetchProfileMetadataImpl. getFetchProfile(String name)返回变量类型为FetchProfile的类型的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 Map<String,FetchProfile>MetadataImpl. getFetchProfileMap()Collection<FetchProfile>InFlightMetadataCollectorImpl. getFetchProfiles()Collection<FetchProfile>MetadataImpl. getFetchProfiles()参数类型为FetchProfile的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 voidInFlightMetadataCollectorImpl. addFetchProfile(FetchProfile profile) -
org.hibernate.boot.spi中FetchProfile的使用
返回FetchProfile的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 FetchProfileAbstractDelegatingMetadata. getFetchProfile(String name)返回变量类型为FetchProfile的类型的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 Collection<FetchProfile>AbstractDelegatingMetadata. getFetchProfiles()参数类型为FetchProfile的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 voidInFlightMetadataCollector. addFetchProfile(FetchProfile profile)
-