Uses of Interface
org.hibernate.proxy.EntityNotFoundDelegate
-
Packages that use EntityNotFoundDelegate Package Description 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 org.hibernate.engine.spi org.hibernate.internal -
-
Uses of EntityNotFoundDelegate in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type EntityNotFoundDelegate Modifier and Type Method Description SessionFactoryBuilder
SessionFactoryBuilder. 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 class
StandardEntityNotFoundDelegate
Standard non-JPA implementation of EntityNotFoundDelegate, throwing the Hibernate-specificObjectNotFoundException
.Methods in org.hibernate.boot.internal that return EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegate
SessionFactoryOptionsBuilder. getEntityNotFoundDelegate()
Methods in org.hibernate.boot.internal with parameters of type EntityNotFoundDelegate Modifier and Type Method Description SessionFactoryBuilder
SessionFactoryBuilderImpl. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate)
void
SessionFactoryOptionsBuilder. 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 EntityNotFoundDelegate
AbstractDelegatingSessionFactoryOptions. getEntityNotFoundDelegate()
EntityNotFoundDelegate
SessionFactoryOptions. 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 T
AbstractDelegatingSessionFactoryBuilder. applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate)
-
Uses of EntityNotFoundDelegate in org.hibernate.cfg
Methods in org.hibernate.cfg that return EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegate
Configuration. getEntityNotFoundDelegate()
Retrieve the user-suppliedEntityNotFoundDelegate
, ornull
if no delegate has been specified.Methods in org.hibernate.cfg with parameters of type EntityNotFoundDelegate Modifier and Type Method Description void
Configuration. 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 EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegate
SessionFactoryDelegatingImpl. getEntityNotFoundDelegate()
EntityNotFoundDelegate
SessionFactoryImplementor. getEntityNotFoundDelegate()
-
Uses of EntityNotFoundDelegate in org.hibernate.internal
Methods in org.hibernate.internal that return EntityNotFoundDelegate Modifier and Type Method Description EntityNotFoundDelegate
SessionFactoryImpl. getEntityNotFoundDelegate()
-