类的使用
org.hibernate.UnknownProfileException
-
使用UnknownProfileException的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate中UnknownProfileException的使用
抛出UnknownProfileException的org.hibernate中的方法 修饰符和类型 方法 说明 voidSession. disableFetchProfile(String name)Disable a particular fetch profile on this session.voidSession. enableFetchProfile(String name)Enable a particular fetch profile on this session.booleanSession. isFetchProfileEnabled(String name)Is a particular fetch profile enabled on this session? -
org.hibernate.engine.spi中UnknownProfileException的使用
抛出UnknownProfileException的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 voidLoadQueryInfluencers. disableFetchProfile(String name)voidSessionDelegatorBaseImpl. disableFetchProfile(String name)voidLoadQueryInfluencers. enableFetchProfile(String name)voidSessionDelegatorBaseImpl. enableFetchProfile(String name)booleanLoadQueryInfluencers. isFetchProfileEnabled(String name)booleanSessionDelegatorBaseImpl. isFetchProfileEnabled(String name) -
org.hibernate.internal中UnknownProfileException的使用
抛出UnknownProfileException的org.hibernate.internal中的方法 修饰符和类型 方法 说明 voidSessionImpl. disableFetchProfile(String name)voidSessionImpl. enableFetchProfile(String name)booleanSessionImpl. isFetchProfileEnabled(String name)
-