|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityNotFoundDelegate | |
|---|---|
| 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 | |
| Uses of EntityNotFoundDelegate in org.hibernate |
|---|
| Methods in org.hibernate that return EntityNotFoundDelegate | |
|---|---|
EntityNotFoundDelegate |
SessionFactory.SessionFactoryOptions.getEntityNotFoundDelegate()
|
| 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.spi |
|---|
| Methods in org.hibernate.engine.spi that return EntityNotFoundDelegate | |
|---|---|
EntityNotFoundDelegate |
SessionFactoryImplementor.getEntityNotFoundDelegate()
|
| Uses of EntityNotFoundDelegate in org.hibernate.internal |
|---|
| Methods in org.hibernate.internal that return EntityNotFoundDelegate | |
|---|---|
EntityNotFoundDelegate |
SessionFactoryImpl.getEntityNotFoundDelegate()
|
| Uses of EntityNotFoundDelegate in org.hibernate.metamodel |
|---|
| Methods in org.hibernate.metamodel with parameters of type EntityNotFoundDelegate | |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.with(EntityNotFoundDelegate entityNotFoundDelegate)
|
| Uses of EntityNotFoundDelegate in org.hibernate.metamodel.source.internal |
|---|
| Methods in org.hibernate.metamodel.source.internal with parameters of type EntityNotFoundDelegate | |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.with(EntityNotFoundDelegate entityNotFoundDelegate)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||