Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.cache.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 |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.envers.entities.mapper.relation.lazy | |
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.jdbc |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC.
|
org.hibernate.jmx |
This package exposes a Hibernate instance via JMX.
|
org.hibernate.testing.junit.functional |
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 |
---|---|
Session |
SessionFactory.openSession(Connection connection,
Interceptor interceptor)
|
Session |
SessionFactory.openSession(Interceptor interceptor)
Open a
Session , utilizing the specified Interceptor . |
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()
Rterieve 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() |
Modifier and Type | Method and Description |
---|---|
Ejb3Configuration |
Ejb3Configuration.setInterceptor(Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
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 |
AbstractDelegateSessionImplementor.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
Interceptor |
SessionFactoryImpl.getInterceptor() |
Interceptor |
StatelessSessionImpl.getInterceptor() |
Interceptor |
SessionImpl.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
Session |
SessionFactoryImpl.openSession(Connection connection,
Interceptor sessionLocalInterceptor) |
Session |
SessionFactoryImpl.openSession(Interceptor sessionLocalInterceptor) |
Modifier and Type | Method and Description |
---|---|
Batcher |
NonBatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Batcher |
BatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Batcher |
BatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
static JDBCContext |
JDBCContext.deserialize(ObjectInputStream ois,
JDBCContext.Context context,
Interceptor interceptor)
Custom deserialization routine used during deserialization of a
Session/PersistenceContext for increased performance.
|
static ConnectionManager |
ConnectionManager.deserialize(ObjectInputStream ois,
SessionFactoryImplementor factory,
Interceptor interceptor,
ConnectionReleaseMode connectionReleaseMode,
JDBCContext jdbcContext) |
Constructor and Description |
---|
AbstractBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
BatchingBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
ConnectionManager(SessionFactoryImplementor factory,
ConnectionManager.Callback callback,
ConnectionReleaseMode releaseMode,
Connection connection,
Interceptor interceptor)
Constructs a ConnectionManager.
|
JDBCContext(JDBCContext.Context owner,
Connection connection,
Interceptor interceptor) |
NonBatchingBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
Session |
SessionFactoryStub.openSession(Connection connection,
Interceptor interceptor) |
Session |
SessionFactoryStub.openSession(Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
Session |
FunctionalTestCase.openSession(Interceptor interceptor) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved