Uses of Interface
org.hibernate.proxy.EntityNotFoundDelegate
Packages that use EntityNotFoundDelegate
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of EntityNotFoundDelegate in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type EntityNotFoundDelegateModifier and TypeMethodDescriptionSessionFactoryBuilder.applyEntityNotFoundDelegate
(EntityNotFoundDelegate entityNotFoundDelegate) Specifies anEntityNotFoundDelegate
. -
Uses of EntityNotFoundDelegate in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return EntityNotFoundDelegateModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getEntityNotFoundDelegate()
SessionFactoryOptions.getEntityNotFoundDelegate()
Get the delegate for handling entity-not-found exception conditions.Methods in org.hibernate.boot.spi with parameters of type EntityNotFoundDelegateModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyEntityNotFoundDelegate
(EntityNotFoundDelegate entityNotFoundDelegate) -
Uses of EntityNotFoundDelegate in org.hibernate.cfg
Methods in org.hibernate.cfg that return EntityNotFoundDelegateModifier and TypeMethodDescriptionConfiguration.getEntityNotFoundDelegate()
Retrieve the user-suppliedEntityNotFoundDelegate
, ornull
if no delegate has been specified.Methods in org.hibernate.cfg with parameters of type EntityNotFoundDelegateModifier and TypeMethodDescriptionConfiguration.setEntityNotFoundDelegate
(EntityNotFoundDelegate entityNotFoundDelegate) Specify a user-suppliedEntityNotFoundDelegate
to 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 EntityNotFoundDelegateModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getEntityNotFoundDelegate()
SessionFactoryImplementor.getEntityNotFoundDelegate()
Obtain theEntityNotFoundDelegate