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.spi org.hibernate.cfg org.hibernate.engine.spi -
-
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)Names theEntityNotFoundDelegateto be applied to the SessionFactory. -
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-supplied delegate to handle non-existent entity scenarios.Methods in org.hibernate.cfg with parameters of type EntityNotFoundDelegate Modifier and Type Method Description 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. -
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()
-