接口的使用
org.hibernate.proxy.EntityNotFoundDelegate
-
使用EntityNotFoundDelegate的程序包 程序包 说明 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.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.boot中EntityNotFoundDelegate的使用
参数类型为EntityNotFoundDelegate的org.hibernate.boot中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilder. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate)Names theEntityNotFoundDelegateto be applied to the SessionFactory. -
org.hibernate.boot.internal中EntityNotFoundDelegate的使用
实现EntityNotFoundDelegate的org.hibernate.boot.internal中的类 修饰符和类型 类 说明 classStandardEntityNotFoundDelegateStandard non-JPA implementation of EntityNotFoundDelegate, throwing the Hibernate-specificObjectNotFoundException.返回EntityNotFoundDelegate的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 EntityNotFoundDelegateSessionFactoryOptionsBuilder. getEntityNotFoundDelegate()参数类型为EntityNotFoundDelegate的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilderImpl. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate)voidSessionFactoryOptionsBuilder. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate) -
org.hibernate.boot.spi中EntityNotFoundDelegate的使用
返回EntityNotFoundDelegate的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 EntityNotFoundDelegateAbstractDelegatingSessionFactoryOptions. getEntityNotFoundDelegate()EntityNotFoundDelegateSessionFactoryOptions. getEntityNotFoundDelegate()Get the delegate for handling entity-not-found exception conditions.参数类型为EntityNotFoundDelegate的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TAbstractDelegatingSessionFactoryBuilder. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate) -
org.hibernate.cfg中EntityNotFoundDelegate的使用
返回EntityNotFoundDelegate的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 EntityNotFoundDelegateConfiguration. getEntityNotFoundDelegate()Retrieve the user-supplied delegate to handle non-existent entity scenarios.参数类型为EntityNotFoundDelegate的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 voidConfiguration. setEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate)Specify a user-supplied delegate to be used to handle scenarios where an entity could not be located by specified id. -
org.hibernate.engine.spi中EntityNotFoundDelegate的使用
返回EntityNotFoundDelegate的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 EntityNotFoundDelegateSessionFactoryDelegatingImpl. getEntityNotFoundDelegate()EntityNotFoundDelegateSessionFactoryImplementor. getEntityNotFoundDelegate() -
org.hibernate.internal中EntityNotFoundDelegate的使用
返回EntityNotFoundDelegate的org.hibernate.internal中的方法 修饰符和类型 方法 说明 EntityNotFoundDelegateSessionFactoryImpl. getEntityNotFoundDelegate()
-