Package | Description |
---|---|
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.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryObserver |
Configuration.getSessionFactoryObserver() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setSessionFactoryObserver(SessionFactoryObserver sessionFactoryObserver) |
Modifier and Type | Method and Description |
---|---|
Ejb3Configuration |
Ejb3Configuration.setSessionFactoryObserver(SessionFactoryObserver observer) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryObserver |
SessionFactoryImplementor.getFactoryObserver()
Return the SessionFactoryObserver attached to the SessionFactory if any
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryObserver |
SessionFactoryImpl.getFactoryObserver() |
Constructor and Description |
---|
SessionFactoryImpl(Configuration cfg,
Mapping mapping,
Settings settings,
EventListeners listeners,
SessionFactoryObserver observer) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved