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.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Defines Hibernate implementation of Java Persistence specification.
Validation for HQL queries.
-
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.internal
Classes in org.hibernate.boot.internal that implement EntityNotFoundDelegateModifier and TypeClassDescriptionclass
Standard non-JPA implementation of EntityNotFoundDelegate, throwing the Hibernate-specificObjectNotFoundException
.Methods in org.hibernate.boot.internal that return EntityNotFoundDelegateMethods in org.hibernate.boot.internal with parameters of type EntityNotFoundDelegateModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyEntityNotFoundDelegate
(EntityNotFoundDelegate entityNotFoundDelegate) void
SessionFactoryOptionsBuilder.applyEntityNotFoundDelegate
(EntityNotFoundDelegate entityNotFoundDelegate) -
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()
-
Uses of EntityNotFoundDelegate in org.hibernate.internal
Methods in org.hibernate.internal that return EntityNotFoundDelegate -
Uses of EntityNotFoundDelegate in org.hibernate.jpa.internal
Classes in org.hibernate.jpa.internal that implement EntityNotFoundDelegate -
Uses of EntityNotFoundDelegate in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return EntityNotFoundDelegate