Uses of Interface
org.hibernate.proxy.EntityNotFoundDelegate

Packages that use EntityNotFoundDelegate
org.hibernate.cfg   
org.hibernate.engine   
org.hibernate.impl   
 

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