Package | Description |
---|---|
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.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa.boot.internal | |
org.hibernate.jpa.boot.spi | |
org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
org.hibernate.metamodel.source.internal | |
org.hibernate.testing.junit4 |
Modifier and Type | Class and Description |
---|---|
class |
EmptyInterceptor
An interceptor that does nothing.
|
Modifier and Type | Field and Description |
---|---|
static Interceptor |
EmptyInterceptor.INSTANCE
The singleton reference.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
SessionFactory.SessionFactoryOptions.getInterceptor()
Get the interceptor to use by default for all sessions opened from this factory.
|
Modifier and Type | Method and Description |
---|---|
SessionBuilder |
SessionBuilder.interceptor(Interceptor interceptor)
Adds a specific interceptor to the session options.
|
SharedSessionBuilder |
SharedSessionBuilder.interceptor(Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
Object[] |
StandardCacheEntryImpl.assemble(Object instance,
Serializable id,
EntityPersister persister,
Interceptor interceptor,
EventSource session)
Assemble the previously disassembled state represented by this entry into the given entity instance.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
Configuration.getInterceptor()
Retrieve the configured
Interceptor . |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setInterceptor(Interceptor interceptor)
Set the current
Interceptor |
AnnotationConfiguration |
AnnotationConfiguration.setInterceptor(Interceptor interceptor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
SessionImpl.getInterceptor() |
Interceptor |
SessionFactoryImpl.getInterceptor() |
Interceptor |
StatelessSessionImpl.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Interceptor> |
SettingsImpl.getSessionInterceptorClass() |
Modifier and Type | Method and Description |
---|---|
SettingsImpl |
SettingsImpl.setSessionInterceptorClass(Class<? extends Interceptor> sessionInterceptorClass) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Interceptor> |
Settings.getSessionInterceptorClass() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.with(Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.with(Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
protected Session |
BaseCoreFunctionalTestCase.openSession(Interceptor interceptor) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.