Uses of Interface
org.hibernate.proxy.EntityNotFoundDelegate
-
Packages that use EntityNotFoundDelegate Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate. -
-
Uses of EntityNotFoundDelegate in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type EntityNotFoundDelegate Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate)Specifies anEntityNotFoundDelegate. -
Uses of EntityNotFoundDelegate in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement EntityNotFoundDelegate Modifier and Type Class Description classStandardEntityNotFoundDelegateStandard non-JPA implementation of EntityNotFoundDelegate, throwing the Hibernate-specificObjectNotFoundException.Methods in org.hibernate.boot.internal that return EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegateSessionFactoryOptionsBuilder. getEntityNotFoundDelegate()Methods in org.hibernate.boot.internal with parameters of type EntityNotFoundDelegate Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilderImpl. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate)voidSessionFactoryOptionsBuilder. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate) -
Uses of EntityNotFoundDelegate in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegateAbstractDelegatingSessionFactoryOptions. getEntityNotFoundDelegate()EntityNotFoundDelegateSessionFactoryOptions. getEntityNotFoundDelegate()Get the delegate for handling entity-not-found exception conditions.Methods in org.hibernate.boot.spi with parameters of type EntityNotFoundDelegate Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate) -
Uses of EntityNotFoundDelegate in org.hibernate.cfg
Methods in org.hibernate.cfg that return EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegateConfiguration. getEntityNotFoundDelegate()Retrieve the user-suppliedEntityNotFoundDelegate, ornullif no delegate has been specified.Methods in org.hibernate.cfg with parameters of type EntityNotFoundDelegate Modifier and Type Method Description ConfigurationConfiguration. setEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate)Specify a user-suppliedEntityNotFoundDelegateto be used to handle scenarios where an entity could not be located by specified id. -
Uses of EntityNotFoundDelegate in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegateSessionFactoryDelegatingImpl. getEntityNotFoundDelegate()EntityNotFoundDelegateSessionFactoryImplementor. getEntityNotFoundDelegate() -
Uses of EntityNotFoundDelegate in org.hibernate.internal
Methods in org.hibernate.internal that return EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegateSessionFactoryImpl. getEntityNotFoundDelegate()
-