Package | Description |
---|---|
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.
|
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() |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved