| Package | Description | 
|---|---|
| org.hibernate | 
 
        This package defines the central Hibernate APIs. 
 | 
| org.hibernate.cfg | 
 
        This package defines APIs for configuring Hibernate, and classes
        for building the Hibernate configuration-time metamodel. 
 | 
| org.hibernate.engine.spi | |
| org.hibernate.internal | 
 
    An internal package containing mostly implementations of central Hibernate APIs. 
 | 
| org.hibernate.metamodel | 
 
    NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
 | 
| org.hibernate.metamodel.source.internal | 
| Modifier and Type | Method and Description | 
|---|---|
EntityNotFoundDelegate | 
SessionFactory.SessionFactoryOptions.getEntityNotFoundDelegate()
Get the delegate for handling entity-not-found exception conditions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EntityNotFoundDelegate | 
Configuration.getEntityNotFoundDelegate()
Retrieve the user-supplied delegate to handle non-existent entity
 scenarios. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EntityNotFoundDelegate | 
SessionFactoryImplementor.getEntityNotFoundDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityNotFoundDelegate | 
SessionFactoryImpl.getEntityNotFoundDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
SessionFactoryBuilder | 
SessionFactoryBuilder.with(EntityNotFoundDelegate entityNotFoundDelegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
SessionFactoryBuilder | 
SessionFactoryBuilderImpl.with(EntityNotFoundDelegate entityNotFoundDelegate)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.