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.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. -
-
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.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()
-