Uses of Interface
org.hibernate.proxy.EntityNotFoundDelegate

Packages that use EntityNotFoundDelegate
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of EntityNotFoundDelegate in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return EntityNotFoundDelegate
 EntityNotFoundDelegate Configuration.getEntityNotFoundDelegate()
          Retrieve the user-supplied delegate to handle non-existent entity scenarios.
 

Methods in org.hibernate.cfg with parameters of type EntityNotFoundDelegate
 void Configuration.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
 

Methods in org.hibernate.engine that return EntityNotFoundDelegate
 EntityNotFoundDelegate SessionFactoryImplementor.getEntityNotFoundDelegate()
           
 

Uses of EntityNotFoundDelegate in org.hibernate.impl
 

Methods in org.hibernate.impl that return EntityNotFoundDelegate
 EntityNotFoundDelegate SessionFactoryImpl.getEntityNotFoundDelegate()