Package | Description |
---|---|
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.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSessionEventListener
A no-op implementation of SessionEventListener.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.addEventListeners(SessionEventListener... listeners)
Add one or more listeners to the Session
|
SessionBuilder |
SessionBuilder.eventListeners(SessionEventListener... listeners)
Apply one or more SessionEventListener instances to the listeners for the Session to be built.
|
Modifier and Type | Method and Description |
---|---|
List<SessionEventListener> |
BaselineSessionEventsListenerBuilder.buildBaselineList() |
Class<? extends SessionEventListener> |
BaselineSessionEventsListenerBuilder.getAutoListener() |
Modifier and Type | Method and Description |
---|---|
void |
BaselineSessionEventsListenerBuilder.setAutoListener(Class<? extends SessionEventListener> autoListener) |
Constructor and Description |
---|
BaselineSessionEventsListenerBuilder(boolean logSessionMetrics,
Class<? extends SessionEventListener> autoListener) |
Modifier and Type | Class and Description |
---|---|
class |
SessionEventListenerManagerImpl |
class |
StatisticalLoggingSessionEventListener |
Modifier and Type | Method and Description |
---|---|
void |
SessionEventListenerManagerImpl.addListener(SessionEventListener... listeners) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionEventListenerManager |
Modifier and Type | Method and Description |
---|---|
void |
SessionDelegatorBaseImpl.addEventListeners(SessionEventListener... listeners) |
Modifier and Type | Method and Description |
---|---|
void |
SessionImpl.addEventListeners(SessionEventListener... listeners) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.