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.ejb | |
org.hibernate.engine.spi | |
org.hibernate.envers.entities.mapper.relation.lazy | |
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 | Class and Description |
---|---|
class |
EmptyInterceptor
An interceptor that does nothing.
|
Modifier and Type | Field and Description |
---|---|
static Interceptor |
EmptyInterceptor.INSTANCE |
Modifier and Type | Method and Description |
---|---|
Interceptor |
SessionFactory.SessionFactoryOptions.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
SharedSessionBuilder |
SharedSessionBuilder.interceptor(Interceptor interceptor) |
SessionBuilder |
SessionBuilder.interceptor(Interceptor interceptor)
Adds a specific interceptor to the session options
|
Modifier and Type | Method and Description |
---|---|
Object[] |
CacheEntry.assemble(Object instance,
Serializable id,
EntityPersister persister,
Interceptor interceptor,
EventSource session) |
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 |
Ejb3Configuration.getInterceptor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Ejb3Configuration |
Ejb3Configuration.setInterceptor(Interceptor interceptor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
SessionImplementor.getInterceptor()
Retrieves the interceptor currently in use by this event source.
|
Interceptor |
SessionFactoryImplementor.getInterceptor()
Get the factory scoped interceptor for this factory.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
AbstractDelegateSessionImplementor.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
Interceptor |
StatelessSessionImpl.getInterceptor() |
Interceptor |
SessionImpl.getInterceptor() |
Interceptor |
SessionFactoryImpl.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.with(Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.with(Interceptor interceptor) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.