|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Interceptor | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. |
| org.hibernate.cache.spi.entry | This package defines formats for disassembled state kept in the second level cache. |
| org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
| org.hibernate.ejb | |
| 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 | |
| org.hibernate.testing.junit4 | |
| Uses of Interceptor in org.hibernate |
|---|
| Classes in org.hibernate that implement Interceptor | |
|---|---|
class |
EmptyInterceptor
An interceptor that does nothing. |
| Fields in org.hibernate declared as Interceptor | |
|---|---|
static Interceptor |
EmptyInterceptor.INSTANCE
|
| Methods in org.hibernate that return Interceptor | |
|---|---|
Interceptor |
SessionFactory.SessionFactoryOptions.getInterceptor()
|
| Methods in org.hibernate with parameters of type Interceptor | |
|---|---|
SessionBuilder |
SessionBuilder.interceptor(Interceptor interceptor)
Adds a specific interceptor to the session options |
SharedSessionBuilder |
SharedSessionBuilder.interceptor(Interceptor interceptor)
|
| Uses of Interceptor in org.hibernate.cache.spi.entry |
|---|
| Methods in org.hibernate.cache.spi.entry with parameters of type Interceptor | |
|---|---|
Object[] |
StandardCacheEntryImpl.assemble(Object instance,
Serializable id,
EntityPersister persister,
Interceptor interceptor,
EventSource session)
|
| Uses of Interceptor in org.hibernate.cfg |
|---|
| Methods in org.hibernate.cfg that return Interceptor | |
|---|---|
Interceptor |
Configuration.getInterceptor()
Retrieve the configured Interceptor. |
| Methods in org.hibernate.cfg with parameters of type Interceptor | |
|---|---|
Configuration |
Configuration.setInterceptor(Interceptor interceptor)
Set the current Interceptor |
AnnotationConfiguration |
AnnotationConfiguration.setInterceptor(Interceptor interceptor)
Deprecated. |
| Uses of Interceptor in org.hibernate.ejb |
|---|
| Methods in org.hibernate.ejb that return Interceptor | |
|---|---|
Interceptor |
Ejb3Configuration.getInterceptor()
Deprecated. |
| Methods in org.hibernate.ejb with parameters of type Interceptor | |
|---|---|
Ejb3Configuration |
Ejb3Configuration.setInterceptor(Interceptor interceptor)
Deprecated. |
| Uses of Interceptor in org.hibernate.engine.spi |
|---|
| Methods in org.hibernate.engine.spi that return Interceptor | |
|---|---|
Interceptor |
SessionDelegatorBaseImpl.getInterceptor()
|
Interceptor |
SessionFactoryImplementor.getInterceptor()
Get the factory scoped interceptor for this factory. |
Interceptor |
SessionImplementor.getInterceptor()
Retrieves the interceptor currently in use by this event source. |
| Uses of Interceptor in org.hibernate.internal |
|---|
| Methods in org.hibernate.internal that return Interceptor | |
|---|---|
Interceptor |
SessionImpl.getInterceptor()
|
Interceptor |
SessionFactoryImpl.getInterceptor()
|
Interceptor |
StatelessSessionImpl.getInterceptor()
|
| Uses of Interceptor in org.hibernate.metamodel |
|---|
| Methods in org.hibernate.metamodel with parameters of type Interceptor | |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.with(Interceptor interceptor)
|
| Uses of Interceptor in org.hibernate.metamodel.source.internal |
|---|
| Methods in org.hibernate.metamodel.source.internal with parameters of type Interceptor | |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.with(Interceptor interceptor)
|
| Uses of Interceptor in org.hibernate.testing.junit4 |
|---|
| Methods in org.hibernate.testing.junit4 with parameters of type Interceptor | |
|---|---|
protected Session |
BaseCoreFunctionalTestCase.openSession(Interceptor interceptor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||